CR-2026-03-23: Antora.yml Enhancements — Verification
Verification
Pre-Change Checklist
| Check | Status |
|---|---|
Current antora.yml attribute count captured |
[ ] |
Build clean before changes ( |
[ ] |
Current shell functions documented (days_since/days_until absent) |
[ ] |
Post-Change Checklist
| Check | Status |
|---|---|
Build clean after changes ( |
[ ] |
|
[ ] |
|
[ ] |
|
[ ] |
|
[ ] |
Skill level attributes accessible via |
[ ] |
|
[ ] |
|
[ ] |
30+ new attributes added to antora.yml |
[ ] |
# Build and check for warnings
cd ~/atelier/_bibliotheca/domus-captures
make 2>&1 | grep -E "WARN|ERROR"
# Expected: Build clean (no attribute warnings)
# Test new shell functions
source ~/.zshrc
days_since 2026-03-09
# Expected: 14