Skip to content

Commit ff4a912

Browse files
Copilotfermga
andcommitted
Fix broken documentation links - replace .md with correct HTML paths
Co-authored-by: fermga <203334638+fermga@users.noreply.github.com>
1 parent a103804 commit ff4a912

File tree

183 files changed

+539
-539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+539
-539
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219

12201220

12211221
<li class="md-nav__item">
1222-
<a href="/TNFR-Python-Engine/grammar/GLOSSARY.md" class="md-nav__link">
1222+
<a href="/TNFR-Python-Engine/GLOSSARY/" class="md-nav__link">
12231223

12241224

12251225

@@ -1472,7 +1472,7 @@
14721472

14731473

14741474
<li class="md-nav__item">
1475-
<a href="/TNFR-Python-Engine/grammar/DEPRECATION-INDEX.md" class="md-nav__link">
1475+
<a href="/TNFR-Python-Engine/grammar/" class="md-nav__link">
14761476

14771477

14781478

AGENTS/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@
12301230

12311231

12321232
<li class="md-nav__item">
1233-
<a href="../grammar/GLOSSARY.md" class="md-nav__link">
1233+
<a href="../GLOSSARY/" class="md-nav__link">
12341234

12351235

12361236

@@ -1483,7 +1483,7 @@
14831483

14841484

14851485
<li class="md-nav__item">
1486-
<a href="../grammar/DEPRECATION-INDEX.md" class="md-nav__link">
1486+
<a href="../grammar/" class="md-nav__link">
14871487

14881488

14891489

@@ -4136,7 +4136,7 @@ <h2 id="core-mission">🎯 Core Mission<a class="headerlink" href="#core-mission
41364136
<p><strong>Repository</strong>: https://github.com/fermga/TNFR-Python-Engine</p>
41374137
<h3 id="quick-links">Quick Links<a class="headerlink" href="#quick-links" title="Permanent link">&para;</a></h3>
41384138
<ul>
4139-
<li>Canonical Math Hub: <a href="src/tnfr/mathematics/README.md">src/tnfr/mathematics/README.md</a></li>
4139+
<li>Canonical Math Hub: <a href="https://github.com/fermga/TNFR-Python-Engine/tree/main/src/tnfr/mathematics/README">src/tnfr/mathematics/README.md</a></li>
41404140
<li>Theory: <a href="TNFR.pdf">TNFR.pdf</a> · <a href="../UNIFIED_GRAMMAR_RULES/">UNIFIED_GRAMMAR_RULES.md</a></li>
41414141
<li>Operators Grammar: <a href="src/tnfr/operators/grammar.py">src/tnfr/operators/grammar.py</a></li>
41424142
<li>Structural Fields: <a href="src/tnfr/physics/fields.py">src/tnfr/physics/fields.py</a></li>
@@ -4377,7 +4377,7 @@ <h3 id="u6-structural-potential-confinement">U6: STRUCTURAL POTENTIAL CONFINEMEN
43774377
<li><strong>Usage</strong>: Telemetry-based safety check (read-only, not sequence constraint)</li>
43784378
<li><strong>Typical</strong>: Valid sequences maintain Δ Φ_s ≈ 0.6 (30% of threshold)</li>
43794379
<li><strong>Canonicity</strong>: STRONG (2,400+ experiments across 5 topologies, universal)</li>
4380-
<li><strong>See</strong>: <a href="docs/grammar/U6_STRUCTURAL_POTENTIAL_CONFINEMENT.md">docs/grammar/U6_STRUCTURAL_POTENTIAL_CONFINEMENT.md</a> for complete specification</li>
4380+
<li><strong>See</strong>: <a href="grammar/U6_STRUCTURAL_POTENTIAL_CONFINEMENT/">docs/grammar/U6_STRUCTURAL_POTENTIAL_CONFINEMENT.md</a> for complete specification</li>
43814381
</ul>
43824382
<p><strong>See</strong>: <a href="../UNIFIED_GRAMMAR_RULES/">UNIFIED_GRAMMAR_RULES.md</a> for complete derivations</p>
43834383
<hr />
@@ -4865,7 +4865,7 @@ <h4 id="phase-curvature-k_-canonical-newly-promoted-nov-2025"><strong>Phase Curv
48654865
- Import from <a href="src/tnfr/physics/fields.py">src/tnfr/physics/fields.py</a>
48664866
- Compute via <code>compute_phase_curvature(G)</code> [CANONICAL]
48674867
- Optional multiscale check: <code>k_phi_multiscale_safety(G, alpha_hint=2.76)</code></p>
4868-
<p><strong>Documentation</strong>: See <a href="benchmarks/K_PHI_RESEARCH_SUMMARY.md">benchmarks/K_PHI_RESEARCH_SUMMARY.md</a> and
4868+
<p><strong>Documentation</strong>: See <a href="benchmarks/K_PHI_RESEARCH_SUMMARY/">benchmarks/K_PHI_RESEARCH_SUMMARY.md</a> and
48694869
<code>benchmarks/enhanced_fragmentation_test.py</code> for empirical validation.</p>
48704870
<hr />
48714871
<h4 id="coherence-length-_c-canonical-newly-promoted-nov-2025"><strong>Coherence Length (ξ_C)</strong> - CANONICAL ⭐ <strong>NEWLY PROMOTED (Nov 2025)</strong><a class="headerlink" href="#coherence-length-_c-canonical-newly-promoted-nov-2025" title="Permanent link">&para;</a></h4>
@@ -4910,7 +4910,7 @@ <h4 id="coherence-length-_c-canonical-newly-promoted-nov-2025"><strong>Coherence
49104910
not captured by Φ_s, |∇φ|, or K_φ. Enables detection of genuine phase
49114911
transitions through divergence near critical points. Topology-dependent
49124912
critical exponents suggest rich universality class structure in TNFR networks.</p>
4913-
<p><strong>Documentation</strong>: See <a href="docs/XI_C_CANONICAL_PROMOTION.md">docs/XI_C_CANONICAL_PROMOTION.md</a> for complete
4913+
<p><strong>Documentation</strong>: See <a href="XI_C_CANONICAL_PROMOTION/">docs/XI_C_CANONICAL_PROMOTION.md</a> for complete
49144914
experimental validation, <a href="docs/XI_C_BREAKTHROUGH_REPORT.txt">docs/XI_C_BREAKTHROUGH_REPORT.txt</a> for detailed
49154915
analysis, and <a href="benchmarks/results/xi_c_critical_behavior_analysis.png">benchmarks/results/xi_c_critical_behavior_analysis.png</a> for
49164916
visualization of critical behavior across topologies.</p>

