@pieai/pro-gov 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,7 +47,7 @@ pro-gov portfolio check --config /path/to/portfolio.json
47
47
  pro-gov portfolio plan --config /path/to/portfolio.json --target web-app --json
48
48
  pro-gov portfolio assets-check --config /path/to/portfolio.json --json
49
49
  pro-gov portfolio doctor --config /path/to/portfolio.json --json
50
- pro-gov portfolio ai-health --config /path/to/portfolio.json --out audits/portfolio-ai-health/2026-07-12
50
+ pro-gov portfolio ai-health --config /path/to/portfolio.json --target all --out audits/portfolio-ai-health/2026-07-12
51
51
  pro-gov lens inspect --target .
52
52
  pro-gov lens report --target . --out .pro-gov/lens-report.md
53
53
  pro-gov init --profile engineering-runtime --dry-run
@@ -68,7 +68,7 @@ What these commands do:
68
68
  | `portfolio plan` | Builds dry-run asset plans for manifest targets, using packaged public assets unless a full checkout is supplied. | No |
69
69
  | `portfolio assets-check` | Checks the integrity of each target's current managed asset lock and symlinks. | No |
70
70
  | `portfolio doctor` | Runs the offline fleet gate: package, target CLI, bundle, asset, symlink, Git-state evidence, and optional host-tooling checks. | No |
71
- | `portfolio ai-health` | Writes a privacy-preserving HTML/JSON map of entry, MCP-name, skill, Git, and secret-location health across the registered portfolio. | Only the explicit output |
71
+ | `portfolio ai-health` | Writes a privacy-preserving HTML/JSON map of entry, user/project AI Host SSOT, exact technology-version, four verification-gate, redundancy/cache, MCP-name, skill, Git, and secret-location health. `--target <id>` refreshes one target and merges it into the same-portfolio board; `--target all` creates complete coverage. | Only the explicit output |
72
72
  | `lens inspect` | Produces ProjectLens-style local evidence. | No |
73
73
  | `lens report` | Writes the requested report file. | Only the explicit output |
74
74
  | `init --dry-run` | Shows starter/profile files that would be needed. | No |