File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,34 @@ This directory contains the ndarray-side implementation plans for the 3DGS geosp
1313- HHTL / HEEL-HIP-TWIG-LEAF selection primitives callable by ` lance-graph ` .
1414- Benchmarks, golden vectors, reproducibility, and failure gates.
1515
16+ ## Markdown convention
17+
18+ Program-related material should use fenced Markdown blocks so Claude Code, GitHub review, and future handovers can parse it cleanly.
19+
20+ Use fences for:
21+
22+ ``` text
23+ crate/module layouts
24+ commands
25+ Cargo feature sets
26+ Rust DTO sketches
27+ schema sketches
28+ endpoint lists
29+ call-flow diagrams
30+ file paths when shown as groups
31+ ```
32+
33+ Use inline code only for short identifiers such as ` ndarray::hpc::splat3d ` or ` TileId ` .
34+
1635## Plans
1736
18- 1 . ` 3DGS-SIMD-forward-renderer-plan.md `
19- 2 . ` 3DGS-error-certification-pillars-plan.md `
20- 3 . ` 3DGS-columnar-splat-codec-plan.md `
21- 4 . ` 3DGS-HHTL-CPU-cascade-plan.md `
22- 5 . ` 3DGS-validation-benchmark-plan.md `
37+ ``` text
38+ 3DGS-SIMD-forward-renderer-plan.md
39+ 3DGS-error-certification-pillars-plan.md
40+ 3DGS-columnar-splat-codec-plan.md
41+ 3DGS-HHTL-CPU-cascade-plan.md
42+ 3DGS-validation-benchmark-plan.md
43+ ```
2344
2445## Cross-repo boundary
2546
You can’t perform that action at this time.
0 commit comments