docs: rewrite README, add CHANGELOG, update skill index and roadmap
- README: complete rewrite with all 24 skills, 8 scripts, architecture overview - CHANGELOG: v0.1.0 → v0.2.0 → v0.3.0 with full feature history - using-archeflow: updated skill reference to all 24 skills in 6 categories - plugin.json: version bump to 0.3.0 - roadmap: updated with v0.3.0 features
This commit is contained in:
@@ -2,6 +2,34 @@
|
||||
|
||||
## Completed
|
||||
|
||||
### 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
|
||||
- [x] ASCII DAG renderer and Markdown report generator
|
||||
- [x] Live progress file watchable from second terminal
|
||||
- [x] Domain adapter system (code, writing, research)
|
||||
- [x] Cost tracking with budget enforcement and model tier recommendations
|
||||
- [x] Cross-run memory system (recurring findings, lesson injection)
|
||||
- [x] Convergence detection (stalling, oscillation prevention)
|
||||
- [x] Colette writing platform bridge
|
||||
- [x] Template gallery (init, save, clone, list)
|
||||
- [x] Archetype effectiveness scoring
|
||||
- [x] Git-per-phase commit strategy with rollback
|
||||
- [x] Multi-project orchestration with dependency DAG and shared budget
|
||||
- [x] Act phase skill and artifact routing skill
|
||||
- [x] 8 library scripts (event, dag, report, progress, score, memory, git, init)
|
||||
- [x] Short fiction workflow example with custom archetypes
|
||||
|
||||
### v0.2.0 (2026-04-03)
|
||||
- [x] Plugin consolidation into single shareable directory
|
||||
- [x] Workflow intelligence (conditional escalation, fast-path, confidence triggers)
|
||||
- [x] Quality loop (self-review, convergence detection, dedup, completion promises)
|
||||
- [x] Parallel teams, auto-resume, budget scheduling
|
||||
- [x] Extensibility (archetype composition, team presets, hook points, workflow templates)
|
||||
- [x] Mini-reflect fallback (Ralph Loop integration)
|
||||
- [x] DX improvements and comprehensive README
|
||||
|
||||
### v0.1.0 (2026-04-02)
|
||||
- [x] Core archetypes (7) with shadow detection
|
||||
- [x] PDCA cycle engine with fast/standard/thorough workflows
|
||||
- [x] Cross-cycle structured feedback with routing and resolution tracking
|
||||
@@ -9,12 +37,8 @@
|
||||
- [x] Shadow detection with quantitative checklists
|
||||
- [x] Orchestration metrics (timing, agent count, findings)
|
||||
- [x] Autonomous mode integrated into orchestration flow
|
||||
- [x] Plugin consolidation (single `archeflow/` directory)
|
||||
- [x] Workflow intelligence (conditional escalation, fast-path, confidence triggers)
|
||||
- [x] Quality loop (self-review, convergence detection, dedup, completion promises)
|
||||
- [x] Parallel teams, auto-resume, budget scheduling
|
||||
- [x] Extensibility (archetype composition, team presets, hook points, workflow templates)
|
||||
- [x] Mini-reflect for non-ArcheFlow changes
|
||||
- [x] Custom archetypes and workflow design skills
|
||||
- [x] SessionStart hook for auto-activation
|
||||
|
||||
## Future
|
||||
|
||||
@@ -26,7 +50,8 @@
|
||||
|
||||
## Version History
|
||||
|
||||
| Date | Changes |
|
||||
|------|---------|
|
||||
| 2026-04-03 | v0.2 — Plugin consolidation, shareable structure, examples |
|
||||
| 2026-04-03 | v0.1 — Full feature set: 7 archetypes, 10 skills, PDCA workflows, shadow detection, autonomous mode, extensibility |
|
||||
| Date | Version | Changes |
|
||||
|------|---------|---------|
|
||||
| 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 |
|
||||
|
||||
Reference in New Issue
Block a user