Skip to content

Commit af460b0

Browse files
authored
Merge pull request #2890 from fermga/copilot/add-nav-canonical-sequences
NAV operator guide + removal of non-physics-based semantic validation restrictions
2 parents 4a57cda + c7d9f1d commit af460b0

File tree

4 files changed

+588
-39
lines changed

4 files changed

+588
-39
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ This demonstrates **classical mechanics as a natural expression of coherent stru
186186
- **[TNFR Concepts](docs/source/getting-started/TNFR_CONCEPTS.md)** - Paradigm introduction
187187
- **[API Overview](docs/source/api/overview.md)** - Package architecture
188188
- **[Operator Guide](docs/source/api/operators.md)** - Complete operator reference
189+
- **[NAV Guide](docs/source/operators/NAV_GUIDE.md)** - NAV (Transition) canonical sequences, anti-patterns, and troubleshooting
189190
- **[THOL Configuration Reference](docs/THOL_CONFIGURATION_REFERENCE.md)** - Comprehensive THOL parameter guide
190191

191192
### 🎨 Grammar System

docs/source/api/operators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ reference to plan trajectories for simulations, experiments, or CLI runs.
77
> - See [OPERATORS_VISUAL_GUIDE.md](OPERATORS_VISUAL_GUIDE.md) for comprehensive visual documentation, ASCII diagrams, and interactive examples of all 13 operators
88
> - See [GLYPH_SEQUENCES_GUIDE.md](../../../GLYPH_SEQUENCES_GUIDE.md) for comprehensive canonical sequences, multi-domain examples, and grammar compatibility patterns
99
> - See [UNIFIED_GRAMMAR_RULES.md](../../../UNIFIED_GRAMMAR_RULES.md) for grammar validation rules (U1-U4) and physics derivations
10+
> - See [NAV_GUIDE.md](../operators/NAV_GUIDE.md) for NAV (Transition) operator canonical sequences, anti-patterns, and troubleshooting
1011
1112
## Canonical operator map
1213

0 commit comments

Comments
 (0)