cfac6b6a63
The Gitea repos are canonically benstull/vscode-cowriting-plugin and benstull/vscode-cowriting-plugin-content; the prior remotes used stale vs-code-/vs-cowriting- aliases. Adopt the canonical names as the One Name. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
26 lines
689 B
JSON
26 lines
689 B
JSON
{
|
|
"schemaVersion": "1.0",
|
|
"name": "vscode-cowriting-plugin",
|
|
"title": "VS Code Coauthoring Plugin — inner-loop human+machine coauthoring on Cline",
|
|
"giteaHost": "ssh://git@git.benstull.org",
|
|
"repos": [
|
|
{
|
|
"namespace": "benstull",
|
|
"name": "vscode-cowriting-plugin",
|
|
"contains": ["code", "specs", "documentation", "roadmap", "sessions"],
|
|
"sessions": {
|
|
"subdir": "sessions",
|
|
"layout": "folder-per-session",
|
|
"naming": "numeric",
|
|
"manifest": true,
|
|
"visibility": "private"
|
|
}
|
|
},
|
|
{
|
|
"namespace": "benstull",
|
|
"name": "vscode-cowriting-plugin-content",
|
|
"contains": ["content"]
|
|
}
|
|
]
|
|
}
|