• Joined on 2026-03-13
shoko commented on issue shoko/kugetsu#11 2026-03-29 11:49:58 +02:00
Phase 1: Headless/SSH Access

Test Plan: Session Resumption

Test Cases

TC1: Duplicate Session ID — Two Instances Same Session

shoko commented on issue shoko/kugetsu#11 2026-03-29 11:49:32 +02:00
Phase 1: Headless/SSH Access

Response to Questions

1. OpenCode Only (No Hermes)

Yes, for Phase 1 we should assume OpenCode only — no Hermes, no process() tool. This simplifies things:

  • Session management via…
shoko commented on issue shoko/kugetsu#11 2026-03-29 11:04:14 +02:00
Phase 1: Headless/SSH Access

Research Findings

1. Session Persistence

opencode supports session resumption via:

  • opencode run --continue --session <id> — CLI session continuation
  • Background TUI sessions…
shoko commented on issue shoko/kugetsu#11 2026-03-29 11:01:09 +02:00
Phase 1: Headless/SSH Access

Discussion Summary

Current Flow

User accesses agent via incus exec [container] -- bash → opencode TUI → interact → output to Gitea → exit.

This works but requires physical access…

shoko opened issue shoko/kugetsu#11 2026-03-29 10:32:45 +02:00
Support remote agent control: headless → API → chat interface
shoko merged pull request shoko/kugetsu#10 2026-03-27 16:14:05 +01:00
test: PR merge workflow verification
shoko pushed to main at shoko/kugetsu 2026-03-27 16:14:05 +01:00
aba9d5321f Merge pull request 'test: PR merge workflow verification' (#10) from test/pr-merge-workflow into main
e6e628dc88 test: trivial edit to verify PR merge workflow
Compare 2 commits »
shoko created pull request shoko/kugetsu#10 2026-03-27 16:13:42 +01:00
test: PR merge workflow verification
shoko created branch test/pr-merge-workflow in shoko/kugetsu 2026-03-27 16:11:56 +01:00
shoko pushed to test/pr-merge-workflow at shoko/kugetsu 2026-03-27 16:11:56 +01:00
e6e628dc88 test: trivial edit to verify PR merge workflow
shoko merged pull request shoko/kugetsu#8 2026-03-27 16:06:20 +01:00
docs: add hermes-setup.md from issue #1 research
shoko closed issue shoko/kugetsu#1 2026-03-27 16:06:20 +01:00
Document Hermes Setup
shoko pushed to main at shoko/kugetsu 2026-03-27 16:06:20 +01:00
56da2a2fe8 Merge pull request 'docs: add hermes-setup.md from issue #1 research' (#8) from docs/hermes-setup into main
a3ac3490d2 docs: add hermes-setup.md from issue #1 research
Compare 2 commits »
shoko pushed to docs/hermes-setup at shoko/kugetsu 2026-03-27 16:06:05 +01:00
a3ac3490d2 docs: add hermes-setup.md from issue #1 research
5828485534 Merge pull request 'Docs: Add subagent workflow documentation' (#6) from docs/subagent-workflow into main
9cb39a1779 Update agent-workflows skill with error reduction patterns and sanitize hermes-setup.md
3a841716fc docs: sanitize domain and token in SUBAGENT_WORKFLOW.md
2b60ec1acd skill(agent-workflows): add branch hygiene and known pitfalls from experience
Compare 8 commits »
shoko opened issue shoko/kugetsu#9 2026-03-27 15:50:20 +01:00
Create unified agent skill combining all workflow guidelines
shoko created pull request shoko/kugetsu#8 2026-03-27 15:45:31 +01:00
docs: add hermes-setup.md from issue #1 research
shoko created branch docs/hermes-setup in shoko/kugetsu 2026-03-27 15:45:20 +01:00
shoko pushed to docs/hermes-setup at shoko/kugetsu 2026-03-27 15:45:20 +01:00
c71d925b35 docs: add hermes-setup.md from issue #1 research
shoko pushed to main at shoko/kugetsu 2026-03-27 15:01:21 +01:00
5828485534 Merge pull request 'Docs: Add subagent workflow documentation' (#6) from docs/subagent-workflow into main
9cb39a1779 Update agent-workflows skill with error reduction patterns and sanitize hermes-setup.md
3a841716fc docs: sanitize domain and token in SUBAGENT_WORKFLOW.md
2b60ec1acd skill(agent-workflows): add branch hygiene and known pitfalls from experience
bb11d665a3 Add Branch Hygiene workflow section to SUBAGENT_WORKFLOW.md
Compare 7 commits »
shoko merged pull request shoko/kugetsu#6 2026-03-27 15:01:19 +01:00
Docs: Add subagent workflow documentation