This website requires JavaScript.
dfdbf69187
fix(loop): correct self-relative REPO_ROOT depth in run_loop.sh
Godopu
2026-07-16 12:06:37 +09:00
9d0fbaec40
fix(deploy): remove deleted creator-claude agent from resume_all.sh
Godopu
2026-07-16 11:29:57 +09:00
a671dfbb9d
docs(deploy): append git repository recommendation to INSTALL.md
Godopu
2026-07-16 11:25:50 +09:00
91cd08b139
docs(deploy): add multi-agent-mux-loop quick start guide to INSTALL.md
Godopu
2026-07-16 10:40:16 +09:00
0f970b97fa
fix(loop): address planner and reviewer architecture defects
Godopu
2026-07-16 08:28:57 +09:00
bacf139447
feat(skills): add multi-agent-mux-loop autonomous loop orchestrator
Godopu
2026-07-16 08:12:24 +09:00
ff01984a69
docs(workflow): clarify agent standby behavior after PASS verdict
Godopu
2026-07-12 23:18:30 +09:00
787fe58298
fix(skills): robustify load_state_json against lone surrogates
Godopu
2026-07-12 17:19:44 +09:00
f8675ab377
docs(roadmap): sync FW-D4 path and lint count in FUTURE_WORKS
Godopu
2026-07-12 16:59:58 +09:00
eb733cf7c1
refactor(deploy): consolidate install scripts and INSTALL.md into deploy/
Godopu
2026-07-12 16:22:06 +09:00
2d2510f391
refactor(lib): add robust TUI readiness tokens for cline
Godopu
2026-07-12 15:44:01 +09:00
dc1a2718d1
refactor(lib): extend wait_for_tui_ready timeout to 30 seconds
Godopu
2026-07-12 15:43:04 +09:00
742e71b784
refactor(lib): map cline isolation paths directly to root without data subfolder
Godopu
2026-07-12 15:42:21 +09:00
f1e754d73e
refactor(lib): physically copy sqlite DBs instead of symlinking for cline
Godopu
2026-07-12 15:41:59 +09:00
a57ce0a1b8
refactor(lib): seed db/ subfolder for cline isolation to preserve oauth and provider states
Godopu
2026-07-12 15:41:17 +09:00
ae8ea9b939
refactor(lib): target correct data subfolder for cline isolation seeding
Godopu
2026-07-12 15:35:25 +09:00
559240f3c8
refactor(create): force state isolation by default for new sessions
Godopu
2026-07-12 15:34:00 +09:00
ed126ba37f
docs(install): drop broken PATH export and un-escape $UUID in resume guide
Godopu
2026-07-12 15:19:51 +09:00
9182d89dbd
docs(install): address R-1, R-2, and R-3 feedback in resume guidelines
Godopu
2026-07-12 15:17:31 +09:00
875740788a
docs(install): clarify install pre-requisites and concrete resume command examples
Godopu
2026-07-12 14:52:30 +09:00
49176b43b6
refactor(lib): hash entire session dictionary to widen YAML write-gate
Godopu
2026-07-12 14:37:42 +09:00
60f3af4af9
refactor(monitor): keep sessions alive on job completion, kill only on errors
Godopu
2026-07-12 14:24:02 +09:00
288132c7ba
refactor(install): port venv bootstrap, config tools and gitignore exclusions to installer
Godopu
2026-07-12 14:15:04 +09:00
382c314d5e
refactor(rules): resolve loop report paths colon-safety and terminology gaps
Godopu
2026-07-12 13:57:04 +09:00
65843e0557
docs(rules): update multi-agent rules with job-centric structure pointers
Godopu
2026-07-12 13:50:30 +09:00
6186673fb2
chore(cleanup): remove obsolete brief markdown files from reports
Godopu
2026-07-12 13:30:11 +09:00
d776273ae9
Revert "chore(cleanup): remove obsolete DONE.md task tracker file"
Godopu
2026-07-12 13:29:37 +09:00
e305bcb083
chore(cleanup): remove obsolete DONE.md task tracker file
Godopu
2026-07-12 13:23:28 +09:00
e44b587c2e
chore(cleanup): remove handoff.md and clean temporary test job artifacts
Godopu
2026-07-12 13:19:09 +09:00
35af8e33a2
feat(skills): implement state loader DRY (OP-5) and Job-centric directory structure
Godopu
2026-07-12 11:50:18 +09:00
76ec0dd929
fix(skills): support automatic bypass of large-session resume warning dialogs
Godopu
2026-07-12 10:27:59 +09:00
cdeea81521
docs(handoff): add session handoff file detailing remaining skill optimizations
Godopu
2026-07-11 10:21:18 +09:00
b258d238cb
chore(registry): mark planner, reviewer, and creator sessions as stopped
Godopu
2026-07-11 10:11:49 +09:00
7eeb4b709a
perf(skills): optimize sleeps and modularize duplication with multi-agent consensus PASS
Godopu
2026-07-11 10:07:05 +09:00
25de01eaad
fix(skills): solve set -e error propagation in create_session.sh and include final PASS reviews
Godopu
2026-07-11 09:41:49 +09:00
da895fccd5
fix(skills): resolve blank-padding viewport bug in send_keys_safe and fix rc status leak
Godopu
2026-07-11 09:34:25 +09:00
e613f4aedb
fix(skills): evidence-based prompt delivery (send_keys_safe) to end prompt-lock (FW-W2)
Godopu
2026-07-11 09:24:34 +09:00
7fc6c8c7b9
chore(docs): remove obsolete session isolation planning doc set per 3-agent audit
Godopu
2026-07-11 08:59:20 +09:00
9b831932b0
chore(docs): remove obsolete root planning docs per 3-agent markdown audit
Godopu
2026-07-11 08:50:30 +09:00
1c2ce0953d
refactor(installer): remove sqlite3 CLI false dependency and verify py-sqlite3 module check
Godopu
2026-07-11 00:48:50 +09:00
66fd1c4834
refactor(installer): align create example flags with tmux-server in INSTALL.md and remove flock dependency
Godopu
2026-07-11 00:45:35 +09:00
d7e19feaf5
refactor(installer): resolve architectural inconsistencies, pyyaml hard check, and migrate reports to tracked paths
Godopu
2026-07-11 00:41:12 +09:00
6974e316e2
docs(review): synchronize final output details of installer rereview report
Godopu
2026-07-11 00:33:55 +09:00
a7aa8a00fd
feat(installer): implement MAM skills installer with complete user guide and pass reviewer reviews
Godopu
2026-07-11 00:33:49 +09:00
dad99f55c6
feat(isolation): resolve idempotency bypass for late purge and verify Phase 4 integration tests
Godopu
2026-07-10 23:33:57 +09:00
e75a3a40c9
docs: update task checklist and handover brief with final pass verdict
Godopu
2026-07-10 23:18:54 +09:00
ac94b104c1
docs(review): commit reviewer cline pass report for session isolation
Godopu
2026-07-10 23:18:40 +09:00
4842d0f892
docs(handover): save session isolation handover brief to workspace root
Godopu
2026-07-10 12:38:12 +09:00
d76e470942
docs(isolation): commit session isolation design documents and guidelines
Godopu
2026-07-10 12:28:06 +09:00
768cfe5c6d
feat(isolation): implement Phase 1-3 session isolation with stop purge and resume safety
Godopu
2026-07-10 12:24:35 +09:00
35068f7a9e
docs: restrict job report markdowns to agent-specific subdirectories under .mam/jobs/
Godopu
2026-07-10 09:41:01 +09:00
a0a92432b8
docs: align MULTI_AGENT_RULES.ko.md with markdown file-based collaboration protocols
Godopu
2026-07-10 09:36:23 +09:00
c7ce014eac
docs: enforce markdown file-based task delegation and result delivery in MULTI_AGENT_RULES.md
Godopu
2026-07-10 09:34:07 +09:00
3a9964c0e2
fix(deploy): resolve SQL timeouts, YAML drift, and orphaned tmux sessions
Godopu
2026-07-10 09:21:07 +09:00
6408f4a5ec
feat(deploy): parameterize distribution URLs via MAM_*_URL env vars
Godopu
2026-07-09 12:05:43 +09:00
0fa09b4d90
refactor: rename AGENT.md to MULTI_AGENT_RULES.md and consolidate INSTRUCTION.md into AGENTS.md
Godopu
2026-07-09 12:04:25 +09:00
2b9bb39d6f
fix: add cline agent support to resolve_session_id.sh and resume documentation
Godopu
2026-06-28 10:58:43 +09:00
21a4e96052
fix: resolve correct python interpreter for injected publish_event command
Godopu
2026-06-28 10:48:14 +09:00
0c5363e469
docs: update SKILL_FEATURES.md with dynamic TUI readiness gating and onboarding automation
Godopu
2026-06-28 10:44:43 +09:00
ef57749e9f
feat: implement --onboard flag in multi-agent-mux-create and update AGENT.md onboarding handshake protocol
Godopu
2026-06-28 10:42:23 +09:00
6e3c866461
docs: clean up stale create_session usage instructions in comments and markdown examples
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 and Claude Opus 4.8
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