CR-2026-03-23: Antora.yml Enhancements — Verification

Verification

Pre-Change Checklist

Check Status

Current antora.yml attribute count captured

[ ]

Build clean before changes (make 2>&1 | grep -E "WARN|ERROR")

[ ]

Current shell functions documented (days_since/days_until absent)

[ ]

Post-Change Checklist

Check Status

Build clean after changes (make 2>&1 | grep -E "WARN|ERROR")

[ ]

sectanchors produces clickable ¶ anchors on headings

[ ]

experimental enables ]+btn:[, menu:[] macros

[ ]

attribute-missing: warn warns on undefined attributes

[ ]

display_version shows "Chronicles 2026" in UI selector

[ ]

Skill level attributes accessible via {level-cli} etc.

[ ]

days_since function works in zsh (source ~/.zshrc && days_since 2026-03-09)

[ ]

days_until function works in zsh

[ ]

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