Skip to content

Commit 96381db

Browse files
committed
Add BGZ17 Poincare SparseEdgeField plan to index
1 parent 00c6efe commit 96381db

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

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

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 3DGS Implementation Plan Index — lance-graph
22

3-
This directory contains the lance-graph-side implementation plans for the 3DGS geospatial rebuild, the PR-X12 cross-pollination expansion, PhiSpiral256 SoA integration, and the Cesium/BindSpace4 headstone exploration.
3+
This directory contains the lance-graph-side implementation plans for the 3DGS geospatial rebuild, the PR-X12 cross-pollination expansion, PhiSpiral256 SoA integration, the Cesium/BindSpace4 headstone exploration, and the BGZ17/Poincare SparseEdgeField tectonic-map line.
44

55
## lance-graph responsibility
66

@@ -11,6 +11,7 @@ This directory contains the lance-graph-side implementation plans for the 3DGS g
1111
- ArcGIS and Cesium source ingestion.
1212
- Blender scene graph / mesh / material / camera transcode corridor.
1313
- Cesium/BindSpace4 L1-L4 stream bridge as a headstone/capstone exploration.
14+
- BGZ17/Poincare SparseEdgeField tectonic-map reconstruction as a sparse sidecar field.
1415
- Lance/Arrow schemas for tiles, splats, features, metadata, and certificates.
1516
- Graph/DataFusion/Cypher query interfaces.
1617
- Integration wiring to `ndarray::hpc::splat3d`, `ndarray::hpc::pillar`, and HHTL kernels.
@@ -55,6 +56,24 @@ Use inline code only for short identifiers such as `lance-graph`, `TileId`, or `
5556
3DGS-Cesium-BindSpace4-headstone-exploration.md
5657
```
5758

59+
## BGZ17 / Poincare sparse field plans
60+
61+
```text
62+
BGZ17-Poincare-SparseEdgeField-tectonic-map.md
63+
```
64+
65+
This plan captures:
66+
67+
```text
68+
BGZ17 recoverable sampling
69+
Poincare / PhiSpiral256 local direction
70+
SparseEdgeField atoms
71+
Gaussian / EWA field reconstruction
72+
OGIT / OWL / DOLCE semantic inheritance
73+
GGUF / PR-X12 implicit-context headers
74+
CausalEdge64 trajectory candidates
75+
```
76+
5877
## Blast-radius and datalake plans
5978

6079
```text
@@ -122,6 +141,20 @@ ndarray 3DGS / depth / PhiSpiral / certificate kernels
122141
certified tile, content, residual, or render decision
123142
```
124143

144+
The BGZ17/Poincare SparseEdgeField flow is:
145+
146+
```text
147+
field / tensor / scene / semantic map
148+
->
149+
BGZ17 sparse pressure traces
150+
->
151+
Poincare-local direction and PhiSpiral256 atom placement
152+
->
153+
SparseEdgeField sidecar atoms
154+
->
155+
Gaussian / EWA reconstruction or exact hydration only when certified
156+
```
157+
125158
The BLAS-backed 3DGS orchestration flow is:
126159

127160
```text

0 commit comments

Comments
 (0)