Type Alias: GovernanceOperation
ts
type GovernanceOperation =
| "contract.compile"
| "contract.diff"
| "digest.compute"
| "lockfile.generate"
| "lockfile.check"
| "lockfile.write"
| "lockfile.read"
| "attestation.sign"
| "attestation.verify"
| "entitlement.scan"
| "token.profile";Defined in: packages/core/src/observability/DebugObserver.ts:146
Named governance operations that emit debug/tracing events.