@@ -73,7 +73,7 @@ Ruler solves this by providing a **single source of truth** for all your AI agen
7373| Firebase Studio | ` .idx/airules.md ` | ` .idx/mcp.json ` | - |
7474| Open Hands | ` .openhands/microagents/repo.md ` | ` config.toml ` | - |
7575| Gemini CLI | ` AGENTS.md ` | ` .gemini/settings.json ` | ` .gemini/skills/ ` |
76- | Junie | ` .junie/guidelines.md ` | ` .junie/mcp/mcp.json ` | - |
76+ | Junie | ` .junie/guidelines.md ` | ` .junie/mcp/mcp.json ` | ` .junie/skills/ ` |
7777| AugmentCode | ` .augment/rules/ruler_augment_instructions.md ` | - | - |
7878| Kilo Code | ` AGENTS.md ` | ` .kilocode/mcp.json ` | ` .claude/skills/ ` |
7979| OpenCode | ` AGENTS.md ` | ` opencode.json ` | ` .opencode/skills/ ` |
@@ -325,15 +325,15 @@ ruler revert [options]
325325
326326### Options
327327
328- | Option | Description |
329- | ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
330- | ` --project-root <path> ` | Path to your project's root (default: current directory) |
328+ | Option | Description |
329+ | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
330+ | ` --project-root <path> ` | Path to your project's root (default: current directory) |
331331| ` --agents <agent1,agent2,...> ` | Comma-separated list of agent names to revert (agentsmd, aider, amazonqcli, amp, antigravity, augmentcode, claude, cline, codex, copilot, crush, cursor, factory, firebase, firebender, gemini-cli, goose, jetbrains-ai, jules, junie, kilocode, kiro, mistral, opencode, openhands, pi, qwen, roo, trae, warp, windsurf, zed) |
332- | ` --config <path> ` | Path to a custom ` ruler.toml ` configuration file |
333- | ` --keep-backups ` | Keep backup files (.bak) after restoration (default: false) |
334- | ` --dry-run ` | Preview changes without actually reverting files |
335- | ` --verbose ` / ` -v ` | Display detailed output during execution |
336- | ` --local-only ` | Only search for local .ruler directories, ignore global config |
332+ | ` --config <path> ` | Path to a custom ` ruler.toml ` configuration file |
333+ | ` --keep-backups ` | Keep backup files (.bak) after restoration (default: false) |
334+ | ` --dry-run ` | Preview changes without actually reverting files |
335+ | ` --verbose ` / ` -v ` | Display detailed output during execution |
336+ | ` --local-only ` | Only search for local .ruler directories, ignore global config |
337337
338338### Common Examples
339339
@@ -594,6 +594,7 @@ Skills are specialized knowledge packages that extend AI agent capabilities with
594594 - ** Mistral Vibe** : ` .vibe/skills/ `
595595 - ** Roo Code** : ` .roo/skills/ `
596596 - ** Gemini CLI** : ` .gemini/skills/ `
597+ - ** Junie** : ` .junie/skills/ `
597598 - ** Cursor** : ` .cursor/skills/ `
598599
599600### Skills Directory Structure
@@ -659,13 +660,14 @@ When skills support is enabled and gitignore integration is active, Ruler automa
659660- ` .vibe/skills/ ` (for Mistral Vibe)
660661- ` .roo/skills/ ` (for Roo Code)
661662- ` .gemini/skills/ ` (for Gemini CLI)
663+ - ` .junie/skills/ ` (for Junie)
662664- ` .cursor/skills/ ` (for Cursor)
663665
664666to your ` .gitignore ` file within the managed Ruler block.
665667
666668### Requirements
667669
668- - ** For agents with native skills support** (Claude Code, GitHub Copilot, Kilo Code, OpenAI Codex CLI, OpenCode, Pi Coding Agent, Goose, Amp, Antigravity, Factory Droid, Mistral Vibe, Roo Code, Gemini CLI, Cursor): No additional requirements.
670+ - ** For agents with native skills support** (Claude Code, GitHub Copilot, Kilo Code, OpenAI Codex CLI, OpenCode, Pi Coding Agent, Goose, Amp, Antigravity, Factory Droid, Mistral Vibe, Roo Code, Gemini CLI, Junie, Cursor): No additional requirements.
669671
670672### Validation
671673
@@ -718,6 +720,7 @@ ruler apply
718720# - Mistral Vibe: .vibe/skills/my-skill/
719721# - Roo Code: .roo/skills/my-skill/
720722# - Gemini CLI: .gemini/skills/my-skill/
723+ # - Junie: .junie/skills/my-skill/
721724# - Cursor: .cursor/skills/my-skill/
722725```
723726
0 commit comments