@deposition.cloud/registry
v1.0.0
Published
Machine-readable governed-repo registry for the federal governance layer
Readme
registry
Machine-readable governed-repo registry for the federal governance layer.
Package
This repo publishes @deposition.cloud/registry.
It provides a schema and utilities for tracking which repos are governed under
the federal layer, running batch check-governance across all of them, and
producing structured compliance reports.
Included
- Registry schema (v1) with entry validation
loadRegistry()— parse and validate a registry JSON filelistRepos()— enumerate registered reposcheckAll()— runcheck-governanceagainst every entry, produce a reportformatReport()— human-readable pass/fail summary
Development
pnpm install
pnpm test
pnpm buildRelease
The release pipeline follows the same GitLab CI and semantic-release shape
used by @deposition.cloud/policy and @deposition.cloud/memory.
Conventional commits on main drive versioning and publishing.
