feat(cli): add codingbuddy init --team for multi-AI tool setup#1459
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Apr 10, 2026
- Add detect-tools.js: scan for 6 AI tool configs (.cursor, .claude, .codex, .antigravity, .q, .kiro) - Add generate-adapter.js: generate adapter configs from shared .ai-rules/ templates with backup and dry-run support - Add team.js: orchestrate detection + generation pipeline - Add --team, --dry-run, --force flags to CLI init command - 15 new tests (7 detect-tools + 8 generate-adapter), 47 total pass Closes #1440 Closes #1449 Closes #1450 Closes #1451
9b98281 to
6eeda5b
Compare
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
detectTools(cwd)scans for 6 AI tool configs (.cursor, .claude, .codex, .antigravity, .q, .kiro) and reports existence + config statusgenerateAdapterConfigs()reads adapter templates from.ai-rules/adapters/and generates tool-specific configs with backup and dry-run supportcodingbuddy init --teamcommand with--dry-runand--forceflagsTest plan
.codingbuddy-backup/before overwriting--dry-runpreviews without writing files--forceoverwrites without backupcodingbuddy init) unchangedCloses #1440
Closes #1449
Closes #1450
Closes #1451