Introduce repository-backed capability workspaces

- define and validate the capability and resource-lock languages
- provision workspace source repositories through Central Gitea
- build package runtimes from pinned standalone sources
- replace legacy schema compilation with workspace persistence plans
- add stable optimistic registers and Automerge CRDT documents
- modernize TypeScript/Nix package builds and runtime activation readiness
This commit is contained in:
2026-09-03 15:46:52 -07:00
parent 5d3bd68a63
commit 16b344c0ad
49 changed files with 3704 additions and 7807 deletions
+3 -1
View File
@@ -7,9 +7,11 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"types": ["node"],
"declaration": true,
"declarationMap": true,
"outDir": "dist"
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*.ts"]
}