Skip to content

Commit 1edcdbb

Browse files
committed
Add Markdown fenced block convention to 3DGS plans
1 parent 9f068d5 commit 1edcdbb

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

.claude/plans/3DGS-PLAN-INDEX.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)