Skip to content

Commit d42788a

Browse files
committed
chore(release): version 0.8.0
1 parent 4ff286f commit d42788a

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project 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+
## [0.8.0] - 2026-03-02
9+
10+
### Added
11+
- Implemented `/plan` command workflow and `planner` subagent for architectural planning.
12+
- Added `/draft` and `/revise` commands with `reporter` and `editor` subagents for structured content generation.
13+
- Created an actionable project style guide in `.gemini/style-guide.md`.
14+
- Drafted the "The Architect in the Machine" Substack article showcasing the framework.
15+
16+
### Changed
17+
- Overhauled the `/research` command into an extensible, executive-style reporting workflow with iterative updates and asset linking.
18+
- Refactored `/draft` and `/revise` commands to integrate step-by-step, style-driven audits.
19+
- Refined `/plan` and `/task` workflows.
20+
821
## [0.7.0] - 2026-03-02
922

1023
### Added

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ The `.gemini/commands/` directory defines specialized workflows that automate ev
4343
* **`/task`**: Manages the project roadmap in `TASKS.md`. Use it to `create` new tasks, `work` on existing ones (marks as In Progress), `report` on priorities, or `update` the roadmap.
4444
* **`/scaffold`**: Initializes new project structures from scratch using modern, standard tooling (Python/uv, TS/npm, Rust/cargo, etc.) and sets up a compatible `makefile`.
4545

46-
### 🧹 Phase 3: Maintenance & Documentation
46+
### 🧹 Phase 3: Content Generation, Maintenance & Documentation
47+
* **`/draft`**: Multi-phase workflow to turn research and plans into detailed, high-quality technical documents or articles section-by-section.
48+
* **`/revise`**: Uses the `editor` subagent to perform structural and linguistic audits based on the project's style guide.
4749
* **`/maintenance`**: Performs a deep scan of the codebase to identify technical debt, refactoring opportunities, and areas to improve test coverage.
4850
* **`/docs`**: Analyzes the codebase and journals to generate or update comprehensive project documentation in the `docs/` folder.
4951
* **`/cron`**: Manages repetitive background tasks (e.g., health checks, automated reports) using **systemd user timers**.
@@ -72,6 +74,11 @@ This framework shines when you combine these commands into cohesive workflows:
7274
3. **Fix:** Develop the fix and validate with `make`.
7375
4. **Sync:** Update the issue with the resolution details.
7476

77+
### 3️⃣ Content Creation Workflow
78+
1. **Research:** Use `/research` to gather data into an executive report.
79+
2. **Draft:** Run `/draft` to build an outline and expand it into a full article.
80+
3. **Revise:** Use `/revise` for step-by-step style guide-driven audits and refinements.
81+
7582
---
7683

7784
## ⚓ The Hook System: Staying in Sync

0 commit comments

Comments
 (0)