@@ -197,7 +197,7 @@ See [`docs/architecture.md`](docs/architecture.md) for the full lifecycle.
197197
198198Every guide shows the folder structure. This repo gives you the folder
199199structure ** plus the files that actually go inside** : a working portable
200- brain with six seed skills, four memory layers, enforced permissions, a
200+ brain with seven seed skills, four memory layers, enforced permissions, a
201201nightly staging cycle, host-agent review tools, and adapters for multiple
202202harnesses.
203203
@@ -336,6 +336,8 @@ verify_codex_fixes.py # v0.8.0 regression checks (33 checks)
336336- ** deploy-checklist** — the fence between staging and production
337337- ** design-md** — uses Google Stitch-style ` DESIGN.md ` files as portable
338338 design-system context for UI, frontend, and component work
339+ - ** data-layer** — exports local dashboard data, cron timelines, KPIs, and
340+ daily reports across harnesses
339341
340342## How it compounds
341343
@@ -346,6 +348,7 @@ verify_codex_fixes.py # v0.8.0 regression checks (33 checks)
3463485 . Future sessions load query-relevant accepted lessons automatically.
3473496 . ` on_failure ` flags skills that fail 3+ times in 14 days for rewrite.
3483507 . ` git log .agent/memory/ ` becomes the agent's autobiography.
351+ 8 . Data-layer exports turn local activity into dashboard-ready monitoring.
349352
350353## Run the staging cycle nightly
351354
0 commit comments