@pieai/pro-gov 0.6.0 → 0.7.1
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 +2 -2
- package/assets/portfolio-dashboard/app.js +3 -3
- package/cli-guide.md +13 -9
- package/dist/cli.js +562 -163
- package/package.json +2 -2
package/cli-guide.md
CHANGED
|
@@ -20,7 +20,7 @@ pro-gov portfolio check --config /path/to/portfolio.json
|
|
|
20
20
|
pro-gov portfolio plan --config /path/to/portfolio.json --target web-app --json
|
|
21
21
|
pro-gov portfolio assets-check --config /path/to/portfolio.json --json
|
|
22
22
|
pro-gov portfolio doctor --config /path/to/portfolio.json --json
|
|
23
|
-
pro-gov portfolio ai-health --config /path/to/portfolio.json --out audits/portfolio-ai-health/2026-07-12
|
|
23
|
+
pro-gov portfolio ai-health --config /path/to/portfolio.json --target all --out audits/portfolio-ai-health/2026-07-12
|
|
24
24
|
pro-gov learn recall --query "release downstream sync" --target .
|
|
25
25
|
pro-gov learn capture --title "Reusable learning" --summary "Reusable lesson..." --target .
|
|
26
26
|
pro-gov lens inspect --target .
|
|
@@ -72,7 +72,7 @@ pro-gov portfolio check --config /path/to/control-repo/.pro-gov/portfolio.json -
|
|
|
72
72
|
pro-gov portfolio plan --config /path/to/control-repo/.pro-gov/portfolio.json --target web-app --json
|
|
73
73
|
pro-gov portfolio assets-check --config /path/to/control-repo/.pro-gov/portfolio.json --json
|
|
74
74
|
pro-gov portfolio doctor --config /path/to/control-repo/.pro-gov/portfolio.json --json
|
|
75
|
-
pro-gov portfolio ai-health --config /path/to/control-repo/.pro-gov/portfolio.json --out audits/portfolio-ai-health/2026-07-12
|
|
75
|
+
pro-gov portfolio ai-health --config /path/to/control-repo/.pro-gov/portfolio.json --target all --out audits/portfolio-ai-health/2026-07-12
|
|
76
76
|
pro-gov assets plan --bundle base-governance --target . --out .pro-gov/asset-plan.json
|
|
77
77
|
pro-gov assets plan --bundle project-lens --target /path/to/project --host codex --placement manual --out /tmp/project-lens-plan.json
|
|
78
78
|
pro-gov assets apply --plan .pro-gov/asset-plan.json
|
|
@@ -93,13 +93,17 @@ target.
|
|
|
93
93
|
|
|
94
94
|
`portfolio ai-health` performs a read-only structural inventory of the control
|
|
95
95
|
plane, execution engine, registered targets, user/project AI-host configuration,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
96
|
+
exact technology-version policy, the four verification-gate scripts, bounded
|
|
97
|
+
legacy-directory/Playwright-cache evidence, and machine-level specialist checks
|
|
98
|
+
explicitly declared in the private manifest (currently DevSpace). It then writes
|
|
99
|
+
a fixed local HTML dashboard plus JSON evidence to the explicit `--out`
|
|
100
|
+
directory. `--target <id>` refreshes one target and merges it into the existing
|
|
101
|
+
same-portfolio board; `--target all` creates complete coverage. Specialist
|
|
102
|
+
checks retain derived health states only; credentials, URLs, and raw process
|
|
103
|
+
environments are never written. The inventory records MCP server names and
|
|
104
|
+
environment filenames, but never reads or emits secret values, environment
|
|
105
|
+
values, MCP commands, arguments, or MCP environment maps. Redundancy evidence is
|
|
106
|
+
read-only and never deletes caches or legacy directories.
|
|
103
107
|
|
|
104
108
|
Portfolio manifests are external configuration files owned by a user or
|
|
105
109
|
organization. PGS provides the format and commands; it does not publish a real
|