chore(plugin): retire .claude-plugin/ references (GRA-1249 / GH #206)#214
Conversation
…-1198) The .claude-plugin/ directory itself was already removed in a prior cleanup (see CHANGELOG: 'Remove orphaned gradata-plugin/ subdir (#54)'). What remained were stale string references in docs and examples now that the SDK ships all subcommands directly (PRs #208/#209/#210/#211 + #213). Changes: - .dockerignore: removed dead .claude-plugin exclude line - examples/with_claude_code.py: replaced '/plugin install gradata' language with the canonical 'gradata install --agent claude-code' - examples/README.md: fix broken link to .claude-plugin/README.md - CHANGELOG.md: BREAKING entry under Unreleased documenting the retirement This closes out the kill-the-plugin epic (GRA-1198 / GH #206) from the references side. Anyone who installed via /plugin marketplace before 2026-05-20 must migrate to the SDK install path. Verified: - pip install /home/olive/work/gradata-sdk/Gradata in a fresh venv succeeds - gradata install --agent claude-code --brain /tmp/test-brain --help works - pytest tests/ -x -q passes (816 tests, 7 skipped, 1 known-skip on test_byo_key_provider for missing httpx in dev env unrelated to this) - ruff check clean on touched files - grep for 'claude-plugin|gradata-plugin' on src/ + docs/ shows only the intentional CHANGELOG entries (current BREAKING note + historical refs) Branch authored by delegate_task subagent (hit max_iterations on PR-open); parent agent verified + extracted clean diff + opened PR.
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (3)
📝 WalkthroughSummary
WalkthroughThis PR consolidates the Claude Code installation experience by removing the legacy plugin marketplace install path. It updates Docker ignore rules, documents the breaking change, and redirects all example documentation to the canonical ChangesPlugin marketplace install retirement
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 OpenGrep (1.21.0)OpenGrep fatal error (exit code 2): �[32m✔�[39m �[1mOpengrep OSS�[0m �[1m Loading rules from local config...�[0m Comment |
Summary
Final cleanup of the kill-the-plugin epic (GRA-1198 / GH #206). The
.claude-plugin/directory itself was already removed in a prior cleanup (CHANGELOG: 'Remove orphaned gradata-plugin/ subdir (#54)'). What remained were stale string references in docs and examples now that the SDK ships all subcommands directly via PRs #208/#209/#210/#211 + #213.Changes
.dockerignore: removed dead.claude-pluginexclude lineexamples/with_claude_code.py: replaced/plugin install gradatalanguage with the canonicalgradata install --agent claude-codeexamples/README.md: fixed broken link to.claude-plugin/README.mdCHANGELOG.md: BREAKING entry under UnreleasedBreaking change
Anyone who installed via the
/plugin marketplace add Gradata/gradataflow before 2026-05-20 must migrate:pipx install gradata gradata install --agent claude-code --brain ~/.gradata/brainThis is communicated via:
### Breakingentry (this PR)Verification
Epic context
GRA-1198 (kill the plugin) / GH #206. This is the last reference scrub. Companion PR for archiving the standalone Gradata/gradata-plugin repo: GRA-1250.
Authoring note
Started by a delegate_task subagent (hit max_iterations on PR-open); parent agent verified the diff was clean (extracted via git stash since 3 subagents ran in parallel on the same workdir), tested, committed, pushed, opened PR.