chore(ms-ai-architect): align plugin.json and .gitignore with marketplace
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>
This commit is contained in:
parent
6a7632146e
commit
5e5b3d0946
2 changed files with 17 additions and 7 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "ms-ai-architect",
|
"name": "ms-ai-architect",
|
||||||
"version": "1.5.0",
|
"version": "1.7.0",
|
||||||
"description": "Microsoft AI Solution Architect - høynivå arkitekturveiledning for hele Microsoft AI-stacken",
|
"description": "Microsoft AI Solution Architect - structured architecture guidance for the full Microsoft AI stack",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "KTG"
|
"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"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
13
plugins/ms-ai-architect/.gitignore
vendored
13
plugins/ms-ai-architect/.gitignore
vendored
|
|
@ -1,15 +1,22 @@
|
||||||
*.local.md
|
*.local.md
|
||||||
.claude/settings.local.json
|
|
||||||
.mcp.json
|
.mcp.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.claude/
|
||||||
|
|
||||||
# Secrets
|
# Secrets
|
||||||
.env
|
.env
|
||||||
*.key
|
*.key
|
||||||
*.pem
|
*.pem
|
||||||
credentials.*
|
credentials.*
|
||||||
|
secrets.*
|
||||||
|
|
||||||
orchestrator/state.json
|
# Generated artifacts
|
||||||
orchestrator/logs/
|
*.pdf
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Node
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Runtime state
|
||||||
.work/
|
.work/
|
||||||
org/
|
org/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue