-
Notifications
You must be signed in to change notification settings - Fork 951
feat: add Neovate Code support with slash command integration #351
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughAdds Neovate Code as a new AI tool: updates README, appends a new AI_TOOLS entry, introduces a NeovateSlashCommandConfigurator for three OpenSpec slash commands, and registers the configurator in the slash registry. Tests for init and update were added. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Suggested reviewers
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 (2)
🧰 Additional context used🧬 Code graph analysis (2)test/core/init.test.ts (1)
test/core/update.test.ts (1)
🔇 Additional comments (4)
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
README.md(1 hunks)src/core/config.ts(1 hunks)src/core/configurators/slash/neovate.ts(1 hunks)src/core/configurators/slash/registry.ts(3 hunks)
🧰 Additional context used
🧠 Learnings (2)
📚 Learning: 2025-11-25T01:08:19.004Z
Learnt from: CR
Repo: Fission-AI/OpenSpec PR: 0
File: openspec/AGENTS.md:0-0
Timestamp: 2025-11-25T01:08:19.004Z
Learning: Applies to openspec/changes/**/*.md : Scaffold proposal using `proposal.md`, `tasks.md`, optional `design.md`, and delta specs under `openspec/changes/<id>/`
Applied to files:
README.md
📚 Learning: 2025-11-25T01:08:02.839Z
Learnt from: CR
Repo: Fission-AI/OpenSpec PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-11-25T01:08:02.839Z
Learning: Use `@/openspec/AGENTS.md` to learn how to create and apply change proposals, spec format and conventions, and project structure and guidelines
Applied to files:
README.md
🧬 Code graph analysis (1)
src/core/configurators/slash/registry.ts (1)
src/core/configurators/slash/neovate.ts (1)
NeovateSlashCommandConfigurator(49-78)
🔇 Additional comments (4)
src/core/config.ts (1)
40-40: LGTM!The Neovate Code entry follows the established pattern and is correctly positioned in the AI_TOOLS array.
src/core/configurators/slash/registry.ts (1)
5-5: LGTM!The NeovateSlashCommandConfigurator is correctly imported, instantiated, and registered following the same pattern as all other configurators.
Also applies to: 31-31, 53-53
src/core/configurators/slash/neovate.ts (2)
9-38: LGTM!The FILE_PATHS and FRONTMATTER constants are well-organized and properly documented. The path structure (
.neovate/commands/openspec/) is consistent and the YAML frontmatter follows the established pattern.
49-78: LGTM!The NeovateSlashCommandConfigurator class correctly extends SlashCommandConfigurator and implements the required methods following the established pattern used by other configurators.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
add Neovate Code support to OpenSpec
Summary by CodeRabbit
New Features
Documentation
Tests
✏️ Tip: You can customize this high-level summary in your review settings.