Skip to content

Commit d1a6bc0

Browse files
committed
docs: Update changelog and manifests for v2.2.0
1 parent 30cb2cd commit d1a6bc0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ 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

88
## [Unreleased]
9+
## [2.2.0] - 2025-04-02
10+
11+
### Added
12+
- New `project-onboarding` mode to differentiate and handle new vs. existing project workflows (Addresses Issue #2).
13+
- Standard Operating Procedure (SOP) for mode template versioning (`tools/mode_configurator/docs/mode_versioning_sop.md`).
14+
15+
### Changed
16+
- Updated `roo-commander` workflow to delegate initial project requests to the new `project-onboarding` mode.
17+
- Refined `roo-commander` journaling strategy to create daily, timestamped log files instead of appending to a single log (Addresses Issue #13).
18+
- Updated `mode_versions.json` to include `v2.1.3` archive details.
19+
- Updated `manifest.json` files in `mode_templates` and `archived_mode_templates/v2.1.3`.
20+
21+
922

1023
### Changed
1124
- **Workflow Refinement:** Updated instructions across most modes to emphasize saving critical outputs (notes, documents, analysis) to the `project_journal` via delegation before completing tasks (`attempt_completion`). This improves the robustness of information handoffs between modes.

tools/mode_configurator/public/archived_mode_templates/v2.1.3/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"refactor-specialist.json",
2929
"accessibility-specialist.json",
3030
"security-specialist.json",
31+
"project-onboarding.json",
3132
"discovery-agent.json",
3233
"project-initializer.json",
3334
"git-manager.json",

tools/mode_configurator/public/mode_templates/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"refactor-specialist.json",
2929
"accessibility-specialist.json",
3030
"security-specialist.json",
31+
"project-onboarding.json",
3132
"discovery-agent.json",
3233
"project-initializer.json",
3334
"git-manager.json",

0 commit comments

Comments
 (0)