Registry Contribution Workflow
This document describes how to propose and contribute new models, adapters, and templates.
Contribution Flow
- Local Authoring: Follow the respective authoring guides:
- Local Validation: Use validation CLI commands to ensure structural compliance:
node bin/multimodel-dev-os.js validate-template <name>node bin/multimodel-dev-os.js validate-adapter <name>node bin/multimodel-dev-os.js validate-skill <name>
- Registry Addition: Insert your metadata records into:
.ai/templates/registry.yamlfor templates..ai/adapters/registry.yamlfor adapters..ai/models/registry.yamlfor models.
- Verification suite: Run
npm run verifyto ensure the release audit checks pass cleanly. - Submit PR: Submit your changes via a GitHub Pull Request to
https://github.com/rizvee/multimodel-dev-os.
