Skip to content

Commit 21327f7

Browse files
committed
updated changelog
1 parent ff8a2b2 commit 21327f7

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to Agent OS will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.0] - 2025-08-01
9+
10+
### Added
11+
- **Pre-flight Check System** - New `meta/pre-flight.md` instruction for centralized agent detection and initialization
12+
- **Proactive Agent Usage** - Updated agent descriptions to encourage proactive use when appropriate
13+
- **Structured Instruction Organization** - New folder structure with `core/` and `meta/` subdirectories
14+
15+
### Changed
16+
- **Instruction File Structure** - Reorganized all instruction files into subdirectories:
17+
- Core instructions moved to `instructions/core/` (plan-product, create-spec, execute-tasks, execute-task, analyze-product)
18+
- Meta instructions in `instructions/meta/` (pre-flight, more to come)
19+
- **Simplified XML Metadata** - Removed verbose `<ai_meta>` and `<step_metadata>` blocks for cleaner, more readable instructions
20+
- **Subagent Integration** - Replaced manual agent detection with centralized pre-flight check across all instruction files to enforce delegation and preserve main agent's context.
21+
- **Step Definitions** - Added `subagent` attribute to steps for clearer delegation of work to help enforce delegation and preserve main agent's context.
22+
- **Setup Script** - Updated to create subdirectories and download files to new locations
23+
24+
### Improved
25+
- **Code Clarity** - Removed redundant XML instructions in favor of descriptive step purposes
26+
- **Agent Efficiency** - Centralized agent detection reduces repeated checks throughout workflows
27+
- **Maintainability** - Cleaner instruction format with less XML boilerplate
28+
- **User Experience** - Clearer indication of when specialized agents will be used proactively
29+
30+
### Removed
31+
- **CLAUDE.md** - Removed deprecated Claude Code configuration file (functionality moved to pre-flight system, preventing over-reading instructions into context)
32+
- **Redundant Instructions** - Eliminated verbose ACTION/MODIFY/VERIFY instruction blocks
33+
834
## [1.2.0] - 2025-07-29
935

1036
### Added
@@ -100,6 +126,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100126
- Task management with TDD workflow
101127
- Spec creation and organization system
102128

129+
[1.3.0]: https://github.com/buildermethods/agent-os/compare/v1.2.0...v1.3.0
103130
[1.2.0]: https://github.com/buildermethods/agent-os/compare/v1.1.0...v1.2.0
104131
[1.1.0]: https://github.com/buildermethods/agent-os/compare/v1.0.0...v1.1.0
105-
[1.0.0]: https://github.com/buildermethods/agent-os/releases/tag/v1.0.0
132+
[1.0.0]: https://github.com/buildermethods/agent-os/releases/tag/v1.0.0

0 commit comments

Comments
 (0)