A policy management service
Find a file
tegwick c1b60f322e
All checks were successful
Build and publish policy-nexus image / build-and-push (push) Successful in 1m10s
feat: publish Risk Nexus findings and methods
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a058f3-8ba0-7692-a042-9a870fc3d663
2026-09-01 01:56:46 +02:00
.forgejo/workflows fix: verify fetched source revisions from lock 2026-09-01 00:35:33 +02:00
build feat: publish Risk Nexus findings and methods 2026-09-01 01:56:46 +02:00
deploy Build immutable policy publication artifact 2026-08-18 12:16:04 +02:00
docs feat: publish Risk Nexus findings and methods 2026-09-01 01:56:46 +02:00
tests feat: publish Risk Nexus findings and methods 2026-09-01 01:56:46 +02:00
tools feat: publish Risk Nexus findings and methods 2026-09-01 01:56:46 +02:00
workplans docs: record governed source promotion 2026-09-01 01:44:07 +02:00
.custodian-brief.md fix(workplans): adopt PNEX workplan identities 2026-08-31 21:34:20 +02:00
.gitignore Ignore markitect AST cache and refresh work-records 2026-08-19 00:20:33 +02:00
.repo-classification.yaml Record Policy Nexus production verification 2026-08-18 12:55:14 +02:00
Containerfile fix: verify fetched source revisions from lock 2026-09-01 00:35:33 +02:00
INTENT.md Build immutable policy publication artifact 2026-08-18 12:16:04 +02:00
Makefile Start the arc42 contract and publish the first ADR set 2026-08-18 22:16:02 +02:00
publication.json feat: publish Risk Nexus findings and methods 2026-09-01 01:56:46 +02:00
README.md feat: publish Risk Nexus findings and methods 2026-09-01 01:56:46 +02:00
source-inventory.config.json feat: publish Risk Nexus findings and methods 2026-09-01 01:56:46 +02:00
source-inventory.json feat: publish Risk Nexus findings and methods 2026-09-01 01:56:46 +02:00
WORK-RECORDS.md fix(workplans): adopt PNEX workplan identities 2026-08-31 21:34:20 +02:00

policy-nexus

Permanent publication for the estate's policy surface. Serves policy.coulomb.social.

This repo publishes estate canon, architecture decisions, and explicitly disclosed risk records from the repositories that own them, at stable URLs, with visible status and currency. Pages are generated, never authored here: the source of truth stays upstream and this repo never writes back.

Regulatory intake and disclosure decisions belong to risk-nexus; publishable records may arrive from it like any other source. This repo does not interpret them.

Not a CMS, not a documentation site, not a policy author, and not a source of legal advice.

  • Intent: INTENT.md
  • Owner publication contract: docs/publication-contract.md
  • ADR review ledger (unpublished work artefact): docs/adr-review/
  • Workplans: workplans/

Build and verify the publication locally with:

make check
make build
make currency

publication.json is the explicit source and address registry. A build fails closed when a source is unavailable or an immutable revision would change. source-inventory.config.json defines the bounded canon/ADR discovery scope, while source-inventory.json records an explicit reviewed disposition for every matching source. make source-audit fails when a source appears or disappears without that review. Working-tree-only files in sibling repos do not affect the audit; local checks inspect committed Git trees.

The Forgejo workflow pulls exact main revisions for all inventoried source repos every day at 04:17 UTC and on manual dispatch. It fails visibly on an unavailable source, unreviewed inventory drift, invalid release, or overdue published document. Successful runs publish immutable source-<source-set-digest> candidates and a moving discovery tag, but never deploy them. Production promotion remains an explicit review of the registry-resolved OCI digest and publication-manifest digest together in rapp-policy-nexus and railiance-apps.

Production publication is split from runtime ownership. This repository builds and publishes the immutable OCI site image; rapp-policy-nexus owns the Helm package, exposure checks, and rollback; railiance-apps selects the approved production digests. A release build additionally refuses dirty or synthetic source provenance:

make release-build
make image-build IMAGE_REF=forgejo.coulomb.social/coulomb/policy-nexus:git-$(git rev-parse HEAD)

Tags are discovery handles only. Production always records the registry-resolved OCI digest and the SHA-256 of build/publication-manifest.json.