Files
Marcos Paulo d234f40134 fix: stop leaking a task number into site copy, ignore legacy sources
Two unrelated cleanups from the 14-17 wave.

The review desk footer told visitors to mirror entries into catalog.js
'until task 16 rewires the page to read the collection'. Introduced by
b484302 (task 06), it shipped in the built HTML. The mirroring advice is
still correct -- verify.mjs:24,52,54 confirm the desk reads catalog.js --
so only the internal task reference is dropped.

.prettierignore now covers the legacy sources. They have very long lines,
so lint-staged re-wraps them wholesale as soon as an agent stages one:
task 15 added four lines to app.js and produced an 829-line diff. Paths
are root-anchored so a bare 'rules' does not swallow .agents/rules/.
2026-09-05 17:11:48 +00:00

30 lines
778 B
Plaintext

dist
hands-on
node_modules
public/hands-on
submitted-skills
skill-reviews
vote-service
.agents/snapshots
pnpm-lock.yaml
public/submitted-skills
# Legacy site sources, slated for deletion at cutover (task 20). These are
# hand-written files with very long lines; prettier re-wraps them into hundreds
# of changed lines the moment any agent stages one. Task 15 touched app.js to
# add four lines and produced an 829-line diff. verify.mjs asserts substrings
# against several of these, so a reformat is churn at best and a broken
# assertion at worst.
#
# Root-anchored on purpose: a bare `rules` would also swallow .agents/rules/,
# whose markdown we do want formatted.
/app.js
/styles.css
/landing.css
/chapters.css
/responsive.css
/skills-review/
/rules/
/skills/
/full-guide/