• Joined on 2025-01-01
han commented on pull request shoko/kugetsu#5 2026-03-31 05:38:21 +02:00
Add parallel capacity test tool for Hermes/OpenCode

in the parallel capacity test, can we use kugetsu cli instead of opencode cli directly? in a way that I want to be sure that we are testing our own tool so we know exactly how many parallelization…

han commented on pull request shoko/kugetsu#23 2026-03-31 05:32:48 +02:00
docs #4: Document Hermes Communication Patterns

you can just use git.example.com for the example

han commented on pull request shoko/kugetsu#32 2026-03-31 02:07:46 +02:00
feat(phase3): Full Phase 3 implementation - Chat Agent, PM Agent, and Integration

opencode run --continue --session "$pm_session" "$task" 2>&1

in the kugetsu-helpers, why does it use opencode CLI instead of using the kugetsu CLI? kugetsu CLI is wrapper of opencode CLI that…

han commented on pull request shoko/kugetsu#32 2026-03-31 01:41:16 +02:00
feat(phase3): Full Phase 3 implementation - Chat Agent, PM Agent, and Integration

in the phase3a-setup, why the dir variable name is KUGEETSU_DIR? why the double E? I am just asking, you don't need to fix it

han commented on pull request shoko/kugetsu#23 2026-03-31 01:11:46 +02:00
docs #4: Document Hermes Communication Patterns

you are exposing our gitea url and token, please patch this and also fix the previous commit

han commented on issue shoko/kugetsu#35 2026-03-31 01:10:23 +02:00
add loadskillv2.md

we should close this issue since its a test issue to test delegation

han approved shoko/kugetsu#12 2026-03-29 16:36:13 +02:00
feat: add kugetsu session manager skill

lgtm

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

Background TUI sessions via Hermes process() tool with session_id

can we assume right now in this phase that we will only use Opencode only? so no Hermes and its tooling. will this change the…

han commented on issue shoko/kugetsu#1 2026-03-27 13:24:56 +01:00
Document Hermes Setup

lets address it one by one.

so basically, every issue has its own dedicated git worktree, is this correct? I don't know yet how hermes delegate tasks works. but lets assume the worse that the…

han commented on issue shoko/kugetsu#1 2026-03-27 13:10:40 +01:00
Document Hermes Setup

I think we should address with git worktree as well. lets say that we are working on 5 different issues on the same repo and spawn 5 different agents. I assumed that since 5 agents will edit the…

han commented on pull request shoko/kugetsu#6 2026-03-27 13:07:17 +01:00
Docs: Add subagent workflow documentation

why did you remove the frontmatter in the skill? also the installation guide is all over the place. I think for the installation part just put the curl there. use actual link since its external…

han commented on pull request shoko/kugetsu#5 2026-03-27 13:03:27 +01:00
Add parallel capacity test tool for Hermes/OpenCode

alright can you now post the test result using different parameters?

han commented on pull request shoko/kugetsu#5 2026-03-27 12:50:30 +01:00
Add parallel capacity test tool for Hermes/OpenCode

yes we should debug it. what are the other options other than psutil? I'd like to use something built-in, so no additional installation if possible. but if there is no such approach, well there is…

han commented on pull request shoko/kugetsu#6 2026-03-27 12:48:53 +01:00
Docs: Add subagent workflow documentation

is it possible to remove the commit that contains real data? because people can see it through git log anyway