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
+28-1Lines changed: 28 additions & 1 deletion
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.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
-**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)
0 commit comments