Files

4.8 KiB

ArcheFlow Roadmap

Completed

v0.7.0 (2026-04-04)

  • Context isolation protocol for attention filters and all agent personas
  • Structured status tokens with orchestrator parsing protocol
  • Evidence-gated verification with banned phrases and auto-downgrade
  • Plan granularity constraint (2-5 min tasks with file path, code block, verify command)
  • Strategy abstraction (PDCA cyclic, pipeline linear, auto-selection)
  • Experimental status and interdisciplinary framing in README

v0.6.0 (2026-04-04)

  • Expanded attention-filters skill (prompt templates, token budgets, cycle-back filtering, verification checklist)
  • Explorer skip heuristic in plan-phase skill
  • Agent persona normalization (frontmatter examples, model comments, isolation notes)
  • Runnable quickstart example

v0.5.0 (2026-04-04)

  • Lib script validation at run initialization
  • Hook points documentation with 6 lifecycle events
  • Phase rollback support via --to <phase> flag
  • Per-workflow model assignment with fallback chain
  • Cross-run finding regression detection
  • Check-phase parallel reviewer spawning protocol

v0.4.0 (2026-04-04)

  • Confidence gate parsing with bash snippets
  • Mini-Explorer spawning when risk coverage < 0.5
  • Worktree merge flow with pre-merge hooks and post-merge test validation
  • archeflow-rollback.sh for post-merge test failure auto-revert
  • Test-first validation gate in Do phase
  • Memory injection audit trail

v0.3.0 (2026-04-03)

  • Automated PDCA loop (archeflow:run) with --start-from and --dry-run
  • Event-sourced process logging with DAG parent relationships
  • ASCII DAG renderer and Markdown report generator
  • Live progress file watchable from second terminal
  • Domain adapter system (code, writing, research)
  • Cost tracking with budget enforcement and model tier recommendations
  • Cross-run memory system (recurring findings, lesson injection)
  • Convergence detection (stalling, oscillation prevention)
  • Colette writing platform bridge
  • Template gallery (init, save, clone, list)
  • Archetype effectiveness scoring
  • Git-per-phase commit strategy with rollback
  • Multi-project orchestration with dependency DAG and shared budget
  • Act phase skill and artifact routing skill
  • 8 library scripts (event, dag, report, progress, score, memory, git, init)
  • Short fiction workflow example with custom archetypes

v0.2.0 (2026-04-03)

  • Plugin consolidation into single shareable directory
  • Workflow intelligence (conditional escalation, fast-path, confidence triggers)
  • Quality loop (self-review, convergence detection, dedup, completion promises)
  • Parallel teams, auto-resume, budget scheduling
  • Extensibility (archetype composition, team presets, hook points, workflow templates)
  • Mini-reflect fallback (Ralph Loop integration)
  • DX improvements and comprehensive README

v0.1.0 (2026-04-02)

  • Core archetypes (7) with shadow detection
  • PDCA cycle engine with fast/standard/thorough workflows
  • Cross-cycle structured feedback with routing and resolution tracking
  • Attention filter enforcement in orchestration skill
  • Shadow detection with quantitative checklists
  • Orchestration metrics (timing, agent count, findings)
  • Autonomous mode integrated into orchestration flow
  • Custom archetypes and workflow design skills
  • SessionStart hook for auto-activation

Future

Feature Value Effort Notes
A2A Protocol Fewer cycles via in-phase negotiation High Needs strict turn limits
GitHub Action Automated PR review via CI Low CI minutes cost
Web Dashboard Real-time orchestration visualization Medium SSE/WebSocket frontend

Version History

Date Version Changes
2026-04-04 v0.7.0 Process rigor: context isolation, status tokens, evidence-gated verification, plan granularity, strategy abstraction
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