Skip to content

Commit b835a7f

Browse files
author
codejunkie99
committed
docs: include data-layer in seed skill summary
1 parent 9f87330 commit b835a7f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ See [`docs/architecture.md`](docs/architecture.md) for the full lifecycle.
197197

198198
Every guide shows the folder structure. This repo gives you the folder
199199
structure **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
201201
nightly staging cycle, host-agent review tools, and adapters for multiple
202202
harnesses.
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)
346348
5. Future sessions load query-relevant accepted lessons automatically.
347349
6. `on_failure` flags skills that fail 3+ times in 14 days for rewrite.
348350
7. `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

Comments
 (0)