IQ - Gravity Toy
Version: 0.1.1
Date: 2026-04-13
Status: Executed
1. Purpose
Verify that the deployable Gravity Toy artifacts are present, self-contained, and correctly linked within site/.
2. Preconditions
- intended Gravity Toy changes exist in the current branch
site/visuals-gravity.htmlis present- docs were re-rendered with
npm run docs:render
3. IQ Checklist
| IQ ID | Check | Method | Expected Result | Status |
|---|---|---|---|---|
| G-IQ-01 | Visual page present | File existence check | site/visuals-gravity.html exists |
Pass |
| G-IQ-02 | Shared assets present | File existence check | site/styles.css and site/i18n.js exist |
Pass |
| G-IQ-03 | Local markdown docs present | File existence check | URS.md, FS.md, DS.md, TEST_PLAN.md, RISK_ASSESSMENT.md, IQ.md, OQ.md exist under site/visuals-gravity/docs/ |
Pass |
| G-IQ-04 | Public HTML mirrors present | File existence check | urs.html, fs.html, ds.html, test-plan.html, risk-assessment.html, iq.html, oq.html, and index.html exist under site/visuals-gravity/docs/ |
Pass |
| G-IQ-05 | Docs hub wiring present | Manual source check | site/docs/index.html links to site/visuals-gravity/docs/index.html |
Pass |
| G-IQ-06 | Deploy boundary intact | Static review | Gravity Toy runtime-required files resolve from within site/ |
Pass |
4. Execution Record
- Date executed: 2026-04-13
- Methods used:
- file existence checks under
site/visuals-gravity/ - source inspection of
site/docs/index.html - local HTTP smoke on
http://127.0.0.1:4173/ npm run docs:render
- file existence checks under
- Result: all Gravity Toy IQ checks passed
5. Acceptance
IQ is acceptable when all required Gravity Toy files are present, public docs mirrors exist, and no runtime dependency reaches outside site/.