Fix wiki link resolution: use spaces instead of hyphens in page names
GitHub Wiki derives page titles from filenames by replacing hyphens
with spaces. Links must match the title form, not the filename form.
[[Paper-Main-Framework]] → [[Paper Main Framework]], etc.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rename Blog:/Paper: pages to remove colons (GitHub wiki rendering fix)
Colons in wiki page filenames cause "error while loading" on GitHub's
wiki UI. Rename all 12 affected pages (7 Blog + 5 Paper) from
Blog:-* / Paper:-* to Blog-* / Paper-*, and update all [[wiki links]]
across 12 referencing pages (_Sidebar, Home, Getting-Started, FAQ,
Site-Map, Paper cross-refs, audience guides, etc.).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix broken links across wiki pages
- Blog pages: link "Originally published on" to specific Substack post URLs
instead of generic giftheory.substack.com homepage
- Independent-Validations: replace broken PDF links (files removed from repo)
with "Manuscript on file" notes
- Observable-Reference: update removed script/data links to existing equivalents
(validation_v33.py, observables.csv)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add complete GIFT wiki: 32 pages across 6 phases
Phase 1 (Skeleton): Home, Sidebar, Footer, Getting Started, Site Map, External Resources
Phase 2 (Core Guides): GIFT for Everyone, FAQ, Glossary, For Physicists/Geometers/Formalization
Phase 3 (Reference): Observable Reference, Statistical Evidence, Validation Summary, Independent Validations, Citation Guide
Phase 4 (Papers): Main Framework, S1 Foundations, S2 Derivations, Explicit G2 Metric, Spectral Geometry
Phase 5 (Blog Posts): 7 Substack posts with attribution banners
Phase 6 (Project): Lean Formalization, Repository Structure, Changelog Highlights
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>