commit 1c598f122564f2ef1fc27cae7e49628b408d6686 Author: Ben Stull Date: Tue Jun 9 21:55:38 2026 -0700 Register app.json for the VS Code coauthoring plugin Registers this repo (code/specs/docs/roadmap/sessions) and the benstull/vs-cowriting-plugin-content content repo as one Wiggleverse app, so the session protocol has a transcript home. Seeded from rfc-app#48. Co-Authored-By: Claude Opus 4.8 (1M context) diff --git a/app.json b/app.json new file mode 100644 index 0000000..d134ca4 --- /dev/null +++ b/app.json @@ -0,0 +1,25 @@ +{ + "schemaVersion": "1.0", + "name": "vs-code-cowriting-plugin", + "title": "VS Code Coauthoring Plugin — inner-loop human+machine coauthoring on Cline", + "giteaHost": "ssh://git@git.benstull.org", + "repos": [ + { + "namespace": "benstull", + "name": "vs-code-cowriting-plugin", + "contains": ["code", "specs", "documentation", "roadmap", "sessions"], + "sessions": { + "subdir": "sessions", + "layout": "folder-per-session", + "naming": "numeric", + "manifest": true, + "visibility": "private" + } + }, + { + "namespace": "benstull", + "name": "vs-cowriting-plugin-content", + "contains": ["content"] + } + ] +}