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
08f138d30d
chore(release): bump framework and skills version to v3.0.0
2026-08-26 15:18:00 +09:00
Godopu
d1efce2971
chore(release): bump skills and framework version to v2.2.1
2026-08-24 15:13:46 +09:00
Godopu
7ce71c96b1
chore(release): bump skills and framework version to v2.2.0
2026-08-24 13:20:44 +09:00
Godopu
54b458d2aa
chore(release): bump framework and skills version to v2.1.0
...
- Bump all 8 SKILL.md frontmatter version fields to 2.1.0
- Add v2.1.0 changelog in VERSIONS.md highlighting 2xK grid layout engine (B-20), explicit --agent standardization, and --herdr-session option hardening
- Update skills version matrix in VERSIONS.md
2026-08-24 11:32:05 +09:00
Godopu
ac82f9b993
fix(mqtt): resolve B-9 by implementing lazy get_logs_dir() evaluation
...
- Replace import-time LOGS_DIR cwd binding with dynamic get_logs_dir() function
- Implement PEP 562 __getattr__ and __dir__ for transparent LOGS_DIR backward compatibility
- Update audit-log callers in mqtt_common.py and registry.py to use dynamic resolution
- Add 5 regression guards in tests/test_tier1_unit.py (276/276 PASS)
- Update IMPROVEMENTS.md, VERSIONS.md, registry.md, and include plan and peer review reports
2026-08-17 13:37:51 +09:00
Godopu
8cee9374b1
fix(loop): resolve B-13 by implementing runtime freeze snapshot and dual-root isolation
...
- Add Stage 2 runtime freeze snapshot at run_loop.sh bootstrap to prevent in-flight tooling mutations
- Implement dual-root architecture separating code execution (frozen snapshot) and workspace state (real repo)
- Ensure original argv preservation and safe cleanup of freeze directories in exit traps
- Add 5 regression guards in tests/test_o3_scoped_guard.py (271/271 PASS)
- Update IMPROVEMENTS.md, VERSIONS.md, and include peer review report
2026-08-17 11:49:37 +09:00
Godopu
40576c44ab
refactor(uuid): resolve B-10 by deprecating agent_identities and removing PyYAML dependency
...
- Remove dead agent_identities read path and PyYAML import from workspace_uuid.py
- Defer eager PyYAML import in verify_session.py to lazy YAML fallback branch
- Simplify UUID resolution to 2-tier model (tier-1 own row ID -> tier-2 adapter scan)
- Clean up unused Drift D and ghost cache clearing in reconcile.sh and stop_session.sh
- Add 3 regression guards in tests/test_tier1_unit.py (266/266 PASS)
- Update IMPROVEMENTS.md, VERSIONS.md, and SKILL.md files
2026-08-17 10:59:03 +09:00
Godopu
7e21077ded
docs: close B-5 macOS NFS detection issue, update IMPROVEMENTS.md and VERSIONS.md
2026-08-17 10:09:09 +09:00
Godopu
ac97550e13
docs: add VERSIONS.md, resolve C-6 stop_session usage/comments drift, and prune LOG.md
2026-08-17 09:39:21 +09:00