@pieai/pro-gov 0.9.9 → 0.9.11
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/assets/host-dashboard/app.css +1 -1
- package/assets/host-dashboard/app.js +315 -11
- package/assets/portfolio-dashboard/app.css +1 -1
- package/assets/portfolio-dashboard/app.js +315 -11
- package/cli-guide.md +3 -1
- package/dist/cli.js +3660 -2563
- package/package.json +3 -3
package/cli-guide.md
CHANGED
|
@@ -109,7 +109,9 @@ relative symlinks. On Windows directory links use junctions and file links are
|
|
|
109
109
|
best-effort because they may require Developer Mode or elevated permission.
|
|
110
110
|
`check` is read-only and fails when generated files are stale, a source is not
|
|
111
111
|
represented, or an asset has no topic. The catalog never moves canonical assets
|
|
112
|
-
and does not change installation plans.
|
|
112
|
+
and does not change installation plans. For an unavailable external workspace
|
|
113
|
+
source, `check` validates the registry/config metadata against the committed
|
|
114
|
+
catalog snapshot; `build` still requires the real workspace source.
|
|
113
115
|
|
|
114
116
|
`portfolio ai-health` performs a read-only structural inventory of the control
|
|
115
117
|
plane, execution engine, registered targets, user/project AI-host configuration,
|