Commit Graph

7 Commits

Author SHA1 Message Date
Boden Fuller 1a78c745b4 prune goals 83→25, add trust-and-prove track specs
Council consensus: feature saturation reached. Removed 58 grep-for-string,
file-exists, and keyword-in-README goals. Kept only goals guarding real
mechanical invariants. Added Track 1 (RPI orchestrator stabilization) and
Track 2 (flywheel proof) evolution cycle specs.

Also includes pending security hardening, workflow fixes, and script cleanup.
2026-02-21 21:23:53 -05:00
Boden Fuller e3b69af2f9 fix(rpi): avoid detached-branch sprawl and add branch pruning control 2026-02-21 21:23:53 -05:00
Boden Fuller d673d7337c fix(hooks): rotate chain.jsonl, cache file count, remove redundant hook
- Add chain.jsonl rotation at session start when exceeding 200 lines
  (configurable via AGENTOPS_CHAIN_MAX_LINES), archiving excess to
  .agents/ao/archive/. Prevents unbounded growth that slows O(n) grep
  in 5 consumer hooks.
- Cache .agents file count in AGENTS_FILE_COUNT variable, eliminating
  a duplicate find call in the prune check.
- Remove ao-agents-check.sh (redundant with session-start.sh prune
  block) and deregister from hooks.json.
- Fix stop-auto-handoff test assertion (wrong glob path).
- Add kill-switch + fail-open tests for 9 previously uncovered ao-*
  hooks, achieving 100% hook coverage.
2026-02-21 21:23:53 -05:00
Bo f244d20a65 Merge pull request #38 from boshu2/codex/stabilize-rpi-loop-landing
stabilize rpi loop landing and control docs
2026-02-21 21:21:59 -05:00
Boden Fuller fec1bc3c60 stabilize rpi loop landing and control docs 2026-02-21 21:21:23 -05:00
Boden Fuller 2907b92b15 rpi: make detached-HEAD heal bounded and non-recursive 2026-02-21 20:18:10 -05:00
Boden Fuller 37d4b5b2ae Merge branch 'codex/rpi-supervisor-cli' into main 2026-02-21 19:41:50 -05:00