Commit Graph

  • 5d555dbf6d docs: rename Messaging_System_REPORT.md to MESSAGING.md and update references Godopu 2026-06-21 10:06:53 +00:00
  • 9d9b91dc69 docs: add new recommendations to FUTURE_WORKS.md Godopu 2026-06-21 10:03:59 +00:00
  • 7a4453a2fc docs: add portability guide to AGENT.md checklist Godopu 2026-06-21 10:00:21 +00:00
  • 86ca4e2713 docs: add AGENT.md guidelines and update README.md entry point Godopu 2026-06-21 09:35:21 +00:00
  • 8947bebb10 docs: update DONE.md and FUTURE_WORKS.md to reflect completed tasks Godopu 2026-06-21 09:20:01 +00:00
  • 5258b5013c feat(lib): implement FW-N1~FW-N4 items and pane snapshot guidelines Godopu 2026-06-21 09:19:46 +00:00
  • 8097df0cbe feat(lib): SQLite DB normalization (FW-L3) & stop semantics simplification (FW-L2) Godopu 2026-06-21 09:05:15 +00:00
  • 478be56679 fix(lib): hardening and edge-case bugfixes (FW-12, FW-16 round) Godopu 2026-06-21 08:43:06 +00:00
  • 9b797a5c8c feat(lib): migrate to SQLite WAL backend for robust concurrency (FW-L1) Godopu 2026-06-21 08:35:01 +00:00
  • 623eef814b docs: split FUTURE_WORKS.md -> DONE.md (FW-01~16 completed) + new items (FW-N1~N4, FW-L1~L2) Godopu 2026-06-21 07:15:53 +00:00
  • 9ee9076d60 docs(delegate-job): add Subagent Orchestration Pattern section to SKILL.md Godopu 2026-06-21 06:41:25 +00:00
  • f1a98be8de fix(lib.sh): add NFS flock warning (FW-02) + unify venv deps with pyyaml (FW-11) Godopu 2026-06-21 06:39:12 +00:00
  • 7d925de00d fix(monitor): add status enum docs + subscribe security warning (FW-09, FW-15) Godopu 2026-06-21 06:37:28 +00:00
  • 2cffcc46c5 fix(delegate-job): unify .env loading in Python scripts (FW-04) + trap agent bootstrap errors (FW-06) Godopu 2026-06-21 06:35:17 +00:00
  • 155c6e8d5c docs: fix delete->stop in REPORT + add session/job state glossary (FW-03, FW-10, FW-16) Godopu 2026-06-21 06:32:29 +00:00
  • 3677e4aace feat(delegate-job): add subscriber auto-reconnect (FW-01) + HMAC-SHA256 event signing (FW-05) Godopu 2026-06-21 06:31:39 +00:00
  • 4cea11438a refactor(lib.sh): extract hardcoded tmux shim paths to constants (FW-07) + cache _delegate_py_bin result (FW-08) Godopu 2026-06-21 06:24:31 +00:00
  • c68852b8e3 docs: add FUTURE_WORKS.md — 3-agent deep analysis results (FW-01~FW-16) Godopu 2026-06-21 06:15:08 +00:00
  • 5af1387b5d refactor(stop): rewrite SKILL.md frontmatter/heading/prose for stop semantics (FW-13, FW-03) Godopu 2026-06-21 06:13:37 +00:00
  • 9334352924 docs: rename REPORT.md -> Messaging_System_REPORT.md (FW-14) Godopu 2026-06-21 06:09:39 +00:00
  • a6f7c045bc feat(delegate-job): bump default --timeout 600s -> 3600s (1h wall-clock budget) Godopu 2026-06-21 06:08:49 +00:00
  • 50b2b201b8 refactor(skills): rename tmux-agent-orchestrate-delete -> stop (step 1) GodopuandClaude Opus 4.8 2026-06-20 15:48:27 +00:00
  • a2d4f80608 fix(monitor,resume): honor stopped status + clear stop metadata on resume GodopuandClaude Opus 4.8 2026-06-20 15:32:02 +00:00
  • 0de0f236b2 feat(tmux-agent-orchestrate-delete): add --capture-id, --reason, --graceful options GodopuandClaude Opus 4.8 2026-06-20 15:19:09 +00:00
  • a876b70428 docs: write deep messaging system report in REPORT.md Godopu 2026-06-20 14:50:26 +00:00
  • 0cb8d058cb feat(env): add .env.example template + scripts/generate-env.sh GodopuandClaude Opus 4.8 2026-06-20 14:46:38 +00:00
  • 61ba8aae1d chore(.gitignore): exclude .env + .env.* with .env.example carve-out Godopu 2026-06-20 14:43:22 +00:00
  • cd9eec112d refactor(skills): make skills portable across users/locations via workspace-relative paths + env var overrides Godopu 2026-06-20 05:39:27 +00:00
  • ad7be264e7 refactor(skills): convert absolute paths to workspace-relative + relocate agent-sessions.yaml to .hermes/ Godopu 2026-06-19 23:41:05 +00:00
  • e8eebe5eb1 feat(tmux-agent-orchestrate-monitor): integrate watchdog pattern as skill Godopu 2026-06-19 23:33:46 +00:00
  • e9fc763d31 refactor(skills): rename multi-agent-* + agent-sessions-monitor + delegate-job to tmux-agent-orchestrate-* Godopu 2026-06-19 23:27:27 +00:00
  • 4fa276f3c5 chore(.gitignore): generalize test-sessions patterns for variants (phase4 suffix) Godopu 2026-06-19 15:21:16 +00:00
  • 06f076e9cc fix(skills): claude review items 4-7 (subscribe timeout, atomic_dump_yaml, hardcoded paths, lifecycle helper) GodopuandClaude Opus 4.8 2026-06-19 15:11:09 +00:00
  • 0eb1d94a9c refactor(skills): cleanup dead code + full workflow A→B→C→D integration Godopu 2026-06-19 14:27:29 +00:00
  • 97f649a3e1 feat(skills): integrate delegate-job skill (squashed from delegate-job-skill) Godopu 2026-06-19 14:00:29 +00:00
  • 8a3abff2d6 initial: canary multi-agent skills with tmux isolation support Godopu 2026-06-19 13:32:36 +00:00