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

@@ -40,8 +40,9 @@ jobs:
- dir: harness/ruview
build: false
publishable: true
# ADR-283: brain + local hosts + replay assets; still runtime-dependency-free.
unpacked_budget: 131072
# ADR-283/325: brain + local hosts + replay assets + guarded Spaces OAuth adapter;
# still runtime-dependency-free. 160 KiB is the reviewed hard ceiling.
unpacked_budget: 163840
- dir: harness/homecore
build: false
publishable: true

View File

@@ -104,8 +104,8 @@ jobs:
run: |
set -euo pipefail
case "${{ inputs.package }}" in
# ADR-283: brain + local hosts + replay assets; no runtime deps.
harness/ruview) export UNPACKED_BUDGET=131072 ;;
# ADR-283/325: brain + hosts + replay + guarded Spaces OAuth; no runtime deps.
harness/ruview) export UNPACKED_BUDGET=163840 ;;
# ADR-285: CLI + MCP + reviewed brain + WASM-kernel adapter.
harness/homecore) export UNPACKED_BUDGET=180000 ;;
# ADR-264 O2: map-free tarball (was 188 kB with maps).