API_CONTRACTS/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226

12271227

12281228
<li class="md-nav__item">
1229-
<a href="../grammar/GLOSSARY.md" class="md-nav__link">
1229+
<a href="../GLOSSARY/" class="md-nav__link">
12301230

12311231

12321232

@@ -1479,7 +1479,7 @@
14791479

14801480

14811481
<li class="md-nav__item">
1482-
<a href="../grammar/DEPRECATION-INDEX.md" class="md-nav__link">
1482+
<a href="../grammar/" class="md-nav__link">
14831483

14841484

14851485

ARCHITECTURE/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@
12301230

12311231

12321232
<li class="md-nav__item">
1233-
<a href="../grammar/GLOSSARY.md" class="md-nav__link">
1233+
<a href="../GLOSSARY/" class="md-nav__link">
12341234

12351235

12361236

@@ -1483,7 +1483,7 @@
14831483

14841484

14851485
<li class="md-nav__item">
1486-
<a href="../grammar/DEPRECATION-INDEX.md" class="md-nav__link">
1486+
<a href="../grammar/" class="md-nav__link">
14871487

14881488

14891489

@@ -3824,7 +3824,7 @@ <h3 id="unified-canonical-constraints-u1-u6">Unified Canonical Constraints (U1-U
38243824
<p>For complete physics derivations, canonical definitions, and implementation details, see:
38253825
- <strong><a href="../UNIFIED_GRAMMAR_RULES/">UNIFIED_GRAMMAR_RULES.md</a></strong> - Complete mathematical derivations
38263826
- <strong><a href="../AGENTS/#-unified-grammar-u1-u6">AGENTS.md § Unified Grammar</a></strong> - Concise reference
3827-
- <strong><a href="docs/grammar/02-CANONICAL-CONSTRAINTS.md">docs/grammar/02-CANONICAL-CONSTRAINTS.md</a></strong> - Technical specification</p>
3827+
- <strong><a href="grammar/02-CANONICAL-CONSTRAINTS/">docs/grammar/02-CANONICAL-CONSTRAINTS.md</a></strong> - Technical specification</p>
38283828
<p><strong>Quick Summary</strong>:
38293829
- <strong>U1</strong>: STRUCTURAL INITIATION &amp; CLOSURE - Start with generators, end with closures
38303830
- <strong>U2</strong>: CONVERGENCE &amp; BOUNDEDNESS - Destabilizers require stabilizers
@@ -3839,7 +3839,7 @@ <h3 id="migration-from-old-systems">Migration from Old Systems<a class="headerli
38393839
<li><strong>RC1-RC4 System</strong> (in <code>canonical_grammar.py</code>) - Deprecated</li>
38403840
</ul>
38413841
<p><strong>New Unified System</strong> (U1-U4 in <code>grammar.py</code>) - Active</p>
3842-
<p>See <a href="docs/grammar/07-MIGRATION-AND-EVOLUTION.md">Grammar Migration Guide</a> for migration instructions.</p>
3842+
<p>See <a href="grammar/07-MIGRATION-AND-EVOLUTION/">Grammar Migration Guide</a> for migration instructions.</p>
38433843
<h2 id="layered-responsibilities">Layered responsibilities<a class="headerlink" href="#layered-responsibilities" title="Permanent link">&para;</a></h2>
38443844
<table>
38453845
<thead>

CANONICAL_OZ_SEQUENCES/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226

12271227

12281228
<li class="md-nav__item">
1229-
<a href="../grammar/GLOSSARY.md" class="md-nav__link">
1229+
<a href="../GLOSSARY/" class="md-nav__link">
12301230

12311231

12321232

@@ -1479,7 +1479,7 @@
14791479

14801480

14811481
<li class="md-nav__item">
1482-
<a href="../grammar/DEPRECATION-INDEX.md" class="md-nav__link">
1482+
<a href="../grammar/" class="md-nav__link">
14831483

14841484

14851485

CANONICAL_SOURCES/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@
12301230

12311231

12321232
<li class="md-nav__item">
1233-
<a href="../grammar/GLOSSARY.md" class="md-nav__link">
1233+
<a href="../GLOSSARY/" class="md-nav__link">
12341234

12351235

12361236

@@ -1483,7 +1483,7 @@
14831483

14841484

14851485
<li class="md-nav__item">
1486-
<a href="../grammar/DEPRECATION-INDEX.md" class="md-nav__link">
1486+
<a href="../grammar/" class="md-nav__link">
14871487

14881488

14891489

@@ -3509,15 +3509,15 @@ <h3 id="tier-1-ultimate-sources-physics-philosophy">Tier 1: Ultimate Sources (Ph
35093509
<h3 id="tier-2-specialized-documentation-single-responsibility">Tier 2: Specialized Documentation (Single Responsibility)<a class="headerlink" href="#tier-2-specialized-documentation-single-responsibility" title="Permanent link">&para;</a></h3>
35103510
<p>These documents cover specific aspects in depth. They MAY provide context but MUST reference Tier 1 for canonical definitions.</p>
35113511
<ol>
3512-
<li><strong><a href="docs/grammar/02-CANONICAL-CONSTRAINTS.md">docs/grammar/02-CANONICAL-CONSTRAINTS.md</a></strong> - U1-U6 technical specification</li>
3512+
<li><strong><a href="grammar/02-CANONICAL-CONSTRAINTS/">docs/grammar/02-CANONICAL-CONSTRAINTS.md</a></strong> - U1-U6 technical specification</li>
35133513
<li>Detailed constraint specifications</li>
35143514
<li>Implementation examples</li>
35153515
<li>Test requirements</li>
35163516
<li>
35173517
<p><strong>Must reference</strong>: UNIFIED_GRAMMAR_RULES.md for derivations</p>
35183518
</li>
35193519
<li>
3520-
<p><strong><a href="docs/grammar/U6_STRUCTURAL_POTENTIAL_CONFINEMENT.md">docs/grammar/U6_STRUCTURAL_POTENTIAL_CONFINEMENT.md</a></strong> - U6 complete specification</p>
3520+
<p><strong><a href="grammar/U6_STRUCTURAL_POTENTIAL_CONFINEMENT/">docs/grammar/U6_STRUCTURAL_POTENTIAL_CONFINEMENT.md</a></strong> - U6 complete specification</p>
35213521
</li>
35223522
<li>U6 physics, validation, implementation</li>
35233523
<li>
@@ -3533,15 +3533,15 @@ <h3 id="tier-2-specialized-documentation-single-responsibility">Tier 2: Speciali
35333533
<p><strong>Must reference</strong>: AGENTS.md for invariants, operators, grammar</p>
35343534
</li>
35353535
<li>
3536-
<p><strong><a href="TESTING.md">TESTING.md</a></strong> - Test strategy</p>
3536+
<p><strong><a href="TESTING/">TESTING.md</a></strong> - Test strategy</p>
35373537
</li>
35383538
<li>Testing requirements</li>
35393539
<li>Invariant test examples</li>
35403540
<li>
35413541
<p><strong>Must reference</strong>: AGENTS.md for invariant definitions</p>
35423542
</li>
35433543
<li>
3544-
<p><strong><a href="CONTRIBUTING.md">CONTRIBUTING.md</a></strong> - Development workflow</p>
3544+
<p><strong><a href="https://github.com/fermga/TNFR-Python-Engine/blob/main/CONTRIBUTING/">CONTRIBUTING.md</a></strong> - Development workflow</p>
35453545
</li>
35463546
<li>Contribution guidelines</li>
35473547
<li>Commit templates</li>
@@ -3551,15 +3551,15 @@ <h3 id="tier-2-specialized-documentation-single-responsibility">Tier 2: Speciali
35513551
<h3 id="tier-2b-molecular-chemistry-module-breakthrough">Tier 2b: Molecular Chemistry Module ⭐ <strong>BREAKTHROUGH</strong><a class="headerlink" href="#tier-2b-molecular-chemistry-module-breakthrough" title="Permanent link">&para;</a></h3>
35523552
<p>Revolutionary extension: Complete chemistry emerges from TNFR nodal dynamics.</p>
35533553
<ol>
3554-
<li><strong><a href="docs/MOLECULAR_CHEMISTRY_HUB.md">docs/MOLECULAR_CHEMISTRY_HUB.md</a></strong> - <strong>CENTRAL CHEMISTRY HUB</strong></li>
3554+
<li><strong><a href="MOLECULAR_CHEMISTRY_HUB/">docs/MOLECULAR_CHEMISTRY_HUB.md</a></strong> - <strong>CENTRAL CHEMISTRY HUB</strong></li>
35553555
<li>Single source navigation for molecular chemistry breakthrough</li>
35563556
<li>Theory consolidation and learning paths</li>
35573557
<li>Complete cross-reference matrix for chemistry derivation</li>
35583558
<li>
35593559
<p><strong>Must reference</strong>: AGENTS.md for nodal equation foundations</p>
35603560
</li>
35613561
<li>
3562-
<p><strong><a href="docs/examples/MOLECULAR_CHEMISTRY_FROM_NODAL_DYNAMICS.md">docs/examples/MOLECULAR_CHEMISTRY_FROM_NODAL_DYNAMICS.md</a></strong> - <strong>CANONICAL CHEMISTRY THEORY</strong></p>
3562+
<p><strong><a href="examples/MOLECULAR_CHEMISTRY_FROM_NODAL_DYNAMICS/">docs/examples/MOLECULAR_CHEMISTRY_FROM_NODAL_DYNAMICS.md</a></strong> - <strong>CANONICAL CHEMISTRY THEORY</strong></p>
35633563
<ul>
35643564
<li>Complete derivation: nodal equation → molecular chemistry </li>
35653565
<li>Chemical bonds as phase synchronization (U3)</li>
@@ -3569,14 +3569,14 @@ <h3 id="tier-2b-molecular-chemistry-module-breakthrough">Tier 2b: Molecular Chem
35693569
</ul>
35703570
</li>
35713571
<li>
3572-
<p><strong><a href="docs/examples/AU_EXISTENCE_FROM_NODAL_EQUATION.md">docs/examples/AU_EXISTENCE_FROM_NODAL_EQUATION.md</a></strong> - Au emergence theory</p>
3572+
<p><strong><a href="examples/AU_EXISTENCE_FROM_NODAL_EQUATION/">docs/examples/AU_EXISTENCE_FROM_NODAL_EQUATION.md</a></strong> - Au emergence theory</p>
35733573
<ul>
35743574
<li>Physics-grounded derivation: fields → signatures → Au-like patterns</li>
35753575
<li><strong>Must reference</strong>: AGENTS.md for structural fields, nodal equation</li>
35763576
</ul>
35773577
</li>
35783578
<li>
3579-
<p><strong><a href="src/tnfr/physics/README.md">src/tnfr/physics/README.md</a></strong> § 9-10 - Implementation guide</p>
3579+
<p><strong><a href="https://github.com/fermga/TNFR-Python-Engine/tree/main/src/tnfr/physics/README">src/tnfr/physics/README.md</a></strong> § 9-10 - Implementation guide</p>
35803580
<ul>
35813581
<li>Element signatures API (<code>tnfr.physics.signatures</code>)</li>
35823582
<li>Element pattern builders (<code>tnfr.physics.patterns</code>)</li>
@@ -3588,7 +3588,7 @@ <h3 id="tier-3-supporting-documentation-references-only">Tier 3: Supporting Docu
35883588
<p>These documents provide guidance, tutorials, examples. They MUST NOT define canonical concepts - only reference and use them.</p>
35893589
<ol>
35903590
<li>
3591-
<p><strong><a href="README.md">README.md</a></strong> - Entry point</p>
3591+
<p><strong><a href="README/">README.md</a></strong> - Entry point</p>
35923592
<ul>
35933593
<li>Project overview</li>
35943594
<li>Installation</li>
@@ -3607,7 +3607,7 @@ <h3 id="tier-3-supporting-documentation-references-only">Tier 3: Supporting Docu
36073607
</ul>
36083608
</li>
36093609
<li>
3610-
<p><strong><a href="docs/grammar/README.md">docs/grammar/README.md</a></strong> - Grammar navigation</p>
3610+
<p><strong><a href="grammar/README/">docs/grammar/README.md</a></strong> - Grammar navigation</p>
36113611
<ul>
36123612
<li>Grammar documentation index</li>
36133613
<li>Learning sequence</li>

CELL_EMERGENCE_FROM_TNFR/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@
12301230

12311231

12321232
<li class="md-nav__item">
1233-
<a href="../grammar/GLOSSARY.md" class="md-nav__link">
1233+
<a href="../GLOSSARY/" class="md-nav__link">
12341234

12351235

12361236

@@ -1483,7 +1483,7 @@
14831483

14841484

14851485
<li class="md-nav__item">
1486-
<a href="../grammar/DEPRECATION-INDEX.md" class="md-nav__link">
1486+
<a href="../grammar/" class="md-nav__link">
14871487

14881488

14891489

CROSS_REFERENCE_MATRIX/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226

12271227

12281228
<li class="md-nav__item">
1229-
<a href="../grammar/GLOSSARY.md" class="md-nav__link">
1229+
<a href="../GLOSSARY/" class="md-nav__link">
12301230

12311231

12321232

@@ -1479,7 +1479,7 @@
14791479

14801480

14811481
<li class="md-nav__item">
1482-
<a href="../grammar/DEPRECATION-INDEX.md" class="md-nav__link">
1482+
<a href="../grammar/" class="md-nav__link">
14831483

14841484

14851485

@@ -3561,11 +3561,11 @@ <h2 id="for-developers">🎓 For Developers<a class="headerlink" href="#for-deve
35613561
<hr />
35623562
<h2 id="related-documents">📖 Related Documents<a class="headerlink" href="#related-documents" title="Permanent link">&para;</a></h2>
35633563
<ul>
3564-
<li><strong><a href="../CANONICAL_SOURCES.md">CANONICAL_SOURCES.md</a></strong> - Documentation hierarchy</li>
3564+
<li><strong><a href="../CANONICAL_SOURCES/">CANONICAL_SOURCES.md</a></strong> - Documentation hierarchy</li>
35653565
<li><strong><a href="../DOCUMENTATION_HIERARCHY/">DOCUMENTATION_HIERARCHY.md</a></strong> - Visual diagrams</li>
3566-
<li><strong><a href="../DOCUMENTATION_INDEX.md">DOCUMENTATION_INDEX.md</a></strong> - Complete navigation</li>
3567-
<li><strong><a href="../AGENTS.md">AGENTS.md</a></strong> - Primary theory source</li>
3568-
<li><strong><a href="../UNIFIED_GRAMMAR_RULES.md">UNIFIED_GRAMMAR_RULES.md</a></strong> - Mathematical derivations</li>
3566+
<li><strong><a href="../DOCUMENTATION_INDEX/">DOCUMENTATION_INDEX.md</a></strong> - Complete navigation</li>
3567+
<li><strong><a href="../AGENTS/">AGENTS.md</a></strong> - Primary theory source</li>
3568+
<li><strong><a href="../UNIFIED_GRAMMAR_RULES/">UNIFIED_GRAMMAR_RULES.md</a></strong> - Mathematical derivations</li>
35693569
</ul>
35703570
<hr />
35713571
<h2 id="summary">✨ Summary<a class="headerlink" href="#summary" title="Permanent link">&para;</a></h2>

DOCUMENTATION_HIERARCHY/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226

12271227

12281228
<li class="md-nav__item">
1229-
<a href="../grammar/GLOSSARY.md" class="md-nav__link">
1229+
<a href="../GLOSSARY/" class="md-nav__link">
12301230

12311231

12321232

@@ -1479,7 +1479,7 @@
14791479

14801480

14811481
<li class="md-nav__item">
1482-
<a href="../grammar/DEPRECATION-INDEX.md" class="md-nav__link">
1482+
<a href="../grammar/" class="md-nav__link">
14831483

14841484

14851485

@@ -3156,7 +3156,7 @@
31563156

31573157
<h1 id="documentation-hierarchy-visual-reference">Documentation Hierarchy - Visual Reference<a class="headerlink" href="#documentation-hierarchy-visual-reference" title="Permanent link">&para;</a></h1>
31583158
<p><strong>Mermaid diagrams showing TNFR documentation structure</strong></p>
3159-
<p>See <a href="../CANONICAL_SOURCES.md">CANONICAL_SOURCES.md</a> for complete hierarchy specification.</p>
3159+
<p>See <a href="../CANONICAL_SOURCES/">CANONICAL_SOURCES.md</a> for complete hierarchy specification.</p>
31603160
<hr />
31613161
<h2 id="canonical-documentation-hierarchy">Canonical Documentation Hierarchy<a class="headerlink" href="#canonical-documentation-hierarchy" title="Permanent link">&para;</a></h2>
31623162
<div class="highlight"><pre><span></span><code>graph TB
@@ -3322,9 +3322,9 @@ <h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">&
33223322
<p><strong>Rule</strong>: If adding &gt;100 words about a concept, check if it's already canonical. If yes, reference instead of replicate.</p>
33233323
<hr />
33243324
<p><strong>Related</strong>:
3325-
- <a href="../CANONICAL_SOURCES.md">CANONICAL_SOURCES.md</a> - Complete hierarchy specification
3325+
- <a href="../CANONICAL_SOURCES/">CANONICAL_SOURCES.md</a> - Complete hierarchy specification
33263326
- <a href="../DOCUMENTATION_INDEX/">DOCUMENTATION_INDEX.md</a> - Full documentation map
3327-
- <a href="../AGENTS.md">AGENTS.md</a> - Primary canonical source</p>
3327+
- <a href="../AGENTS/">AGENTS.md</a> - Primary canonical source</p>
33283328

33293329

33303330

0 commit comments

Comments
 (0)