Skip to content

feat: add CodeBuddy platform support#505

Open
studyzy wants to merge 1 commit into
tirth8205:mainfrom
studyzy:main
Open

feat: add CodeBuddy platform support#505
studyzy wants to merge 1 commit into
tirth8205:mainfrom
studyzy:main

Conversation

@studyzy
Copy link
Copy Markdown

@studyzy studyzy commented May 21, 2026

Summary

  • Add CodeBuddy (https://www.codebuddy.ai) as a supported platform
  • MCP config, hooks, skills installation, and platform instruction file
  • CLI target --target codebuddy for install command

Closes #504

Changes

  • code_review_graph/cli.py — Add codebuddy target, install hooks + skills during init
  • code_review_graph/skills.py — Platform config, generate_codebuddy_hooks_config(), install_codebuddy_hooks(), install_codebuddy_skills(), CODEBUDDY.md instruction file mapping
  • tests/test_cli_install.py — Test for CodeBuddy install flow
  • tests/test_skills.py — Update expected file sets to include CODEBUDDY.md

Test plan

  • pytest tests/test_skills.py — 139 passed
  • pytest tests/test_cli_install.py — 3 passed
  • Full suite: 1231 passed (6 pre-existing async failures unrelated)

🤖 Generated with Claude Code

Implement CodeBuddy (https://www.codebuddy.ai) as a supported platform:
- MCP config in .codebuddy/mcp.json
- Hooks in .codebuddy/settings.json (PostToolUse/SessionStart)
- Skills in .codebuddy/skills/{name}/skill.md format
- Platform instruction file CODEBUDDY.md
- CLI target: code-review-graph install --target codebuddy

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Add CodeBuddy support

1 participant