feat: make route map the interactive landing page

This commit is contained in:
Marcos Paulo
2026-09-04 04:18:15 +00:00
parent 94f3491d7a
commit aa85864868
15 changed files with 203 additions and 65 deletions
+15 -19
View File
@@ -1,27 +1,23 @@
# Gates: Rules and enforcement case study
# Gates: responsive chapter audit and summary landing
OWNS: rules/**, index.html, README.md, docs/operations-guide.md, scripts/verify.mjs
OWNS: index.html, full-guide/**, chapters.css, skills/index.html, skills/app.js, scripts/verify.mjs, scripts/audit-ui.mjs
Scope: Add a concise bilingual page that explains how `netcracker/interview`
combines agent context, reusable skills, CLI checks, Husky hooks, and PR review.
Scope: Make the route map the default entry point, repair the skills package anatomy layout, add purposeful interactions, and verify the guide across responsive, desktop, and accessibility-critical viewports.
- [ ] G1: separate rules page presents repository-grounded summary and examples
- [x] G1: root entry directs readers to the summary while the full guide remains available at a stable route
CHECK: node scripts/verify.mjs
EXPECT: rules content verification passed
EVIDENCE: pending
EXPECT: landing route verification passed
EVIDENCE: `node scripts/verify.mjs` on 2026-09-04 emitted `landing route verification passed`.
- [ ] G2: pipeline, skill examples, language switch, and copy controls work
- [x] G2: the skill package anatomy renders as a readable tree with one node per line and selectable file previews
CHECK: node scripts/verify.mjs
EXPECT: rules interaction verification passed
EVIDENCE: pending
EXPECT: skills anatomy verification passed
EVIDENCE: `node scripts/verify.mjs` on 2026-09-04 emitted `skills anatomy verification passed`; Playwright selected all four package files.
- [ ] G3: page is dependency-free and linked from the main presentation
- [x] G3: public pages reflow without horizontal overflow and retain usable navigation at compact through 4K viewports
EVIDENCE: Playwright audit on 2026-09-04: 10 public routes × 320, 390, 1280, 1920, and 3840px; no horizontal overflow, HTTP failures, page errors, or failed skills-package selections.
- [x] G4: repository verification covers the landing route, skills anatomy, and interaction contracts
CHECK: node scripts/verify.mjs
EXPECT: rules standalone verification passed
EVIDENCE: pending
- [ ] G4: mobile, Full HD, and 4K browser checks pass without overflow or errors
EVIDENCE: pending
- [ ] G5: main and pages point to one commit and the live rules endpoint serves it
EVIDENCE: pending
EXPECT: presentation verification passed
EVIDENCE: `node scripts/verify.mjs` and `node scripts/audit-ui.mjs` passed on 2026-09-04.