shokollm
0563e7bced
docs: add chmod +x instruction before executing scripts
...
Users should explicitly grant execute permission to downloaded scripts
for transparency and security best practices.
2026-03-30 03:42:53 +00:00
shokollm
7fb9b9c581
feat(issue-11): add SSH setup script and kugetsu-setup documentation
...
- Add sshd-setup.sh: automated SSH setup inside container
- Checks for systemd prerequisite
- Creates non-root user (configurable via argument, fallback to 'kugetsu')
- Configures sshd for key-only authentication
- Configures passwordless sudo for the user
- Enables and starts sshd via systemd
- Add docs/kugetsu-setup.md: unified setup documentation
- Container setup (Incus, Docker)
- SSH setup (automated + manual steps)
- Host-side port forwarding (Incus, firewall)
- kugetsu installation
- Usage guide
- Remote access via SSH
2026-03-30 03:37:07 +00:00
shokollm
a3ac3490d2
docs: add hermes-setup.md from issue #1 research
...
- Installation via curl script (with --skip-setup for CI)
- API key configuration for 9+ LLM providers
- OpenCode delegation via terminal() wrapper pattern
- Git worktree isolation per-issue workflow
- Reference to existing opencode-worktree skill
Related to issue #1
2026-03-27 15:05:52 +00:00
shokollm
9cb39a1779
Update agent-workflows skill with error reduction patterns and sanitize hermes-setup.md
2026-03-27 14:00:36 +00:00
shokollm
3a841716fc
docs: sanitize domain and token in SUBAGENT_WORKFLOW.md
2026-03-27 14:00:36 +00:00
shokollm
bb11d665a3
Add Branch Hygiene workflow section to SUBAGENT_WORKFLOW.md
...
Document:
- How to detect contamination via git log and branch --contains
- Prevention with explicit base: git checkout -b new-branch main
- Fix using git rebase --onto
- Force push with --force-with-lease for safety
Addresses Issue #1 comment 281
2026-03-27 14:00:36 +00:00
shokollm
1b51229f88
docs: add subagent workflow documentation
2026-03-27 14:00:36 +00:00
shokollm
3cf7380417
docs: add initial Kugetsu architecture and update README
2026-03-27 09:57:58 +00:00
shokollm
d023b6258d
docs: add OpenCode usage & parallelization research note
2026-03-27 08:27:26 +00:00
shokollm
19989f7384
Initial: add README, CONTRIBUTING, LICENSE, and research template
2026-03-27 08:27:21 +00:00