@@ -5,6 +5,49 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.14.0] - 2026-03-22
9+
10+ ### Added
11+
12+ #### Terraphim Symphony Orchestrator
13+ - ** New ` terraphim_symphony ` crate** for automated multi-agent issue dispatch
14+ - ** Claude Code runner** with full streaming protocol support
15+ - ** Dual-mode orchestration** combining issue-based and time-based scheduling
16+ - ** Workspace management** with git operations and context tracking
17+ - ** Gitea and Linear tracker integrations** for issue lifecycle management
18+
19+ #### Session File Tracking
20+ - ** File access extraction** from agent sessions (` extract_file_accesses ` )
21+ - ** Files and ByFile subcommands** for session file queries
22+ - ** Sessions service methods** for querying by file path
23+
24+ #### Agent Workflows E2E
25+ - ** Complete workflow implementation** with 5 workflow templates
26+ - ** Real API integration** with Cerebras support
27+ - ** Playwright browser tests** for all workflows
28+ - ** Quality gate integration** with merge-to-main workflow
29+
30+ #### Orchestrator Improvements
31+ - ** Proportional fairness** scheduling algorithm
32+ - ** Dual-mode run loop** combining time-based and issue-based dispatch
33+ - ** Dependency-aware dispatch** with topological sorting
34+ - ** PageRank-aware issue sorting** for prioritization
35+
36+ #### Validation Framework
37+ - ** Phase 4/5 disciplined verification and validation** framework
38+ - ** Requirements traceability matrix** (REQ -> design -> code -> test)
39+ - ** Quality gate reports** for release readiness
40+
41+ ### Fixed
42+ - ** axum-test 19.x API changes** - Updated test files
43+ - ** atty deprecation** - Replaced with ` std::io::IsTerminal `
44+ - ** Symphony hook timeouts** - Increased for long-running operations
45+ - ** Liquid template issues** - Moved to heredoc approach
46+
47+ ### Changed
48+ - ** TLA+ TypeScript bindings** research and design completed
49+ - ** Dependency updates** for axum-test, env_logger, actions/github-script
50+
851## [ 1.8.0] - 2026-02-16
952
1053### Added
0 commit comments