Codex Archive System V3.11 Lattice Groundwork Notes
v3.11 extends Codex Archive System v3.10 Media Handoff Notes. Use v3.10 for delivery reliability and v3.11 for the first coordinate-aware layer of the archive.
v3.11 is the lattice-groundwork release.
Operator value prop:
- You no longer have to publish a note as only a file in a folder. The archive can now begin to understand where the note sits: how large it is, how deep it goes, what it centers, and what it is trying to do.
Reader value prop:
- ndcodex is still an object archive, but it now has the first real infrastructure required to become a navigation surface rather than a timeline.
Work chunks and wins:
-
Axis metadata now exists as a real archive contract Value prop: a piece can be placed, not just typed.
- Added
scale,depth,focus, andfunctionto the shared content schema. - Built shared normalization and inference logic so ingest and UI can speak the same coordinate language.
- Rendered axis values on object pages so placement is visible instead of hidden system state.
- Added
-
Carrier Pigeon can now review coordinates before publish Value prop: field publishing stays fast without making classification invisible.
- Ingest now infers axes when the note does not provide them.
- The phone publishing surface now previews inferred axes and allows manual override before transmit.
- Type selection in Carrier Pigeon now pins the actual frontmatter value instead of only changing the interface badge.
-
Fragment inspection got lighter Value prop: the reading surface now opens closer to the line itself.
- Feed fragments already behave as interludes instead of generic cards.
- Full fragment inspection now avoids repeating the excerpt as a decorative subhead before the real body.
- This keeps the inspection surface truer to the object and reduces redundant framing.
-
The lattice now has implementation seams instead of only theory Value prop: the next phase is buildable.
- Wrote a concrete integration checklist covering schema, Carrier Pigeon, feed filters, graph payload, and object-page surfaces.
- Clarified the core architectural guardrail: the existing object classes remain stable, while the lattice grows as a relational and navigational layer on top.
- Reduced the risk of chasing an abstract taxonomy rewrite when the real leverage is additive metadata plus navigation.
Minimum active state after v3.11:
- axes are inferred during ingest
- axes can be reviewed and overridden on the phone
- axes are stored in frontmatter
- axes are visible on object pages
- fragment inspection is cleaner and less repetitive
Not yet active:
- lattice membership as a publishable field
- clickable axis and lattice filters on the live feed
- graph clustering by axis or lattice
- intersections, multiplications, and strata as first-class reading surfaces
No object taxonomy replacement is proposed in v3.11. No new object type is introduced in v3.11. No mandatory schema migration beyond additive axis metadata is required in v3.11.
Implementation note:
- The point of v3.11 is not that the lattice is finished. The point is that ndcodex now has a real coordinate backbone. The archive can begin to feel lighter and more connected because placement has started to become part of publication itself.
Version
3.11.0Scope
axis metadata, phone-side coordinate review, fragment inspection cleanup, and implementation-ready lattice seamsSystem Area
archive navigation and ingest classificationChange Type
minorNo marks yet.
Connected Context
4 explicit linksCodex Archive System V3.10 Media Handoff Notes
v3.10 hardens image delivery at the publish handoff so HEIC-heavy fieldlogs arrive in cards, galleries, and…
- systems
- methodology
- observation
ND Codex Object Classification
The ND Codex archive organizes all entries into eight object classes. Each class describes the role an object…
- taxonomy
- archive
- structure
Carrier Pigeon Publishing System
Carrier Pigeon is the remote publishing system used by the ND Codex archive. It enables objects to be written…
- publishing
- infrastructure
- carrier-pigeon
Codex Archive System V3.2 Fragment Feed Notes
v3.2 promotes fragments to first-class feed communication with floating interludes and prompt/return previews.
- systems
- architecture
- methodology