feat(contracts): @insignia/iios-contracts — scope, enums, platform ports, CloudEvents, errors

Verbatim IiosPlatformPorts from the bottom-up atlas; orgId/appId required scope
(KG-02); PolicyDeniedError for fail-closed. Vitest as workspace test runner.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-30 20:59:34 +05:30
parent c00d038df2
commit fbea291609
12 changed files with 1248 additions and 3 deletions
+3 -3
View File
@@ -6,13 +6,13 @@
"scripts": {
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"test": "pnpm -r test",
"lint": "eslint .",
"test": "vitest run",
"boundary": "node scripts/check-import-boundary.mjs"
},
"devDependencies": {
"@types/node": "^26.0.1",
"typescript": "^5.7.3"
"typescript": "^5.7.3",
"vitest": "^3.0.5"
},
"pnpm": {
"onlyBuiltDependencies": [