@veeduzyl/mindforge-guard
v7.0.1
Published
MindForge Guard - AI coding governance layer (CLI)
Readme
MindForge Guard
MindForge Guard is a deterministic governance CLI for bounded, auditable artifact production.
Released Baseline
The current package release is v7.0.1.
It remains:
- supporting-artifact-only
- recommendation-only
- non-authoritative
- additive-only
- non-executing
- default-off
- non-control-plane
- human-review-oriented
Official Install Path
Install the public CLI package with npm:
npm install -g @veeduzyl/mindforge-guardFallback Install Path
If npm registry install is unavailable, install the shipped package tarball directly:
npm install -g ./veeduzyl-mindforge-guard-7.0.1.tgzFirst Commands After Install
Run these commands after install to confirm the CLI is present and working:
guard --version
guard --help
guard status
guard validate-policy
guard drift status --format jsonRun these inside a repository when you want working-tree governance output:
guard audit . --staged
guard snapshot .
guard action classify --text "write file README.md"Paid analytics commands:
guard drift timeline
guard drift compare
guard assoc correlateEdition Boundary
| Edition | Formal command promise |
|---|---|
| Community | Core governance CLI + drift status + license lifecycle commands |
| Pro | Community + drift timeline |
| Pro+ | Pro + drift compare + assoc correlate |
| Enterprise | Same current CLI entitlement as Pro+; no extra runtime authority or extra commands promised in this release |
See:
License Activation UX
Guard installs the local license file to:
- Windows:
C:\Users\<user>\.guard\license.json - macOS/Linux:
~/.guard/license.json
Recommended flow:
guard license verify --file downloaded-license.json
guard license install --file downloaded-license.json
guard license status
guard statusGet the signed license JSON from License Hub:
- customer portal download
- resend email from License Hub
Helpful surfaces:
guard license statusshows current state, install path, edition, and next stepguard license showreturns the structured local inspection resultguard statusincludes the repo policy, drift summary, and local license guidance
Help
guard --helplists the formal CLI surfaceguard license showprints structured local license inspection- MindForge Guard homepage
- Issue tracker
