-
Notifications
You must be signed in to change notification settings - Fork 954
Document Gemini CLI slash command coverage #301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis pull request documents and tests Gemini CLI support for TOML-based slash commands. Changes include updating specification files to describe Gemini command initialization and refresh scenarios, adding test coverage for preserving TOML framing during updates, and removing a dated update log entry. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
🧰 Additional context used📓 Path-based instructions (2)openspec/{specs/**/spec.md,changes/*/specs/**/spec.md}📄 CodeRabbit inference engine (openspec/AGENTS.md)
Files:
openspec/specs/**/spec.md📄 CodeRabbit inference engine (openspec/AGENTS.md)
Files:
🧠 Learnings (7)📚 Learning: 2025-10-22T06:05:06.615ZApplied to files:
📚 Learning: 2025-10-22T06:05:06.615ZApplied to files:
📚 Learning: 2025-10-22T06:05:06.615ZApplied to files:
📚 Learning: 2025-10-21T03:05:07.856ZApplied to files:
📚 Learning: 2025-10-21T03:05:07.856ZApplied to files:
📚 Learning: 2025-10-22T06:05:06.615ZApplied to files:
📚 Learning: 2025-10-22T06:05:06.615ZApplied to files:
🧬 Code graph analysis (3)test/core/update.test.ts (1)
openspec/specs/cli-update/spec.md (1)
openspec/specs/cli-init/spec.md (2)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Documents how Gemini CLI slash commands are generated and updated so specs cover the TOML markers. Deletes the stale .repo-updates-log snapshot. Adds a regression test proving UpdateCommand refreshes existing Gemini command files without creating new ones. Tests:
RUN v3.2.4 /Users/tabishbidiwale/fission/repos/openspec/.conductor/san-jose
stdout | test/core/update.test.ts > UpdateCommand > should refresh existing Gemini CLI TOML files without creating new ones
Updated OpenSpec instructions (openspec/AGENTS.md, AGENTS.md (created)) | Updated slash commands: .gemini/commands/openspec/proposal.toml
✓ test/core/update.test.ts (48 tests | 47 skipped) 7ms
Test Files 1 passed (1)
Tests 1 passed | 47 skipped (48)
Start at 21:33:59
Duration 280ms (transform 81ms, setup 0ms, collect 96ms, tests 7ms, environment 0ms, prepare 33ms).
Summary by CodeRabbit
Documentation
--toolsflag (all/specific tools/none options)Tests