@tiangong-lca/cli 0.1.12 → 0.1.13
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,9 +31,9 @@ checkPaths:
|
|
|
31
31
|
- test/auth-identity*.test.ts
|
|
32
32
|
- test/public-auth-identity-receipt.test.ts
|
|
33
33
|
- test/lca-release*.test.ts
|
|
34
|
-
lastReviewedAt: 2026-09-
|
|
35
|
-
lastReviewedCommit:
|
|
36
|
-
lastReviewedNote: 'Reviewed for CLI #
|
|
34
|
+
lastReviewedAt: 2026-09-09
|
|
35
|
+
lastReviewedCommit: b32376e57253d106eaa5064b0740ac248156f936
|
|
36
|
+
lastReviewedNote: 'Reviewed for CLI #302: version-only 0.1.13 publishes the qualified POSIX bootstrap mode correction from merged main b32376e. Only package identity, four version fixtures and review metadata advance; the frozen graph and runtime/release safeguards remain unchanged.'
|
|
37
37
|
---
|
|
38
38
|
|
|
39
39
|
CLI 0.1.10 is the designated C1 release for `tiangong-lca runtime describe --json` and the explicit `@tiangong-lca/cli/runtime` API for package, asset and Node content inspection. Runtime inspection loads no project `.env`, performs no authentication and downloads nothing. See [the runtime distribution contract](docs/agents/runtime-distribution-contract.md) for exact fields and trust boundaries; verify public availability and provenance before treating the candidate version as released.
|