spillwavesolutions/okf-pointers
v0.2.0MIT
Git-native join table linking any OKF noun to any other, including temporal nodes. Not a search index.
Changelog
0.2.0 — 2026-09-03
Link.schema.jsonshipped. Sibling of TypedEdge; field islink_type, notrel.- Semantically versioned taxonomy
okf.pointers.taxonomy/v1at 1.0.0. Every type declares an inverse. ptr_common.py writecommits one file per Link. Unknownlink_typefails. Endpoints are never mutated. Destination may be unresolved.reversereturns the inverse name on inbound edges. Engine is a filesystem scan.validatefails closed on unknown types, missing inverses,destinationslists, and arelfield.- Northstar / Lumenfield sample Links.
0.1.1 — 2026-09-03
- Command shim for
ptr-validatefilled.pointer.linkwrite remains refused until okf-plugin#73 §2.3.
0.1.0 — 2026-09-03
- Initial scaffold. Spec: okf-plugin#73.