v1.4.1: Recaps, Project Manager subagent & task execution improvements #92
CasJam
announced in
Announcements
Replies: 1 comment 1 reply
-
How is it used by AI Agents for now if I may ask? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Several more improvements in version 1.4.1 after yesterday's release of 1.4.0.
Replaced Decisions with Recaps
Earlier versions added a decisions.md inside a project's .agent-os/product/. In practice, this was rarely used and didn't help future development.
It's been replaced with a new system for creating "Recaps"—short summaries of what was built—after every feature spec's implementation has been completed. Similar to a changelog, but more descriptive and context-focused. These recaps are easy to reference by both humans and AI agents.
Recaps are automatically generated via the new complete-tasks.md process.
Added Project-Manager Subagent
A goal of this update was to tighten up the processes for creating specs and executing tasks, ensuring these processes are executed reliably. Sounds like the job for a "project manager".
This update introduces a new subagent (for Claude Code) called project-manager which handles all task completion, status updates, and reporting progress back to you.
Spec Creation & Task Execution Reliability Improvements
Several changes to the instructions, processes, and executions, all aimed at helping agents follow the process steps consistently.
This discussion was created from the release v1.4.1: Recaps, Project Manager subagent & task execution improvements.
Beta Was this translation helpful? Give feedback.
All reactions