CR-2026-03-23: College Algebra Curriculum — Verification
Verification
Pre-Change Checklist
| Check | Status |
|---|---|
Pandoc source files exist in Principia (56 sections) |
[ ] |
Old college-algebra.adoc (417 lines) captured |
[ ] |
nav.adoc current state captured |
[ ] |
Build clean before changes |
[ ] |
Post-Change Checklist
| Check | Status |
|---|---|
68 .adoc files exist in college-algebra/ ( |
[ ] |
All 9 chapter directories created |
[ ] |
nav.adoc contains curriculum hierarchy (42+ lines added) |
[ ] |
Old college-algebra.adoc redirects to new structure |
[ ] |
Section-level progress tracking enabled in tracker partial |
[ ] |
All 56 sections have page numbers (textbook mapping) |
[ ] |
formulas.adoc contains full reference (419 lines) |
[ ] |
Build clean after changes ( |
[ ] |
Validation Checklist
| Check | Description | Status |
|---|---|---|
File count |
68 .adoc files exist in college-algebra/ |
PASS |
Directory structure |
All 9 chapter directories created |
PASS |
Navigation |
nav.adoc contains curriculum hierarchy |
PASS |
Old page redirect |
college-algebra.adoc redirects to new structure |
PASS |
Tracker updated |
Section-level progress tracking enabled |
PASS |
Textbook mapping |
All 56 sections have page numbers |
PASS |
Formulas moved |
formulas.adoc contains full reference |
PASS |
Verification Commands
# Count created files
find docs/modules/ROOT/pages/education/mathematics/college-algebra \
-name "*.adoc" | wc -l
# Expected: 68
# Verify directory structure
tree docs/modules/ROOT/pages/education/mathematics/college-algebra/ \
-d | head -15
# Check nav.adoc entries
grep -c "college-algebra" docs/modules/ROOT/nav.adoc
# Expected: 20+
# Build test
cd ~/atelier/_bibliotheca/domus-docs && make 2>&1 | grep -E "WARN|ERROR"