chore: consolidate new foundation and archive v1 (#1495)

This commit is contained in:
2026-09-07 12:32:57 -05:00
3511 changed files with 727899 additions and 10 deletions
@@ -0,0 +1,24 @@
{
"name": "@mosaicstack/matrix-presence-harness",
"version": "0.0.1",
"type": "module",
"private": true,
"description": "DEV-ONLY validation harness for RFC-001 P1 (Matrix presence). Not shipped.",
"scripts": {
"build": "tsc --noEmit",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests",
"validate": "./run.sh"
},
"dependencies": {
"@mosaicstack/appservice": "workspace:*",
"@mosaicstack/comms": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.8.0",
"vitest": "^2.0.0"
}
}