MyCLI

Governance

Governance

Company governance policies and automated compliance checks for engineering standards.

my governance setup
my governance setup --company Acme
my governance check
my governance check --dry-run
my governance check --output GOVERNANCE_REPORT.md

What gets scaffolded

| Artifact | Path | |----------|------| | Policy | src/governance/policy/company-policy.ts | | Rules | src/governance/rules/default-rules.ts | | Checker | src/governance/checker/governance.checker.ts | | Service | src/governance/governance.service.ts | | Docs | GOVERNANCE.md, company-policy.json |

Checks

my governance check inspects your project snapshot (database, features, Docker, tests, security, audit, CI) and writes GOVERNANCE_REPORT.md. Use --dry-run to preview without writing the report file.

Related commands