@@ -14,28 +14,36 @@ This directory contains the lance-graph-side implementation plans for the 3DGS g
1414- Integration wiring to ` ndarray::hpc::splat3d ` , ` ndarray::hpc::pillar ` , and HHTL kernels.
1515- Runtime selection policy, traversal, scheduling, and certified tile decisions.
1616
17- ## Plans
18-
19- 1 . ` 3DGS-Cesium-feature-mapping-plan.md `
20- - Maps Cesium/3D Tiles concepts to Rust/Lance/Arrow/3DGS responsibilities.
17+ ## Markdown convention
2118
22- 2 . ` 3DGS-3D-Tiles-runtime-plan.md `
23- - Defines the 3D Tiles reader/writer/traversal/server crate trajectory.
19+ Program-related material should use fenced Markdown blocks so Claude Code, GitHub review, and future handovers can parse it cleanly.
2420
25- 3 . ` 3DGS-Lance-Arrow-storage-plan.md `
26- - Defines durable columnar schemas for tiles, contents, splats, features, and certificates.
21+ Use fences for:
2722
28- 4 . ` 3DGS-integration-wiring-plan.md `
29- - Defines cross-repo DTOs and call flow between ` lance-graph ` and ` ndarray ` .
23+ ``` text
24+ crate/module layouts
25+ commands
26+ Cargo feature sets
27+ Rust DTO sketches
28+ schema sketches
29+ endpoint lists
30+ call-flow diagrams
31+ file paths when shown as groups
32+ ```
3033
31- 5 . ` 3DGS-ArcGIS-Cesium-ingestion-plan.md `
32- - Defines ingestion from ArcGIS REST, 3D Tiles, glTF, SPZ, GeoJSON, and vector tiles.
34+ Use inline code only for short identifiers such as ` lance-graph ` , ` TileId ` , or ` 3DGS-certified-query-render-plan.md ` .
3335
34- 6 . ` 3DGS-certified-query-render-plan.md `
35- - Defines the certified render/query decision layer.
36+ ## Plans
3637
37- 7 . ` 3DGS-epiphany-roadmap-plan.md `
38- - Collects additional high-leverage directions discovered during planning.
38+ ``` text
39+ 3DGS-Cesium-feature-mapping-plan.md
40+ 3DGS-3D-Tiles-runtime-plan.md
41+ 3DGS-Lance-Arrow-storage-plan.md
42+ 3DGS-integration-wiring-plan.md
43+ 3DGS-ArcGIS-Cesium-ingestion-plan.md
44+ 3DGS-certified-query-render-plan.md
45+ 3DGS-epiphany-roadmap-plan.md
46+ ```
3947
4048## Cross-repo boundary
4149
0 commit comments