feat(metaharness): add guarded Cognitum Spaces OAuth (#1644)

This commit is contained in:
rUv
2026-08-18 21:58:39 -04:00
committed by GitHub
parent 2c249ec8cb
commit d36f346bba
30 changed files with 698 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@ruvnet/ruview",
"version": "0.3.1",
"description": "RuView WiFi-sensing operator agent harness — onboard, calibrate, train, and verify camera-free WiFi-CSI sensing, with the project's MEASURED-vs-CLAIMED honesty guardrail enforced. Minted via metaharness (ADR-182).",
"version": "0.4.0",
"description": "RuView WiFi-sensing operator harness — onboard, calibrate, verify, enforce evidence guardrails, and read Cognitum Spaces through explicitly granted OAuth.",
"type": "module",
"bin": {
"ruview": "bin/cli.js"
@@ -29,7 +29,7 @@
],
"scripts": {
"test": "node --test test/*.test.mjs",
"test:security": "node --test test/hosts.test.mjs test/brain.test.mjs test/policy.test.mjs",
"test:security": "node --test test/hosts.test.mjs test/brain.test.mjs test/policy.test.mjs test/spaces.test.mjs",
"doctor": "node ./bin/cli.js doctor",
"mcp": "node ./bin/cli.js mcp start",
"brain:verify": "node ./bin/cli.js brain verify",
@@ -55,7 +55,9 @@
"mcp",
"mcp-server",
"claude-code",
"ambient-intelligence"
"ambient-intelligence",
"cognitum-spaces",
"oauth"
],
"engines": {
"node": ">=20.0.0"