Godopu
87b4501bbf
feat(mux-loop): redesign role CLI flags with --creator and --planner, drop --target-agent
...
- Replace '--target-agent' with mandatory '--creator <session>' flag
- Add explicit rejection error for legacy '--target-agent'
- Add '--planner <session>' flag with fail-fast check when '--plan' is missing
- Implement 2-branch session validation ('is not registered' vs 'is not running')
- Update in-repo references in hooks, SKILL.md, INSTALL.md, and tests
- Add tests/test_loop_cli.py with 9 unit/contract tests
2026-08-26 14:03:20 +09:00
Godopu
31b2d70ffe
fix(lib,reconcile,test): address Claude review findings and verify 100% PASS
...
- lib.sh: distinguish unobservable/headless (rc=2) from unsettled panes in _pane_quiescent; restore 10s quiescence window with early giveup (SKS_EMPTY_GIVEUP)
- reconcile.sh: fix SKILLS_DIR command substitution logic (&& pwd instead of || pwd)
- tests/test_b19_headless_reconcile_fixes.py: implement mutation-proven regression tests for headless prompt bypass, slow-settling panes with persistent counters, and real reconcile.sh SKILLS_DIR evaluation
- deploy/ & IMPROVEMENTS.md: document nats submodule access notes and B-19/B-20 evolution
- Promoted Reviewer Claude's final 100% PASS report (report-119b9f57.md)
2026-08-23 20:57:38 +09:00
Godopu
f133e52863
docs(deploy): synchronize deploy/ assets with nats-docker submodule and hermes prefix defaults
2026-08-23 16:40:22 +09:00
Godopu
da92624273
docs(deploy): add --remove offboarding command to INSTALL.md and save review report
2026-08-12 14:37:50 +09:00
Godopu
f9b51b3ab3
docs(deploy): add multi-agent-mux-orc-onboard section to INSTALL.md
2026-08-12 14:22:15 +09:00
Godopu
f0a2103edf
refactor(isolation): simplify agent session isolation and remove legacy home-isolation helpers
2026-07-23 22:05:29 +09:00
Antigravity
974941bdb4
fix(deploy): migrate deployment scripts and docs from tmux to herdr
2026-07-20 12:17:12 +09:00
Godopu
42b54d7643
Migrate backend to herdr using a seamless translation shim wrapper
2026-07-19 16:22:58 +09:00
Godopu
a671dfbb9d
docs(deploy): append git repository recommendation to INSTALL.md
2026-07-16 11:25:50 +09:00
Godopu
91cd08b139
docs(deploy): add multi-agent-mux-loop quick start guide to INSTALL.md
2026-07-16 10:40:16 +09:00
Godopu
eb733cf7c1
refactor(deploy): consolidate install scripts and INSTALL.md into deploy/
...
- Move scripts/install_mam.sh → deploy/install_mam.sh (local-clone installer)
- Move scripts/generate-env.sh → deploy/generate-env.sh (env helper)
- Move .agents/INSTALL.md → deploy/INSTALL.md (user manual)
- Update install_mam.sh to copy INSTALL.md + generate-env.sh from new paths
- Ship INSTALL.md via deploy/install.sh remote path too (manifest-tracked)
- Update README/BOOTSTRAP generate-env.sh references & repository ASCII layout
- Extend deploy/README.md structure section; extend gitea-ci.yml lint list
- Remove now-empty scripts/ directory
- Fix duplicate ### 2. subsection headers in deploy/README.md (address B-2)
- Correct deploy/INSTALL.md dependency description to match actual checks (address M-1)
- Add local-clone lifecycle caveat (no update.sh/remove.sh) (address M-2)
Closes the deploy consolidation plan and addresses Planner / Reviewer feedback.
2026-07-12 16:30:15 +09:00