1.4 KiB
1.4 KiB
Task 17 — hands-on passthrough
Agent: astro-architect · Model: MiniMax-M3 Depends on: 01 ·
Parallel with: 12, 13, 14 Worktree:
.agents/scripts/worktree.sh start 17 hands-on
Goal
hands-on/starter/ and hands-on/rules/ ship byte-identical from
public/, unprocessed.
Why this is a task and not a footnote
These are lab fixtures. The workshop exercise is that an attendee points an
agent at dependency-free HTML/CSS/JS and watches it work. Componentizing them,
minifying them, or letting a bundler touch them destroys the lesson — and the
prompts in app.js reference these files by path and content.
The risk is an agent "helpfully" improving them. This task exists to say explicitly: do not.
Steps
- Move both directories to
public/hands-on/. - Confirm Astro copies
public/verbatim with no processing. - Confirm URLs
/ai-for-dummies/hands-on/starter/and.../rules/resolve. - Confirm every lint/format config ignores them (the templates already do).
Done when
diff -rbetween the original directories anddist/hands-on/is empty- Both URLs serve; both labs work standalone
- The
hands-on/starter/reference in the full guide still resolves verify.mjs'sstarterHtml/starterJsassertions still pass
Do not
Do not reformat, lint, componentize, or "modernise" a single line.