Install
parmana workspace init
Scaffold a new policy workspace with a sample policy.parmana workspace explain
Show all policies in the current workspace with their signal schemas and rule counts.parmana workspace upgrade
Create the next patch version of a policy, copying its current rules.parmana policy compile
Validate a policy through all 8 compilation phases. Must pass before building.POL-* list.
parmana policy build
Compile and sign a policy, generating the content-addressed bundle.bundle.manifest.json- content hash and policy metadatabundle.sig- Ed25519 signature over the manifest
parmana verify bundle
Verify a policy bundle’s content integrity and signature.bundle.manifest.json hash, and that bundle.sig is a valid signature over the manifest.
parmana verify artifact
Verify a governance attestation file.- Ed25519 signature validity
- Runtime manifest hash
- Bundle manifest hash
- All attestation invariants