• Joined on 2022-09-07
Godopu created branch dev in lab/landing_page 2026-08-20 13:49:03 +00:00
Godopu created repository lab/landing_page 2026-08-20 13:48:37 +00:00
Godopu pushed to refactor at tmpl/multi-agent-mux 2026-08-20 03:25:01 +00:00
c6b6c77ce4 feat(messaging): implement Track 0 fault tolerance (B-14, B-15) and add 10 regression guards (G-1 to G-10)
4025623958 docs(broker): expand PRIVATE_SERVER.md with versatility guide and create implementation_plan.md
a9934ad104 docs(messaging): add NATS vs MQTT feasibility report, private broker guide, and update IMPROVEMENTS backlog
Compare 3 commits »
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-18 15:22:20 +00:00
ac82f9b993 fix(mqtt): resolve B-9 by implementing lazy get_logs_dir() evaluation
8cee9374b1 fix(loop): resolve B-13 by implementing runtime freeze snapshot and dual-root isolation
Compare 2 commits »
Godopu pushed to refactor at tmpl/multi-agent-mux 2026-08-17 04:37:59 +00:00
ac82f9b993 fix(mqtt): resolve B-9 by implementing lazy get_logs_dir() evaluation
8cee9374b1 fix(loop): resolve B-13 by implementing runtime freeze snapshot and dual-root isolation
Compare 2 commits »
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-17 01:59:46 +00:00
40576c44ab refactor(uuid): resolve B-10 by deprecating agent_identities and removing PyYAML dependency
Godopu pushed to refactor at tmpl/multi-agent-mux 2026-08-17 01:59:09 +00:00
40576c44ab refactor(uuid): resolve B-10 by deprecating agent_identities and removing PyYAML dependency
Godopu pushed to refactor at tmpl/multi-agent-mux 2026-08-17 01:10:03 +00:00
7e21077ded docs: close B-5 macOS NFS detection issue, update IMPROVEMENTS.md and VERSIONS.md
ac97550e13 docs: add VERSIONS.md, resolve C-6 stop_session usage/comments drift, and prune LOG.md
Compare 2 commits »
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-17 01:09:20 +00:00
7e21077ded docs: close B-5 macOS NFS detection issue, update IMPROVEMENTS.md and VERSIONS.md
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-17 00:39:30 +00:00
ac97550e13 docs: add VERSIONS.md, resolve C-6 stop_session usage/comments drift, and prune LOG.md
5ed39f899b fix(agents): harden shell adapter bridge and address double-check review feedback
7708d3ade3 docs(skills): update and standardize skill versions to 2.0.0 in frontmatter
b4821fafa8 feat(a4,c3b): complete A-4 Phase 2 agent knowledge migration & Option B isolation removal
Compare 4 commits »
Godopu pushed to refactor at tmpl/multi-agent-mux 2026-08-16 23:55:06 +00:00
5ed39f899b fix(agents): harden shell adapter bridge and address double-check review feedback
7708d3ade3 docs(skills): update and standardize skill versions to 2.0.0 in frontmatter
b4821fafa8 feat(a4,c3b): complete A-4 Phase 2 agent knowledge migration & Option B isolation removal
971f14ad3f fix(cleanup): remove empty isolation stubs and dead symbols (P2-2 / C-3a / C-4)
5e519e2085 docs(improvements): synchronize header counts and roadmap table with completed P2-1 task
Compare 15 commits »
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-16 12:25:04 +00:00
971f14ad3f fix(cleanup): remove empty isolation stubs and dead symbols (P2-2 / C-3a / C-4)
5e519e2085 docs(improvements): synchronize header counts and roadmap table with completed P2-1 task
Compare 2 commits »
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-15 15:00:50 +00:00
a875b137b6 docs(reports): archive P2-1 verification and backlog audit review report (Job 143de35c)
5ddc0df523 docs(reports): archive unanimous PASS review report for P2-1 fix (Job 120ffb08)
b490713471 fix(loop): eliminate tmp script copy and trap leak in delegate_job_safe (P2-1/B-6)
Compare 3 commits »
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-15 01:21:57 +00:00
af3dc1600c docs(improvements): document Herdr 0.8.0 SHA-1 sanitize, mock alignment and 256/256 review PASS
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-15 00:50:41 +00:00
14b9de14fc fix(herdr): ensure unique agent name via sha1 truncation and align mock errors
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-14 14:32:21 +00:00
301ff5bb1f feat(herdr): complete Herdr 0.8.0 adaptation and sanitize module
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-14 04:32:32 +00:00
1c24732be0 fix(lib): expose _sanitize_herdr_agent_name at top-level and handle agent prompt in herdr shim
6699159c76 fix(lib): strip leading agent binary path unconditionally before herdr agent start
50d12a1bf3 fix(status): make is_alive matching flexible for 32-char session name truncation
a7f3fc3242 fix(herdr): support Herdr 0.8.0 pane allocation, agent prompt, and length limits
Compare 4 commits »
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-14 00:46:31 +00:00
720f8ad224 fix(lib): resolve B-8 send_keys_safe agy verification bypass and add submission retry test
f8bfa07fac docs(reports): save deployment verification PASS report 16bdc99c
Compare 2 commits »
Godopu pushed to refactor at tmpl/multi-agent-mux 2026-08-14 00:46:06 +00:00
720f8ad224 fix(lib): resolve B-8 send_keys_safe agy verification bypass and add submission retry test
f8bfa07fac docs(reports): save deployment verification PASS report 16bdc99c
Compare 2 commits »
Godopu pushed to main at tmpl/multi-agent-mux 2026-08-14 00:01:46 +00:00
caffd04f36 feat(lib): implement A-4 M0~M1 BaseAgentAdapter pattern and resolve_home contract