AIJIM PROTOOLS
ScienceReference Model

Paper 1: AIJIM Reference Model

Canonical invariants, RFC status, and paper citation anchors after the Core-first integration sequence.

Canonical citation anchor

For formal scope statements in papers, citeservices/aijim-core/CORE_SCOPE.mdrather than summarizing architecture pages from memory.

Reference-Model Framing

The reference model remains the paper-level statement of what an evidence-first decision system must guarantee: evidence-bound outputs, artifact-mandatory runs, audit-safe traceability, oversight-preserving control, and governance separation.

What changed after the LINA/Core absorption is not the model itself, but the enforcement locus: the paper-facing claims now map more cleanly to the Core-owned runtime rather than a split TypeScript/Python write surface.

Canonical Invariants

InvariantCanonical DefinitionSpec / Source AnchorEnforcement LocusError Codes
I1Evidence-bound outputsservices/aijim-core/src/aijim_core/spec/ and RFC-001 / RFC-009evidence canonicalization, bundle fingerprinting, immutable evidence paths
I2Artifact-mandatory runsservices/aijim-core/src/aijim_core/spec/run_contracts.py and RFC-003run contracts, publication cross-link requirements, audit artifact surfacesP0002
I3Audit-safe traceabilityRFC-009 and audit replay/publication cross-reference rulesreplay head checks, self-hash uniqueness, cross-reference enforcementP0001, P0008
I4Oversight-preserving controlRFC-006 and review-gate / publication gate semanticsreview gates, publication user-confirmed enforcement, HITL write boundaryP0007
I5Governance separationRFC-006 and current canonical mapping in `CORE_SCOPE.md`membership checks, SECURITY DEFINER layers, signer operator allowlistsP0003–P0006

RFC Status Summary

RFCTopicStatusPaper Relevance
RFC-001Evidence Object and StoreACCEPTEDFoundational paper/runtime contract
RFC-002Story and ClaimsACCEPTEDReference-model entity layer
RFC-003Artifacts and RunsACCEPTEDExperimental reproducibility anchor
RFC-004Scientific ConformanceACCEPTEDMethodology and conformance bridge
RFC-005Runner Registry and Model ConnectorsACCEPTEDExecution and determinism contract now enforced in runtime
RFC-006Policy and Governance LayerACCEPTEDOversight and governance substrate
RFC-007Story Rendering and Narrative ProjectionACCEPTEDProjection layer, not the audit spine
RFC-008EU AI Act ReadinessACCEPTEDCompliance framing around the runtime
RFC-009Audit Bundle Portable VerificationACCEPTEDPaper-critical audit verification contract
RFC-010Federated Evidence SharingTARGETFuture protocol scope, no current runtime baseline
RFC-011LINA / Core Integration BoundaryACCEPTEDFormal owner split for post-E.3 audit runtime
RFC-012API Surface RepositioningACCEPTEDFormal namespace truth for the Core-first surface

Paper Citation Anchors

  • Invariant definitions and scope boundary:services/aijim-core/CORE_SCOPE.md
  • Spec-level run contracts:services/aijim-core/src/aijim_core/spec/run_contracts.py
  • Audit bundle implementation anchor:services/aijim-core/src/api/routers/audit_bundle.py
  • Evidence canonicalization:services/aijim-core/src/aijim_core/evidence_canon.py
  • Conformance enforcement:services/aijim-core/src/aijim_core/infrastructure/conformance/