Commit Graph

77 Commits

Author SHA1 Message Date
da13dfba85 docs: add project-specific CLAUDE.md for agent context 2026-04-06 16:57:41 +02:00
e19ff0acc3 refactor: refocus ArcheFlow as workspace orchestrator, not feature-dev competitor
- README: lead with af-sprint (parallel multi-project), af-review (post-impl quality)
- Sprint skill: L/XL code tasks use feature-dev style (explore→plan→impl→self-review)
  instead of PDCA. Reserve PDCA for writing/research domains.
- Session start: route to af-sprint/af-review/af-run based on task type
- Explicitly state: for single-feature dev, use feature-dev plugin instead
2026-04-04 18:44:18 +02:00
1bf1376a80 feat: implement archeflow-review.sh for Guardian-only diff review
Standalone bash script that extracts git diffs for af-review without
PDCA orchestration. Supports --branch, --commit, and uncommitted modes.
Reports stats (files/lines changed) to stderr, diff to stdout.
2026-04-04 18:39:06 +02:00
6309614bfa feat: add sprint runner and review-only skills 2026-04-04 18:21:19 +02:00
aebf55a9a7 docs: add dogfood report #2 (batch API) with 7 improvement hypotheses 2026-04-04 18:05:48 +02:00
b72eed3157 docs: add dogfood comparison report (plain Claude vs ArcheFlow PDCA) 2026-04-04 17:48:44 +02:00
35c9f8269b docs: update status log with v0.7.0 sprint 2026-04-04 09:36:42 +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
44f0896e3c docs: update CHANGELOG and version for v0.7.0 2026-04-04 09:36:05 +02:00
cfd3267272 docs: add experimental status and interdisciplinary framing to README 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
a6dcd2c956 feat: add plan granularity constraint to plan-phase and creator 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
eabf13b9b0 feat: add context isolation protocol to attention-filters and all agents 2026-04-04 09:36:05 +02:00
9b2b4b3527 docs: update status log with v0.4-v0.6 sprint summary 2026-04-04 08:52:12 +02:00
6cb7dad600 docs: add runnable quickstart example 2026-04-04 08:51:19 +02:00
57e95ba151 docs: add v0.4.0 changelog, update to v0.6.0 2026-04-04 08:51:19 +02:00
4e20dc277c fix: normalize agent persona frontmatter and examples 2026-04-04 08:51:19 +02:00
3c7d336c93 feat: add Explorer skip heuristic to plan-phase skill 2026-04-04 08:51:19 +02:00
12575b5a47 feat: expand attention-filters from stub to full skill 2026-04-04 08:51:19 +02:00
362fb9ada9 fix: address v0.5.0 review findings
- Add --to/--test-cmd mutual exclusivity guard in rollback script
- Convert all jq string interpolation to --arg (cmd_extract, cmd_inject, cmd_forget)
- Fix CRITICAL/WARNING grep to match table rows only (not prose)
- Add thorough+cycle-1 guard to fast-path bash snippet in check-phase
- Clarify prev_run_id selection comment (tail -1 = most recent non-current)
2026-04-04 08:44:16 +02:00
c3f5df8161 docs: update CHANGELOG and version for v0.5.0 2026-04-04 08:44:16 +02:00
c5174e88eb feat: flesh out check-phase with parallel reviewer spawning protocol 2026-04-04 08:44:16 +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
e09538e5e0 feat: add phase rollback support to archeflow-rollback.sh 2026-04-04 08:44:16 +02:00
92b56e714b docs: add hook points documentation and config template 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
f2b886880a docs: update CHANGELOG for v0.4.0 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
2247e52ae4 fix: unify feedback routing tables across orchestration, act-phase, artifact-routing 2026-04-04 08:30:31 +02:00
6bc5e48357 feat: flesh out do-phase skill from stub to full execution protocol 2026-04-03 12:25:29 +02:00
6b0a9b7b90 feat: add presence skill — visible value, not noise
Defines how ArcheFlow communicates: compact status lines per phase,
show outcomes not mechanics, silence for clean passes. One-line
activation indicator at session start.
2026-04-03 12:18:18 +02:00
efb268c2cd docs: update status log with late-session completions 2026-04-03 12:14:35 +02:00
52d9d8dd05 feat: add 4 template bundles (writing, backend, security, quick-fix)
Ready-to-use project templates with team, workflow, domain, and config:
- writing-short-story: fiction 5-15k words, custom archetypes, sonnet for prose
- backend-feature: standard PDCA, full team, haiku for reviews
- security-review: thorough 3-cycle, all reviewers incl. trickster
- quick-fix: minimal 1-cycle, creator+maker+guardian only
2026-04-03 12:14:14 +02:00
d780f0a31e feat: add default config.yaml with all documented options 2026-04-03 12:11:27 +02:00
0e4781cd7d feat: add multi-project examples (giesing + fullstack) and examples README 2026-04-03 12:11:01 +02:00
317628a280 docs: add status log for 2026-04-03 session handoff 2026-04-03 12:07:52 +02:00
9bf64fc8f0 fix: add input validation to event emitter + add test report
- archeflow-event.sh: validate JSON data and parent format before processing
- docs/test-report: 42/42 tests passed across all 8 lib scripts
2026-04-03 12:06:57 +02:00
9e22ff5822 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
2026-04-03 12:05:53 +02:00
9faea1d6ea feat: add progress and effectiveness scoring scripts 2026-04-03 11:45:07 +02:00
ee5dfa70b8 feat: add multi-project orchestration with dependency DAG and shared budget 2026-04-03 11:41:06 +02:00
ef995fd2d1 feat: add archeflow-git.sh for per-phase commits and rollback 2026-04-03 11:40:51 +02:00
6bd2c935af feat: add archeflow-init.sh template gallery script 2026-04-03 11:40:40 +02:00