jmp0x1b libs home packages healthz readyz

jmp0x1b_aegis

Latest version: 1.0.0

Install command: jmp0x1b install jmp0x1b_aegis --version 1.0.0

VersionDigestSize (bytes)Artifacts
1.0.0913530d4d5d462b0193d4cbc81ce9c9fea9b1ceeaddbe9237636dd1219a935b412036tgz · sha256 · sig
0.1.06bd988ee2c16b0c1cdbab143e561b5de731a30956383ee4a62013fd422b6bfe412039tgz · sha256 · sig

Guide

jmp0x1b_aegis

jmp0x1b_aegis is the Compliance OS framework package for multi-tenant governance, audit workflows, document control, CAPA orchestration, traceability, and supplier-matching flow composition.

Install

jmp0x1b install jmp0x1b_aegis --version 1.0.0

Use

Add as a dependency in your jmp0x1b.toml:

[dependencies]
jmp0x1b_aegis = { version = "1.0.0" }

Framework baseline API is exposed through src/lib.jmp0x1b with:

  • deterministic tenant/workflow/evidence/supplier-match contracts,
  • wire.v1 encode/decode helpers,
  • taxonomy semver/fallback normalization helpers,
  • compatibility checks for API/wire/downstream matrix policy.

Quality Gates

cd libs/jmp0x1b_aegis
jmp0x1b_cli check
jmp0x1b_cli test

Compatibility

  • API contract: jmp0x1b_aegis.api.v1
  • Wire contract: jmp0x1b_aegis.wire.v1
  • Stability: v1.0.0 (stable)

References

  • README.md
  • ROADMAP.md
  • CHANGELOG.md
  • COMPATIBILITY_MATRIX.md
  • RELEASE_CHECKLIST.md
  • MIGRATION.md