Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repo": "lwalden/AIAgentMinder"
},
"description": "An opinionated governance layer for Claude Code, built for solo developers. Autonomous sprint execution, worktree-isolated items, quality gates, TDD workflow, scope control, architecture fitness, and pre-PR code review — workflow enforced by hooks, not just rules. Installs via /plugin marketplace add lwalden/AIAgentMinder.",
"version": "5.2.0",
"version": "5.2.1",
"author": {
"name": "lwalden"
},
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aiagentminder",
"version": "5.2.0",
"version": "5.2.1",
"description": "An opinionated governance layer for Claude Code, built for solo developers: autonomous sprint execution in isolated git worktrees, mandatory TDD, quality gates, pre-PR code review, and structured planning — workflow enforced by hooks, not just rules.",
"author": {
"name": "lwalden",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [5.2.1] - 2026-05-31

### Added

- **HLPM related-project link.** README now links to [HLPM](https://github.com/lwalden/hlpm), the executive portfolio layer that dispatches work to AAM consumer repos via `/dispatch`. AAM's `hlpm-ping.sh` hook already integrates with it; this surfaces the connection for new readers.

### Fixed

- **README version badge.** Badge was stuck at 5.1.1; corrected to track actual releases.

---

## [5.2.0] - 2026-05-30

### Added
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AIAgentMinder

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
![Version](https://img.shields.io/badge/version-5.1.1-blue)
![Version](https://img.shields.io/badge/version-5.2.1-blue)

**AIAgentMinder (AAM) is an opinionated governance layer for Claude Code — a minder for your AI coding agent.** Built for the solo developer, it gives Claude Code the engineering discipline a team would normally supply, so AI-assisted work stays tested, reviewed, and in scope. It's a set of skills, subagents, and hooks that let you enforce your standards without repeating your instructions, stop a session *before* context degradation sets in, and run autonomous sprints that span hours and multiple sessions without losing the thread.

Expand Down Expand Up @@ -248,6 +248,12 @@ Works on Windows, macOS, and Linux. Node.js is no longer required (the v4.x npm

---

## Related

**[HLPM](https://github.com/lwalden/hlpm)** is the executive layer above AAM — a Claude Code plugin for managing a portfolio of repos from a single meta-tracker, with `/dispatch` to hand autonomous work to consumer repos, cross-repo drift detection, and a review cadence system. AAM's `hlpm-ping.sh` hook integrates with it out of the box.

---

## License

MIT — see [LICENSE](LICENSE).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aiagentminder",
"version": "5.2.0",
"version": "5.2.1",
"description": "Claude Code plugin — an opinionated governance layer for solo developers: autonomous sprint execution, worktree-isolated items, quality gates, TDD, and pre-PR code review. Install via /plugin marketplace add lwalden/AIAgentMinder.",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion templates/.claude/aiagentminder-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0
5.2.1