4f8e2a9962
feat: add run replay for archetype effectiveness analysis
...
- archeflow-decision.sh records decision points during runs
- archeflow-replay.sh: timeline, whatif, compare commands
- What-if replay with adjustable archetype weights
- /af-replay skill for interactive use
- Tests in archeflow-replay.bats
2026-04-06 21:43:29 +02:00
c8bd55d97c
refactor: consolidate run skill — merge 8 skills into one self-contained PDCA orchestrator
...
Merge run + orchestration + plan-phase + do-phase + artifact-routing + process-log +
attention-filters + convergence + effectiveness into a single 459-line run/SKILL.md.
Before: run skill (890 lines) + 3 prerequisites (~1,300 lines) = ~2,200 lines of context.
After: one self-contained skill (459 lines) with zero prerequisites.
Preserved: PDCA flow, workflow selection, adaptation rules A1-A3, agent prompts,
attention filters, feedback routing, convergence detection, effectiveness scoring,
shadow monitoring, pipeline strategy, event reference, artifact naming.
Removed: verbose bash code blocks, shell variable tracking, resolve_model() function,
lib validation loops, evidence validation bash, redundant event emission blocks.
2026-04-06 20:44:46 +02:00
6854e858a4
fix: address v0.7.0 review findings
...
- Auto-select: fast workflow now maps to pipeline strategy (was falling through to pdca)
- Evidence validation: check for missing evidence markers, not just banned phrases
- Remove sed-based artifact mutation (avoids table row corruption), track downgrades in events only
- Pipeline verify: explicit merge guard prevents merging before tests/re-review pass
2026-04-04 09:36:05 +02:00
29762a8464
feat: add strategy abstraction with pdca and pipeline strategies
2026-04-04 09:36:05 +02:00
516fe11710
feat: add evidence-gated verification to check phase and reviewers
2026-04-04 09:36:05 +02:00
f10e853d8e
feat: add structured status tokens to all agents and run skill
2026-04-04 09:36:05 +02:00
5e2117c9be
feat: add cross-run finding regression detection
2026-04-04 08:44:16 +02:00
30ddc6a2c4
feat: add per-workflow model assignment configuration
2026-04-04 08:44:16 +02:00
008315b0c4
feat: add lib script validation at run initialization
2026-04-04 08:44:16 +02:00
d9ec148bb3
fix: address review findings (rollback mainline, audit flag, confidence gate, test pattern, jq args)
...
- git revert uses --mainline 1 for merge commits
- inject dispatch passes all args so --audit flag is reachable
- confidence gate defaults to 0.0 (triggers gate) instead of 0.7 (bypasses)
- test-first grep uses word-boundary patterns to avoid false positives
- jq uses --arg instead of string interpolation for safe filtering
2026-04-04 08:30:43 +02:00
dd82944529
feat: add memory injection audit trail for effectiveness tracking
2026-04-04 08:30:31 +02:00
8af9db2c12
feat: add test-first validation gate in Do phase
2026-04-04 08:30:31 +02:00
7f99d52a09
feat: add archeflow-rollback.sh for post-merge test failure auto-revert
2026-04-04 08:30:31 +02:00
34f101c166
feat: specify confidence gate parsing and mini-Explorer spawning in run skill
2026-04-04 08:30:31 +02:00
960aba5faa
feat: clarify worktree merge flow with explicit git commands in run skill
2026-04-04 08:30:31 +02:00
b6df3d19fd
feat: add automated PDCA loop, domain adapters, cost tracking, DAG renderer
...
- skills/run: automated PDCA execution loop with --start-from, --dry-run
- skills/artifact-routing: inter-phase artifact protocol with context injection
- skills/act-phase: structured review→fix pipeline with cycle feedback
- skills/domains: domain adapter system (writing, code, research)
- skills/cost-tracking: per-agent cost estimation, budget enforcement
- lib/archeflow-dag.sh: ASCII DAG renderer from JSONL events
- lib/archeflow-report.sh: updated with DAG section, cycle diff, --dag/--summary flags
2026-04-03 11:20:14 +02:00