From 1c598f122564f2ef1fc27cae7e49628b408d6686 Mon Sep 17 00:00:00 2001 From: Ben Stull Date: Tue, 9 Jun 2026 21:55:38 -0700 Subject: [PATCH] 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) --- app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app.json 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"] + } + ] +}