Bump version to 1.7.0 (open-source release). Add author full name, license, repository URL, and keywords to plugin.json. Modernize .gitignore: remove dead orchestrator/ entries, add .claude/, node_modules/, *.pdf, *.log, secrets.*. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
446 B
JSON
11 lines
446 B
JSON
{
|
|
"name": "ms-ai-architect",
|
|
"version": "1.7.0",
|
|
"description": "Microsoft AI Solution Architect - structured architecture guidance for the full Microsoft AI stack",
|
|
"author": {
|
|
"name": "Kjell Tore Guttormsen"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace",
|
|
"keywords": ["microsoft", "azure", "ai-architect", "governance", "security", "norwegian-public-sector", "eu-ai-act"]
|
|
}
|