Commit ff99e2e
committed
Add Phase 2 implementation: pairs/dance elements, ISU validation, docs
- Add anv-semantics crate with ISU rules validation engine
- Discipline-specific rules (singles, pairs, ice dance)
- Element count validation per segment type
- Constraint checking (no pairs elements in singles, etc.)
- Extend parser for pairs and ice dance elements:
- Lifts (Gr1-Gr5) with levels
- Throws with rotation counts
- Twists with rotation and level
- Death spirals with edge and level
- Choreographic elements (spiral, spread, ina, hydroblading, pivot)
- Add rhythm and exhibition segment types
- Update README.adoc with:
- Architecture diagram
- Complete syntax documentation
- CLI command reference
- Examples for all disciplines
- Current implementation status
- Update ROADMAP.adoc with:
- Visual progress indicator
- Detailed task completion tracking
- Test coverage summary (90+ tests)
- Technical debt section1 parent 0b5d33a commit ff99e2e
11 files changed
Lines changed: 2053 additions & 83 deletions
File tree
- crates
- anv-semantics
- src
- anv-syntax/src
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments