Files
smom-dbis-138/docs/hybx-omnl
zaragoza444 886a373356
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m16s
CI/CD Pipeline / Security Scanning (push) Successful in 2m39s
CI/CD Pipeline / Lint and Format (push) Failing after 50s
CI/CD Pipeline / Terraform Validation (push) Failing after 25s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 30s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 29s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 29s
Validation / validate-genesis (push) Successful in 30s
Validation / validate-terraform (push) Failing after 30s
Validation / validate-kubernetes (push) Failing after 13s
Validation / validate-smart-contracts (push) Failing after 11s
Validation / validate-security (push) Failing after 1m24s
Validation / validate-documentation (push) Failing after 20s
Verify Deployment / Verify Deployment (push) Failing after 1m7s
fix: Phase C IPSAS matrix (2100/2410 HO legs) and runtime double-entry guards
Align interoffice HO allocations to 2100→2410 with branch 1410→2100 two-leg entries, registry v1.2.1, explicit same-GL rejection in validators, doc matrices, and validation tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 10:11:44 -07:00
..

HYBX OMNL documentation

Multi-chain instrument registry, reserve commitments, compliance core, IPSAS-aligned GL reporting, and optional CCIP mirror to ALL Mainnet (651940).

Document Purpose
HYBX_OMNL_POLICY_SPEC.md On-chain policy math (1.2× M0, 5× M1) and limits
DEPLOYMENT_CHECKLIST.md Contracts, env, API, verification
CCIP_MIRROR_FLOW.md Primary → mirror CCIP payload and roles
OMNL_IPSAS_API.md REST routes for compliance + IPSAS / Fineract GL
OMNL_RECONCILE_CRON_AND_CI.md Anchor hash: cron, omnl-reconcile-artifact.sh, CI artifacts
EXTERNAL_AUDIT_CHECKLIST.md Third-party audit scope checklist
OPERATIONAL_COMPLIANCE.md Webhooks, logs, break-glass, data minimization
RUNBOOK_CIRCUIT_BREAKERS.md Circuit breaker operations
SECURITY_THREAT_MODEL.md Threat notes
ZK_INTEGRATION.md Optional ZK reserve proof verifier hook

Configuration: config/hybx-omnl-policy.json, config/hybx-omnl-cross-chain-lines.json, config/omnl-ipsas-gl-registry.json, config/omnl-journal-matrix.json, config/deployment-omnl.example.env.

Contracts: contracts/hybx-omnl/. Tests: pnpm run forge:test:omnl or bash scripts/forge/scope.sh test hybx-omnl. Full check: pnpm run omnl:verify (repo root). Anchor files: pnpm run omnl:reconcile:artifact.

GitHub Actions: .github/workflows/hybx-omnl-ts.yml (TypeScript build + anchor on PR/push), .github/workflows/omnl-reconcile.yml (weekly anchor + CI meta); both support workflow_dispatch. Publish snapshot smom-dbis-138-publish/ uses the same workflows; Forge-heavy checks run in the main repo only (pnpm run omnl:verify).

Scripts: bash scripts/hybx-omnl/sync-to-publish.sh (mirror OMNL paths to publish tree), node scripts/hybx-omnl/validate-cross-chain-config.mjs (JSON shape + addresses for hybx-omnl-cross-chain-lines.json).