homecore-server 0.1.0-alpha.0

HOMECORE integration server — wires HomeCore + API + Recorder + Plugins + Automation + Assist + HAP into one process
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "homecore-ui",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "HOMECORE-UI — operational dashboard for the two-tier Cognitum stack (ADR-131). Zero-dependency vanilla TS/JS + CSS; served by homecore-server at /homecore.",
  "scripts": {
    "check": "node tests/verify-imports.mjs",
    "test": "node tests/verify-imports.mjs && node tests/boot.mjs && node tests/render-smoke.mjs && node tests/interaction.mjs && node tests/prod-errors.mjs && node tests/unit-fixes.mjs",
    "bench": "node tests/benchmark.mjs"
  }
}