Docs: Add subagent workflow documentation #6

Merged
shoko merged 6 commits from docs/subagent-workflow into main 2026-03-27 15:01:19 +01:00
Owner

Documents subagent workflow pattern using Gitea issues and PRs as communication channels.

Documents subagent workflow pattern using Gitea issues and PRs as communication channels.
shoko added 2 commits 2026-03-27 11:39:55 +01:00
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
shoko added 1 commit 2026-03-27 12:05:24 +01:00
First-time contributor

always replace the actual domain and actual token with dummy domain and dummy token. make it obvious if its dummy. for example for a domain it can be example.com mail.example.com git.example.com for token it can be abcdefg012345.

the docs/SUBAGENT_WORKFLOW.md is nightmare because its exposing actual data/name/domain/token

always replace the actual domain and actual token with dummy domain and dummy token. make it obvious if its dummy. for example for a domain it can be example.com mail.example.com git.example.com for token it can be abcdefg012345. the docs/SUBAGENT_WORKFLOW.md is nightmare because its exposing actual data/name/domain/token
shoko added 1 commit 2026-03-27 12:32:48 +01:00
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
shoko added 1 commit 2026-03-27 12:34:49 +01:00
shoko added 1 commit 2026-03-27 12:39:44 +01:00
First-time contributor

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

is it possible to remove the commit that contains real data? because people can see it through git log anyway
shoko added 1 commit 2026-03-27 12:54:51 +01:00
First-time contributor

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 link, not our link. and its proper because we need them to be working right so no replacement on this one.

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 link, not our link. and its proper because we need them to be working right so no replacement on this one.
shoko force-pushed docs/subagent-workflow from 8f950f575a to 9cb39a1779 2026-03-27 15:00:52 +01:00 Compare
shoko merged commit 5828485534 into main 2026-03-27 15:01:19 +01:00
Sign in to join this conversation.