chore: update docs and manifests for monorepo#15
Conversation
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe PR transitions from a manual registry update workflow to an automated pre-commit hook-based system, consolidates registry documentation into a simplified monorepo-centric workflow, removes the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
✨ Finishing touches
🧪 Generate unit tests (beta)
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 |
- Delete outdated guides (PLUGIN_REGISTRY_SETUP_GUIDE, REGISTRY_TEMPLATE_GUIDE, AUTOMATED_REGISTRY_GUIDE, SETUP_TOKEN) - Rewrite .cursorrules and SUBMISSION.md for monorepo workflow - Update CLAUDE.md and README.md with pre-commit hook docs - Update plugin READMEs: replace git clone instructions with Plugin Store install (flights, olympics, countdown, 7-segment-clock) - Clean up all manifest.json files: remove download_url_template, update homepage/website/repo to monorepo URLs - Add scripts/pre-commit hook for auto-syncing plugins.json - Remove stale dev planning file (countdown/plan.md) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- basketball-scoreboard: add missing top-level version field (1.0.5) - odds-ticker: bump to 1.0.3, update manifest for monorepo - news: bump to 1.0.3, update manifest for monorepo - stock-news: pull latest code with defensive int() cast, update manifest - plugins.json: sync registry with updated manifests Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2f231ef to
31f98af
Compare
Summary
Follow-up to monorepo migration PR (#13):
scripts/pre-commit) for auto-syncing plugins.jsonTest plan
python update_registry.py --dry-runshows all plugins up to dategrep -r 'github.com/ChuckBuilds/ledmatrix-[^p]' plugins/returns no results🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation
Updates