This website requires JavaScript.
6e3c866461
docs: clean up stale create_session usage instructions in comments and markdown examples
main
Godopu
2026-06-28 10:31:58 +09:00
7c8267240d
feat: enforce required agent roles at creation and role immutability in registry
Godopu
2026-06-28 10:27:36 +09:00
f457180777
refactor: adapt multi-agent-mux skills and agent guidelines for the Team Leader scenario
Godopu
2026-06-28 10:21:24 +09:00
81474ac3f7
docs: add Step 0 provisioning to BOOTSTRAP.md and update README.md with curl installer
Godopu
2026-06-28 09:34:52 +09:00
dd9500a271
feat(multi-agent-mux): integrate cline agent support, fix sqlite3 naming collision, simplify delegation docs, and add SKILL_FEATURES.md
Godopu
2026-06-28 09:17:11 +09:00
dfd0a9483d
feat: implement loop and discuss task delegation types in multi-agent-mux-delegate-job
Godopu
2026-06-27 08:28:47 +09:00
3b8db1eca2
fix(skills): add 0.5s sleep delay after paste-buffer to prevent key collisions
Godopu
2026-06-26 23:00:30 +09:00
698ea09b27
docs: update AGENT.md references to .agents/AGENT.md
Godopu
2026-06-26 21:33:26 +09:00
57d8f6c2ff
refactor: move AGENT.md and AGENT.ko.md to .agents/ directory
Godopu
2026-06-26 21:28:41 +09:00
e14ee90243
fix(skills): point HOME_DIR to real home directory and fix Hermes database path
Godopu
2026-06-26 21:17:43 +09:00
b47fcbda9b
fix(deploy): resolve TARGET_DIR to absolute path in update.sh
Godopu
2026-06-24 12:29:00 +09:00
5da6e59d2f
fix(deploy): fix update.sh fallback mode, trap rollback, and database names
Godopu
2026-06-24 12:28:17 +09:00
701d3f10d9
Add MAM updater script (update.sh) and integrate into installer copy block
Godopu
2026-06-24 12:24:17 +09:00
5d69ad4f0b
Harden remove.sh: fix fallback data-loss risk, prevent remove.sh clobbering, and ensure macOS compatibility
Godopu
2026-06-24 12:08:00 +09:00
db75b7deb0
Add MAM uninstaller script (remove.sh) and integrate into installer copy block
Godopu
2026-06-24 11:49:45 +09:00
b37407874d
Harden installer: partial-install detection, complete runtime docs, explicit copy checks
Godopu
2026-06-24 10:43:08 +09:00
387b43d8e3
fix(deploy): stage installer download and copy runtime assets no-clobber (FW-D1)
Godopu
2026-06-24 10:33:05 +09:00
7eaaaf8944
fix(lib,install): update locking doc to SQLite transaction, cache NFS check, verify PyYAML
Godopu
2026-06-23 23:41:18 +09:00
25cf729040
fix(deploy): add directory creation guard and sanity check after download in installer
Godopu
2026-06-23 23:22:45 +09:00
1d2eca57ce
fix(deploy): automatically download .agents/skills from Gitea if missing in installer
Godopu
2026-06-23 23:16:00 +09:00
82dcb78a85
fix(deploy): refine install.sh variables, pip upgrade, permissions, and active defaults based on review
Godopu
2026-06-23 08:32:02 +09:00
a10c789dc2
refactor(wrapper): update dry-run message to align with existing session delegation
Godopu
2026-06-23 08:26:13 +09:00
6cd0d5333a
feat(deploy): add Gitea deployment templates, installer, and CI/CD workflow
Godopu
2026-06-23 08:22:41 +09:00
99ac8b3ce4
refactor(security,concurrency): resolve structural issues, enforce Claude permission skip, update docs
Godopu
2026-06-23 08:03:43 +09:00
12dceb14b2
feat(monitor): consolidate per-job watchdogs into shared wildcard subscriber (FW-W3)
Godopu
2026-06-23 00:35:48 +09:00
31f18b2e5a
docs: update FUTURE_WORKS.md and FUTURE_WORKS.ko.md with portability and workflow bottleneck roadmap
Godopu
2026-06-22 16:28:23 +09:00
c721d1cd86
refactor: rename skills from tmux-agent-orchestrate-* to multi-agent-mux-* in backplane scripts and documents
Godopu
2026-06-22 15:58:48 +09:00
ee48d77d0a
docs: add README.md and README.ko.md introducing the orchestration skills and backplane architecture
Godopu
2026-06-22 14:19:15 +09:00
9735258bc5
refactor: rename metadata directory .hermes to .mam in backplane scripts and documents
Godopu
2026-06-22 14:06:13 +09:00
30e447189e
refactor: migrate skills/ directory to .agents/skills/
Godopu
2026-06-21 14:42:12 +00:00
e1d998e1ef
feat: add support for hermes agent in tmux orchestration scripts
Godopu
2026-06-21 14:21:30 +00:00
aacea05f6a
docs: replace CLAUDE.md content with README.md title
Godopu
2026-06-21 13:11:05 +00:00
a414158864
docs: rename project reference from advanced_multi_agent to tmux_agent_orchestration
Godopu
2026-06-21 11:32:57 +00:00
d21d419a7c
docs: update commit references for FW-N5, FW-N6, and FW-N7
Godopu
2026-06-21 10:45:45 +00:00
450722b3df
docs(security): correct example metadata in job-protocol.md to refer to hmac_sig
Godopu
2026-06-21 10:45:26 +00:00
6a88f10a74
feat(security): implement FW-N5, FW-N6, FW-N7 (HMAC-SHA256 protocol docs, auto-generate token, replay attack defense)
Godopu
2026-06-21 10:39:29 +00:00
8a4067ca91
docs: internationalize top-level documentation files to English and backup Korean originals to *.ko.md
Godopu
2026-06-21 10:35:01 +00:00
738e4dc8d1
docs: add BOOTSTRAP.md project setup and onboarding guide
Godopu
2026-06-21 10:27:33 +00:00
0017ef572d
feat: add interactive Understand-Anything project analysis dashboard
Godopu
2026-06-21 10:10:55 +00:00
ec92b6c3fa
docs: commit analysis report and instruction documents
Godopu
2026-06-21 10:07:38 +00:00
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)
Godopu
2026-06-20 15:48:27 +00:00
a2d4f80608
fix(monitor,resume): honor stopped status + clear stop metadata on resume
Godopu
2026-06-20 15:32:02 +00:00
0de0f236b2
feat(tmux-agent-orchestrate-delete): add --capture-id, --reason, --graceful options
Godopu
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
Godopu
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)
Godopu
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