Commit Graph

10 Commits

Author SHA1 Message Date
shokollm
8f950f575a Update agent-workflows skill with error reduction patterns and sanitize hermes-setup.md 2026-03-27 11:54:47 +00:00
shokollm
cc01e8dd18 docs: sanitize domain and token in SUBAGENT_WORKFLOW.md 2026-03-27 11:39:38 +00:00
shokollm
68f7e9c7be skill(agent-workflows): add branch hygiene and known pitfalls from experience 2026-03-27 11:34:45 +00:00
shokollm
a14f317d5a 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 11:32:45 +00:00
shokollm
89d1a1e82b Add agent-workflows skill for Gitea-based subagent delegation 2026-03-27 11:05:20 +00:00
shokollm
353e5f2b3f docs: add subagent workflow documentation 2026-03-27 10:39:37 +00:00
shokollm
74424c1f82 Add parallel capacity test tool for Hermes/OpenCode
This tool tests the practical limits of parallel agent execution
by spawning N concurrent opencode run tasks and measuring:
- Response time
- CPU and memory usage
- Success/failure rates

Includes both bash (run_test.sh) and Python (parallel_capacity_test.py)
implementations with full metrics collection and reporting.

Fixes #3
2026-03-27 10:29:34 +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