Purpose
Track the implementation plan for converting the Drive-folder ontology-alignment / KBP / grounded-reading lessons into repo artifacts and executable validation. This follows the inventory and lesson ledgers added on 2026-05-10 and links to the existing cskg.vnext and boundary-admission work.
Objective
Move from research grounding to implementation substrate:
paper lesson
-> typed record/schema
-> boundary watcher rule
-> golden fixture
-> negative fixture
-> implementation helper
-> validation receipt
-> cross-repo adoption plan
Tranche plan
T1 — Spec expansion
Target file:
spec/drafts/cskg_vnext_profile.md
Add first-class record definitions:
EvidenceContextRecord
AlignmentCandidateRecord
ConceptLinkCandidate
ModuleBoundaryRecord
MatcherRunReceipt
OutlierAuditRecord
PipelineRunReceipt
EDLReceipt
StructuredSourceMergeReceipt
AttributeValidationReceipt
DynamicsManifest
FeedbackReviewRecord
Acceptance criteria:
T2 — Annex X boundary semantics
Target file:
spec/drafts/annex_x_boundary_admission_profile.md
Add:
BoundaryWatcherDecision
BoundaryReceipt
BoundaryStateMachine
FailClosedCompositionPolicy
BoundaryNegativeTestVector
Acceptance criteria:
T3 — Golden and negative fixture set
Add fixture targets for:
Positive:
- public ConceptNet-style
IsA edge;
- WordNet/ontology
PartOf edge;
- Socrates binary context evidence;
- Socrates unary context evidence;
- Socrates composite TOD evidence;
- locality module with coverage receipt;
- RTFM-style
DynamicsManifest.
Negative:
- embedding-near
SameAs human identity link;
- unary-derived contact relation;
- uncertain concept link without review;
- ontology module without coverage receipt;
- worldlet action without dynamics manifest;
- semantic-memory promotion without
PromotionRule receipt;
- vectorization/training on unclassified sentence text.
Acceptance criteria:
T4 — Experimental reference implementation
Target package:
reference/experimental/tritrpc_requirements_impl_v4/
Add candidate modules:
boundary.py
cskg.py
memory.py
identity_prime.py
Acceptance criteria:
T5 — Cross-repo adoption issues
Create downstream issues for:
SocioProphet/ontogenesis: schema generation and ontology/module objects;
SocioProphet/holmes: concept-link and formalization candidates;
SocioProphet/sherlock-search: evidence retrieval and context records;
SocioProphet/guardrail-fabric: watcher policy and fail-closed defaults;
SocioProphet/sociosphere: registry/admission dashboard and memory release ledger.
Acceptance criteria:
T6 — Proof/evidence doctrine hardening
Add a compact doctrine note connecting Gödelization, CSKG, FSMS, and boundary admission.
Acceptance criteria:
Estimated turn count
Chat-driven implementation estimate: 8 turns total, assuming connector write access remains available and no large CI failures block us.
- Spec expansion for records.
- Annex X boundary profile draft.
- Fixture design and JSON/YAML examples.
- Experimental reference implementation scaffolding.
- Test suite for fail-closed behavior.
- Cross-repo issue fan-out.
- Review pass and gap audit.
- Stabilization pass: tighten names, non-goals, acceptance criteria, and validation commands.
If we keep the work docs-only/spec-only, it can be done in about 4 turns. If we include reference code and tests, use 8 turns. If we require PRs, CI, and downstream cross-repo adoption, expect 10-12 turns.
Non-goals
- Do not implement a production ontology matcher in TriTRPC.
- Do not make CSKG relation semantics part of
Braid243.
- Do not admit identity/
SameAs edges without Identity-Prime controls.
- Do not permit direct semantic-memory promotion from parser/model output.
- Do not replace stable v1.
Purpose
Track the implementation plan for converting the Drive-folder ontology-alignment / KBP / grounded-reading lessons into repo artifacts and executable validation. This follows the inventory and lesson ledgers added on 2026-05-10 and links to the existing
cskg.vnextand boundary-admission work.Objective
Move from research grounding to implementation substrate:
Tranche plan
T1 — Spec expansion
Target file:
spec/drafts/cskg_vnext_profile.mdAdd first-class record definitions:
EvidenceContextRecordAlignmentCandidateRecordConceptLinkCandidateModuleBoundaryRecordMatcherRunReceiptOutlierAuditRecordPipelineRunReceiptEDLReceiptStructuredSourceMergeReceiptAttributeValidationReceiptDynamicsManifestFeedbackReviewRecordAcceptance criteria:
T2 — Annex X boundary semantics
Target file:
spec/drafts/annex_x_boundary_admission_profile.mdAdd:
BoundaryWatcherDecisionBoundaryReceiptBoundaryStateMachineFailClosedCompositionPolicyBoundaryNegativeTestVectorAcceptance criteria:
DoNotLearnandDoNotLinkare defaulted for unknown identity risk;T3 — Golden and negative fixture set
Add fixture targets for:
Positive:
IsAedge;PartOfedge;DynamicsManifest.Negative:
SameAshuman identity link;PromotionRulereceipt;Acceptance criteria:
T4 — Experimental reference implementation
Target package:
reference/experimental/tritrpc_requirements_impl_v4/Add candidate modules:
boundary.pycskg.pymemory.pyidentity_prime.pyAcceptance criteria:
T5 — Cross-repo adoption issues
Create downstream issues for:
SocioProphet/ontogenesis: schema generation and ontology/module objects;SocioProphet/holmes: concept-link and formalization candidates;SocioProphet/sherlock-search: evidence retrieval and context records;SocioProphet/guardrail-fabric: watcher policy and fail-closed defaults;SocioProphet/sociosphere: registry/admission dashboard and memory release ledger.Acceptance criteria:
T6 — Proof/evidence doctrine hardening
Add a compact doctrine note connecting Gödelization, CSKG, FSMS, and boundary admission.
Acceptance criteria:
SameAsand entity resolution treated as proof obligations;Estimated turn count
Chat-driven implementation estimate: 8 turns total, assuming connector write access remains available and no large CI failures block us.
If we keep the work docs-only/spec-only, it can be done in about 4 turns. If we include reference code and tests, use 8 turns. If we require PRs, CI, and downstream cross-repo adoption, expect 10-12 turns.
Non-goals
Braid243.SameAsedges without Identity-Prime controls.