fix: Kilo .kilocodeignore, Roo command mode, Rovo Dev skill frontmatter#1772
Merged
Conversation
Batch follow-up of three maintainer-scrap upstream issues: #1694 (Kilo): KiloIgnore emitted .kiloignore, but Kilo reads .kilocodeignore, so the generated file was inert. Switch the emitted/imported filename and the gitignore entry. (The comment's separate .kilo/rules instructions-array registration gap remains a follow-up.) #1695 (Roo Code): add first-class support for the slash-command 'mode' frontmatter field (a mode slug like code/architect that Roo switches to before running the command body). Round-trips through the roo frontmatter section. #1696 (Rovo Dev): RovodevSkill.fromRulesyncSkill/toRulesyncSkill dropped the standard optional Agent Skills frontmatter. Pass through the fields Rovo Dev documents (allowed-tools, license, metadata) via a new rulesync rovodev skill section. (Saved-prompts commands, tool permissions, and event hooks remain follow-ups.) Closes #1694 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 8, 2026
Resolve conflicts from upstream Agent Skills (#1775): - src/features/skills/rulesync-skill.ts: keep both new skill sections (rovodev + agentsskills) in schema and input type - docs/reference/file-formats.md: re-apply #1772's frontmatter examples (roo command `mode`, rovodev skill block) onto the upstream version; regenerate skills/rulesync/file-formats.md Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Re-resolve rulesync-skill.ts after Cursor skill frontmatter (#1774) landed: keep all three skill sections (rovodev + cursor + agentsskills) in both the zod schema and the input type. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Batch follow-up of three
maintainer-scrapupstream issues. Each part is a high-confidence, primary-source-verified change.#1694 — Kilo:
.kilocodeignorefilename fixKiloIgnoreemitted.kiloignore, but Kilo reads.kilocodeignore(docs), so the generated file was inert. Switched the emitted/imported filename, the gitignore entry, and the cspell dictionary.#1695 — Roo Code: slash-command
modefrontmatterAdded first-class support for the slash-command
modefield (a mode slug such ascode/architectthat Roo switches to before running the command body — docs). It round-trips through theroofrontmatter section.#1696 — Rovo Dev: skill frontmatter passthrough
RovodevSkilldropped the standard optional Agent Skills frontmatter on conversion. Added passthrough for the fields Rovo Dev documents —allowed-tools,license,metadata— via a new rulesyncrovodevskill section. (compatibilityis intentionally excluded: it is not listed in Rovo Dev's skill frontmatter docs.)Validation evidence (primary sources)
.kilocodeignore, workspace root).mode: https://roocodeinc.github.io/Roo-Code/features/slash-commands (documenteddescription/argument-hint/mode).license,allowed-tools,metadata).Test plan
pnpm cicheck— green (fmt, oxlint, typecheck, 5990 unit tests, sync-skill-docs, cspell, secretlint)..kilocodeignorefilename; Roo commandmodeschema + round-trip; Rovo Dev skillallowed-tools/license/metadataround-trip.kiloto.kilocodeignoreine2e-ignore;e2e-ignore/e2e-skills/e2e-commandsall pass in full.Linked issues
.kilocodeignore#1694modeonly)🤖 Generated with Claude Code