Add agent support templates and profiles
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"existingProject": "existing-project.md",
|
||||
"quickstart": "agent-quickstart.md"
|
||||
},
|
||||
"schema": "manifest.schema.json",
|
||||
"copyMap": [
|
||||
{
|
||||
"source": "files/AGENTS.md",
|
||||
@@ -47,6 +48,26 @@
|
||||
"target": "CHANGELOG.md",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"source": "files/CONTRIBUTING.md",
|
||||
"target": "CONTRIBUTING.md",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"source": "files/gitignore.template",
|
||||
"target": ".gitignore",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"source": "files/agent-handoff.md",
|
||||
"target": "docs/agent-handoff.md",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"source": "files/release-notes.md",
|
||||
"target": "docs/release-notes.md",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"source": "files/release-checklist.md",
|
||||
"target": "docs/release-checklist.md",
|
||||
@@ -93,5 +114,27 @@
|
||||
"DEV_COMMAND",
|
||||
"PACKAGE_MANAGER",
|
||||
"PROJECT_VERSION"
|
||||
],
|
||||
"profiles": [
|
||||
{
|
||||
"name": "node",
|
||||
"path": "profiles/node.md"
|
||||
},
|
||||
{
|
||||
"name": "electron",
|
||||
"path": "profiles/electron.md"
|
||||
},
|
||||
{
|
||||
"name": "python",
|
||||
"path": "profiles/python.md"
|
||||
},
|
||||
{
|
||||
"name": "docker",
|
||||
"path": "profiles/docker.md"
|
||||
},
|
||||
{
|
||||
"name": "static-site",
|
||||
"path": "profiles/static-site.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user