docs(feature-research/kilo): mirror hooks phrasing for subagents row#1646
docs(feature-research/kilo): mirror hooks phrasing for subagents row#1646Chen17-sq wants to merge 1 commit into
Conversation
Addresses item 3 in dyoshikawa#1616. KiloSubagent is registered in src/features/subagents/subagents-processor.ts, so the previous Upstream-surface cell ("Custom modes/agents; no README-supported Rulesync Kilo subagents target") read as if there is no support at all. Reuse the hedged phrasing already used by the hooks row in the same file: "Adapter exists in source, but no README-supported Rulesync Kilo subagents target". The Official-docs URL is kept unchanged. No other rows touched.
|
Thank you for your contribution! Unfortunately, you currently have 4 open PRs (including this one), which exceeds the limit of 2 for external contributors. Please wait for an existing PR to be reviewed/merged, or close one before opening a new one. See CONTRIBUTING.md for details. |
|
Closing this proactively — the github-actions bot flagged that I'm well over the 2-PR limit for external contributors documented in CONTRIBUTING.md. I opened these nine PRs in one batch without spotting that rule first, which was my mistake — sorry for the noise. The patch in this PR is ready as-is ( Keeping #1643 ( |
Summary
Addresses item 3 from #1616.
The
subagentsrow in.rulesync/skills/rulesync-feature-research/references/kilo.mdpreviously read:That phrasing reads as if Rulesync has no support for Kilo subagents at all. In fact,
KiloSubagentis registered insrc/features/subagents/subagents-processor.ts(import { KiloSubagent } …at line 22, registered at line 184) — what's actually true is that the README's "Supported Tools and Features" table does not yet claim the target for Kilo.The
hooksrow on the same file already encodes that exact nuance:This PR reuses that hedged phrasing for the
subagentsrow, so the two parallel cases now read consistently. TheOfficial docsURL is unchanged.Test plan
pnpm cicheck(fmt + oxlint + eslint + tsgo + 5550 vitest + sync-skill-docs check + cspell + secretlint) passes locally on Node 22.pnpm dev generatealso runs cleanly, so the generated mirrors under.claude/,.opencode/,.github/,.takt/regenerate without complaint.Refs #1616 (item 3 of 5 — the other follow-ups in that issue are out of scope here).