Godopu
c3631e2aa1
fix(herdr): resolve shim routing defects, add workspace scoping, and bump to v3.0.1
...
- Resolve Herdr shim 5 routing & paste defects (ISSUE-1 ~ ISSUE-5):
* paste-buffer: use pane send-text without auto-enter, propagate rc=3 to send_keys_safe
* exact-match pane resolution: remove substring matching ('in tn') across all branches
* workspace scoping: introduce HERDR_WORKSPACE_ID and .mam/herdr_workspace_id persistence
* unified resolver: single _resolve_herdr_pane_id helper across shim commands
- Resolve dialog token false-positive on 'Yes, try it' tip and isolate fullscreen modal rejection
- Sync mock Herdr CLI contracts in tests/conftest.py
- Add contract tests H-15~H-23 and regression tests D-4~D-7 (412 tests, 100% PASS)
- Add multi-agent loop plans, review reports, and bug report
- Update framework and skill packages to v3.0.1
2026-08-27 21:42:37 +09:00
Godopu
e6e70dbb21
feat(cli,registry): introduce --herdr-workspace option and decouple socket fallback chains
2026-08-24 12:50:09 +09:00
Godopu
14b9de14fc
fix(herdr): ensure unique agent name via sha1 truncation and align mock errors
...
- Replace legacy s[:16]-s[-15:] truncation with 8-char SHA-1 hash suffix in sanitize.py and lib.sh to prevent workspace name collisions
- Align mock Herdr error messages in tests/conftest.py to real Herdr 0.8.0 output format
- Add missing required/invalid_agent_name to early abort regex in lib.sh
- Remove legacy heuristics in lib.sh has-session and unify mock agent lookups
- Add unit tests in tests/test_sanitize_and_mock_errors.py (256/256 passed)
2026-08-15 09:00:48 +09:00
Godopu
301ff5bb1f
feat(herdr): complete Herdr 0.8.0 adaptation and sanitize module
2026-08-14 23:09:08 +09:00
Godopu
a7f3fc3242
fix(herdr): support Herdr 0.8.0 pane allocation, agent prompt, and length limits
2026-08-14 10:49:29 +09:00
Godopu
657a749f43
fix(lib): finalize herdr 0.7.4 contract refactor and layout policy
2026-08-13 20:50:03 +09:00
Godopu
2bd59fce9b
fix(lib): prevent set -u unbound variable error for final_cmd in kind detection and harden test fixtures
2026-08-13 09:36:07 +09:00
Godopu
245abe62c8
feat(create/monitor): implement automatic UUID materialization, auto-pinning, and drift-C2 resolution (13/13 PASS)
2026-08-09 10:24:32 +09:00
Godopu
fbf275a8bc
fix(b4): restore dynamic POSIX timestamp in herdr ls shim and reconcile.sh (100% PASS)
2026-08-08 23:36:50 +09:00
Godopu
68f43349be
fix(e2e): finalize sqlite concurrency locking, mock_herdr atomic state, and e2e test suite (100% PASS)
2026-08-07 22:39:23 +09:00
Godopu
778b22b904
fix(test): add list-panes support to mock_herdr and fix environment overrides in tier3 integration tests
2026-08-07 11:40:09 +09:00
Godopu
9ba45e536f
test(tests): update test suite to align with isolation refactor and relative skill path
2026-07-24 23:37:19 +09:00
Godopu
efadc231fb
Delete Flutter-based multi-agent-mux-ui folder and root Melos/Flutter config files
2026-07-20 07:58:43 +09:00
Godopu
3a6e4da1a3
Fix mock pane close command in conftest and resolve pane_id collisions in E2E Scenario 5 tests
2026-07-20 07:48:17 +09:00
Godopu
6df4b03661
Align conftest mock herdr and unit test assertions with Claude's simplified session-based isolation and native herdr command updates
2026-07-20 07:42:05 +09:00
Godopu
ff7a2873f9
Implement full E2E, integration, component, and unit tests, and resolve all leftover tmux-to-herdr issues in UI and core scripts
2026-07-19 20:05:48 +09:00