docs: point generator references at the content collection
The build-skill-review.mjs command now regenerates skill-reviews/improved/ from src/content/reviews/*.md, not from skills-review/catalog.js. Update the essential-commands line in AGENTS.md and the review desk footer in skills-review/index.html to match. Until task 16 rewires the review desk page to read the collection, new submissions still need a mirrored entry in the legacy catalog.js — the footer spells that out explicitly. Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@ labs are dependency-free HTML/CSS/JS that workshop attendees point an agent at.
|
||||
```bash
|
||||
pnpm run verify # content + interaction contracts (scripts/verify.mjs) — the gate
|
||||
node scripts/audit-ui.mjs # responsive / no-external-dependency audit
|
||||
node scripts/build-skill-review.mjs # regenerate skill-reviews/improved/ from catalog.js
|
||||
node scripts/build-skill-review.mjs # regenerate skill-reviews/improved/ from src/content/reviews/
|
||||
pnpm run serve # python3 -m http.server 4173
|
||||
```
|
||||
|
||||
@@ -52,7 +52,7 @@ so.
|
||||
_is_ that they are dependency-free vanilla HTML/CSS/JS an attendee can hand to
|
||||
an agent. Componentizing them destroys the lesson. They ship as static assets.
|
||||
- `submitted-skills/` — other people's submitted work, reproduced verbatim
|
||||
- `skill-reviews/improved/` — generated; edit `skills-review/catalog.js` instead
|
||||
- `skill-reviews/improved/` — generated; edit `src/content/reviews/*.md` instead
|
||||
- `vote-service/` — separate deploy lifecycle; do not fold into the site build
|
||||
- `dist/`, `node_modules/` — build output, never committed
|
||||
- `pnpm-lock.yaml` — **committed, but never hand-edited.** Change it only as a
|
||||
|
||||
Reference in New Issue
Block a user