Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| `ignore` | `https://kilo.ai/docs/customize/context/kilocodeignore` | `.kilocodeignore` access-control surface; Rulesync currently maps `.kiloignore` |
| `mcp` | `https://kilo.ai/docs/automate/mcp/using-in-kilo-code` | `kilo.jsonc`, `.kilo/kilo.jsonc`, global `~/.config/kilo/kilo.jsonc`, MCP tool permissions |
| `commands` | `https://kilo.ai/docs/customize/custom-modes` | Mode and workflow customization surfaces; Rulesync maps command files |
| `subagents` | `https://kilo.ai/docs/customize/custom-subagents` | Custom modes/agents; no README-supported Rulesync Kilo subagents target |
| `subagents` | `https://kilo.ai/docs/customize/custom-subagents` | Adapter exists in source, but no README-supported Rulesync Kilo subagents target |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wording change matches the pattern already established by the hooks row — "Adapter exists in source, but no README-supported Rulesync Kilo ... target". No concerns with the content itself.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This drops the leading "Custom modes/agents;" prefix that main keeps. The hooks row omits an upstream-surface phrase because it has no dedicated upstream surface ("No dedicated upstream hooks surface in map"), but the subagents row does point at an upstream surface (custom-subagents) realized as custom modes/agents. So aligning the two phrasings verbatim removes meaningful upstream info. Better to keep the prefix.

| `skills` | `https://kilo.ai/docs/customize/skills` | `.kilocode/skills`, `~/.kilocode/skills`, mode-specific `skills-{mode}` directories |
| `hooks` | No dedicated upstream hooks surface in map | Adapter exists in source, but no README-supported Rulesync Kilo hooks target |
| `permissions` | `https://kilo.ai/docs/getting-started/settings/auto-approving-actions` | `kilo.jsonc` permission values, `allow`/`ask`/`deny`, built-in and MCP tool permission keys |
Expand Down
Loading