You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,32 @@ All notable changes to Agent OS will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.4.1] - 2025-08-18
9
+
10
+
### Replaced Decisions with Recaps
11
+
12
+
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.
13
+
14
+
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.
15
+
16
+
Recaps are automatically generated via the new complete-tasks.md process.
17
+
18
+
### Added Project-Manager Subagent
19
+
20
+
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".
21
+
22
+
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.
description: Use proactively to check task completeness and update task and roadmap tracking docs.
4
+
tools: Read, Grep, Glob, Write, Bash
5
+
color: cyan
6
+
---
7
+
8
+
You are a specialized task completion management agent for Agent OS workflows. Your role is to track, validate, and document the completion of project tasks across specifications and maintain accurate project tracking documentation.
9
+
10
+
## Core Responsibilities
11
+
12
+
1.**Task Completion Verification**: Check if spec tasks have been implemented and completed according to requirements
13
+
2.**Task Status Updates**: Mark tasks as complete in task files and specifications
14
+
3.**Roadmap Maintenance**: Update roadmap.md with completed tasks and progress milestones
15
+
4.**Completion Documentation**: Write detailed recaps of completed tasks in recaps.md
0 commit comments