{ "name": "coordination-surface", "private": true, "license": "LicenseRef-PAG-NonCommercial-1.0", "type": "module", "files": [ ".{provider}", "_agenda.md", "_agent-index.md", "_changelogs.txt", "_generated.module-info", "_manifest.json", "AGENTS.md", "BOOTSTRAP.md", "checklists", "config", "findings", "LICENSE", "models", "README.md", "roles", "specifications", "taxonomy", "templates", "tests", "tools", "tsconfig.json" ], "scripts": { "govern": "node tools/core/entrypoints/pipeline.entrypoint.ts", "govern:segment": "node tools/core/entrypoints/segment.entrypoint.ts", "clean": "node tools/core/entrypoints/source.entrypoint.ts", "await": "node tools/core/entrypoints/board.entrypoint.ts", "converge": "node tools/core/entrypoints/converge.entrypoint.ts", "gates": "node tools/core/entrypoints/gate.entrypoint.ts", "test": "node --test", "documents": "node tools/core/entrypoints/document.entrypoint.ts", "corpus": "node tools/core/entrypoints/corpus.entrypoint.ts", "typecheck": "npm run typecheck -w @surface/pipeline" }, "workspaces": ["tools"], "dependencies": {}, "devDependencies": { "@types/node": "^26.2.0", "typescript": "^7.0.2" } }