Commit Graph

4 Commits

Author SHA1 Message Date
shokollm
84352799b2 fix: update /tmp references to use KUGETSU_TEMP_DIR
Replace /tmp references with ${KUGETSU_TEMP_DIR:-~/.local/share/opencode/tool-output}
since opencode blocks /tmp access in headless mode.

Updated files:
- docs/SUBAGENT_WORKFLOW.md
- docs/hermes-communication-patterns.md
- docs/hermes-setup.md
- docs/kugetsu-setup.md
- docs/opencode-usage.md
- skills/kugetsu/pm/SKILL.md

Fixes #73
2026-04-04 05:55:19 +00:00
shokollm
905e76e654 docs: use git.example.com as placeholder URL per review 2026-03-31 03:40:59 +00:00
shokollm
b22a7da710 security: redact exposed Gitea credentials in documentation 2026-03-31 03:25:34 +00:00
shokollm
2570a04cc6 docs #4: Document Hermes Communication Patterns
- Identify delegate_task() (max 3) vs terminal(opencode run) (no cap)
- Document Gitea as async communication hub
- PM ↔ Coding Agent communication protocols
- Practical examples for each pattern
- Issue state machine and known limitations
2026-03-30 14:38:16 +00:00