Solution map
| Path | Purpose |
|---|---|
src/Axis.Core | Core contracts and shared runtime logic |
src/Axis.Rhino | Rhino/Grasshopper integration |
src/Axis.Legacy | Archived legacy snapshot kept for migration support |
tests/Axis.Tests | Behavior and contract tests |
web/ | Next.js frontend and UI work |
Axis.sln | Solution entry point used by .NET tooling |
Notes
- The docs site stays separate so the public content can deploy independently.
- Implementation details stay in the codebase; this page only documents the public structure.