Skip to content

feat: add plugin schema to .aidevops.json and document plugin system (t136.1)#755

Merged
marcusquinn merged 1 commit intomainfrom
feature/t136-plugin-schema
Feb 9, 2026
Merged

feat: add plugin schema to .aidevops.json and document plugin system (t136.1)#755
marcusquinn merged 1 commit intomainfrom
feature/t136-plugin-schema

Conversation

@marcusquinn
Copy link
Owner

Summary

  • Add plugins: [] array to .aidevops.json config created by aidevops init
  • Add plugin section to aidevops features listing under "Extensibility"
  • Create .agents/aidevops/plugins.md documenting the plugin system

Details

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:

  • Plugin schema definition and field descriptions
  • Namespacing rules (reserved names, collision prevention)
  • Lifecycle: add, update, disable/enable, remove
  • Security considerations
  • Integration with existing agent tiers (draft, custom, shared)
  • Manual management instructions (CLI planned for t136.2+)

Task

Closes subtask t136.1 from backlog-08 batch.

Testing

  • ShellCheck: zero violations on aidevops.sh
  • Bash syntax: verified OK
  • No runtime changes (schema-only, documentation-only)

…(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+
@gemini-code-assist
Copy link

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 9, 2026

Warning

Rate limit exceeded

@marcusquinn has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 17 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/t136-plugin-schema

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 47 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Mon Feb 9 04:20:31 UTC 2026: Code review monitoring started
Mon Feb 9 04:20:31 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 47

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 47
  • VULNERABILITIES: 0

Generated on: Mon Feb 9 04:20:33 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 9, 2026

@marcusquinn marcusquinn merged commit f8d0604 into main Feb 9, 2026
11 checks passed
@marcusquinn marcusquinn deleted the feature/t136-plugin-schema branch February 21, 2026 01:59
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.

1 participant