feat: add plugin schema to .aidevops.json and document plugin system (t136.1)#755
feat: add plugin schema to .aidevops.json and document plugin system (t136.1)#755marcusquinn merged 1 commit intomainfrom
Conversation
…(t136.1) - Add plugins array to .aidevops.json config created by aidevops init - Add plugin section to aidevops features listing - Create .agents/aidevops/plugins.md with schema, namespacing rules, lifecycle (add/update/disable/remove), security, and tier integration - Plugins deploy to ~/.aidevops/agents/<namespace>/ (isolated from core) - Plugin CLI (aidevops plugin) planned for t136.2+
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ 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 |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Mon Feb 9 04:20:33 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|



Summary
plugins: []array to.aidevops.jsonconfig created byaidevops initaidevops featureslisting under "Extensibility".agents/aidevops/plugins.mddocumenting the plugin systemDetails
Plugins are third-party git repos that deploy agents into namespaced directories (
~/.aidevops/agents/<namespace>/), keeping them isolated from core agents.Schema per plugin entry:
{ "name": "pro", "repo": "https://github.com/user/aidevops-pro.git", "branch": "main", "namespace": "pro", "enabled": true }Documentation covers:
Task
Closes subtask t136.1 from backlog-08 batch.
Testing