Add defaultModel: sonnet to all plugin manifests that have agents, establishing the plugin-level default in the model inheritance chain. Version bumps: - projman: 3.2.0 → 3.3.0 (minor: new feature) - pr-review: 1.0.0 → 1.1.0 (minor: new feature) - data-platform: 1.0.0 → 1.1.0 (minor: new feature) - viz-platform: 1.0.0 → 1.1.0 (minor: new feature) - code-sentinel: 1.0.0 → 1.0.1 (patch: config addition) - contract-validator: 1.0.0 → 1.1.0 (minor: new feature) Fixes #305 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
25 lines
693 B
JSON
25 lines
693 B
JSON
{
|
|
"name": "data-platform",
|
|
"version": "1.1.0",
|
|
"defaultModel": "sonnet",
|
|
"description": "Data engineering tools with pandas, PostgreSQL/PostGIS, and dbt integration",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/data-platform/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"pandas",
|
|
"postgresql",
|
|
"postgis",
|
|
"dbt",
|
|
"data-engineering",
|
|
"etl",
|
|
"dataframe"
|
|
],
|
|
"commands": ["./commands/"],
|
|
"mcpServers": ["./.mcp.json"]
|
|
}
|