Skip to content

Canonical protocol, deliverable schemas, and audit artifacts for RAG-ready semantic indexing (v4.23).

License

Notifications You must be signed in to change notification settings

whmatrix/universal-protocol-v4.23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: John Mitchell (@whmatrix) Status: ACTIVE Audience: Protocol Implementers / Engineers Environment: No code to run (specification only) Fast Path: Read the deliverable contract below

This is the authoritative specification for RAG deliverables, audit contracts, and quality gates.

Universal Protocol v4.23 — RAG Deliverables & Audit Artifacts

This repository is the "start here" surface for how I operate under Universal Protocol v4.23:

  • Deliverable contract (RAG-ready indexing outputs)
  • Audit contract (RAG readiness evaluation)
  • Quality gates and verification primitives
  • Portfolio artifacts (PDF examples)

What changed in v4.23 (artifact-first execution)

  • Evidence artifacts are first-class: manifests, validation gates, and audit outputs.
  • Explicit pass/fail thresholds for chunk integrity, alignment, and error states.
  • Standardized deliverable structure for client handoff.

Deliverable contract (Indexing output structure)

See: portfolio_artifacts/Semantic_Indexing_Output__Example_Structure.pdf

Deliverables (canonical):

  • chunks.jsonl
  • metadata.jsonl (line-aligned with chunks)
  • vectors.index (FAISS)
  • summary.json (manifest + stats + quality gates)

Audit contract (RAG readiness report)

Examples:

Portfolio artifacts (examples)

Implementation Lineage

Role Repository Status
Production semantic-indexing-batch-02 Active (8.3M+ vectors)
Foundational semantic-indexing-batch-01 Superseded

License

This repository is licensed under Apache License 2.0 (not MIT).

Why Apache-2.0 for the protocol spec?

  • Patent grant clause: Apache-2.0 includes explicit patent grants, protecting anyone who implements this protocol
  • Industry standard: API and protocol specifications commonly use Apache-2.0 (OpenAPI, gRPC, Protobuf)
  • Derivative implementations: If you build a pipeline that follows this protocol, the patent grant covers your implementation

Other whmatrix repositories use MIT (simpler, permissive). The choice is intentional:

  • MIT for implementation code (tools, scripts, indices)
  • Apache-2.0 for this specification (patent protection for implementers)

Limitations & Non-Claims

This protocol defines structure and deliverable contracts, not retrieval quality guarantees. Compliance with this protocol does not imply fitness for any specific application. Retrieval quality, relevance, and domain suitability require independent evaluation.


Protocol source

About

Canonical protocol, deliverable schemas, and audit artifacts for RAG-ready semantic indexing (v4.23).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published