docs: add v0.4.0 changelog, update to v0.6.0

This commit is contained in:
2026-04-04 08:50:18 +02:00
parent 4e20dc277c
commit 57e95ba151
6 changed files with 53 additions and 5 deletions

View File

@@ -2,6 +2,28 @@
## Completed
### v0.6.0 (2026-04-04)
- [x] Expanded attention-filters skill (prompt templates, token budgets, cycle-back filtering, verification checklist)
- [x] Explorer skip heuristic in plan-phase skill
- [x] Agent persona normalization (frontmatter examples, model comments, isolation notes)
- [x] Runnable quickstart example
### v0.5.0 (2026-04-04)
- [x] Lib script validation at run initialization
- [x] Hook points documentation with 6 lifecycle events
- [x] Phase rollback support via `--to <phase>` flag
- [x] Per-workflow model assignment with fallback chain
- [x] Cross-run finding regression detection
- [x] Check-phase parallel reviewer spawning protocol
### v0.4.0 (2026-04-04)
- [x] Confidence gate parsing with bash snippets
- [x] Mini-Explorer spawning when risk coverage < 0.5
- [x] Worktree merge flow with pre-merge hooks and post-merge test validation
- [x] `archeflow-rollback.sh` for post-merge test failure auto-revert
- [x] Test-first validation gate in Do phase
- [x] Memory injection audit trail
### v0.3.0 (2026-04-03)
- [x] Automated PDCA loop (`archeflow:run`) with `--start-from` and `--dry-run`
- [x] Event-sourced process logging with DAG parent relationships
@@ -52,6 +74,9 @@
| Date | Version | Changes |
|------|---------|---------|
| 2026-04-04 | v0.6.0 | Quality/polish: expanded attention filters, Explorer skip heuristic, agent persona normalization, quickstart example |
| 2026-04-04 | v0.5.0 | Robustness: lib validation, hook points, phase rollback, per-workflow models, regression detection, parallel reviewers |
| 2026-04-04 | v0.4.0 | Confidence gates, mini-Explorer, worktree merge flow, rollback script, test-first gate, memory audit |
| 2026-04-03 | v0.3.0 | Process infrastructure: run automation, event sourcing, domain adapters, memory, multi-project, 8 lib scripts |
| 2026-04-03 | v0.2.0 | Plugin consolidation, workflow intelligence, quality loop, parallel teams, extensibility |
| 2026-04-02 | v0.1.0 | Initial release: 7 archetypes, 9 core skills, PDCA workflows, shadow detection, autonomous mode |