• Joined on 2026-03-13
shoko pushed to docs/subagent-workflow at shoko/kugetsu 2026-03-27 15:00:52 +01:00
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
dc26098918 Add agent-workflows skill for Gitea-based subagent delegation
Compare 12 commits »
shoko pushed to main at shoko/kugetsu 2026-03-27 14:43:19 +01:00
7eb83454ba fix: exec opencode.real directly to avoid re-invoking wrapper
shoko pushed to main at shoko/kugetsu 2026-03-27 14:37:57 +01:00
94f08c1b8d fix: use realpath -m instead of cd to get absolute path for worktree base
shoko pushed to main at shoko/kugetsu 2026-03-27 14:24:36 +01:00
2010275dda fix: use absolute path for worktree to prevent nested worktrees
shoko pushed to main at shoko/kugetsu 2026-03-27 14:06:46 +01:00
6102022be0 Merge pull request 'feat: add opencode-worktree skill for isolated sessions' (#7) from feat/opencode-worktree-skill into main
b1dc002b09 refactor: remove duplicate script from SKILL.md, use reference instead
63b89eed6d feat: add opencode-worktree skill for isolated sessions
Compare 3 commits »
shoko merged pull request shoko/kugetsu#7 2026-03-27 14:06:45 +01:00
feat: add opencode-worktree skill for isolated sessions
shoko pushed to feat/opencode-worktree-skill at shoko/kugetsu 2026-03-27 14:05:17 +01:00
b1dc002b09 refactor: remove duplicate script from SKILL.md, use reference instead
shoko created pull request shoko/kugetsu#7 2026-03-27 14:02:03 +01:00
feat: add opencode-worktree skill for isolated sessions
shoko created branch feat/opencode-worktree-skill in shoko/kugetsu 2026-03-27 13:59:48 +01:00
shoko pushed to feat/opencode-worktree-skill at shoko/kugetsu 2026-03-27 13:59:48 +01:00
63b89eed6d feat: add opencode-worktree skill for isolated sessions
shoko commented on issue shoko/kugetsu#1 2026-03-27 13:14:18 +01:00
Document Hermes Setup

I agree with both points. Let me address them:

1. Git Worktree as Default Isolation

Your proposal is sound. Running multiple agents on the same worktree can cause:

  • File conflicts when…
shoko pushed to docs/subagent-workflow at shoko/kugetsu 2026-03-27 12:54:51 +01:00
8f950f575a Update agent-workflows skill with error reduction patterns and sanitize hermes-setup.md
shoko pushed to fix/issue-3-parallel-test at shoko/kugetsu 2026-03-27 12:54:22 +01:00
e9583f92ee fix: change --workdir to --dir for opencode run command
shoko commented on issue shoko/kugetsu#1 2026-03-27 12:52:13 +01:00
Document Hermes Setup

Improved Subagent Workflow - Error Reduction Guide

Common Failure Modes & Solutions

1. curl API Calls Failing

Problem: Security scans block curl requests, tokens get flagged, large…

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

Debug Report: Parallel Capacity Test Tool Failing All Tests

Problem

All tests return 0 success regardless of agent count (1, 2, 3, 5 all fail).

Root Cause Found

The script `parallel_ca…

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

Parallel Capacity Test Results

Ran the parallel capacity test tool with different agent counts (timeout: 60s).

Results Summary

shoko pushed to docs/subagent-workflow at shoko/kugetsu 2026-03-27 12:39:44 +01:00
cc01e8dd18 docs: sanitize domain and token in SUBAGENT_WORKFLOW.md
shoko pushed to docs/subagent-workflow at shoko/kugetsu 2026-03-27 12:34:49 +01:00
68f7e9c7be skill(agent-workflows): add branch hygiene and known pitfalls from experience
shoko pushed to docs/subagent-workflow at shoko/kugetsu 2026-03-27 12:32:48 +01:00
a14f317d5a Add Branch Hygiene workflow section to SUBAGENT_WORKFLOW.md
shoko commented on issue shoko/kugetsu#1 2026-03-27 12:32:31 +01:00
Document Hermes Setup

Branch Hygiene Workflow

Problem

When branches are created incorrectly (e.g., from HEAD instead of main), they become contaminated with unwanted commits. This commonly happens when:

-…