@intentius/behold 0.10.0 → 0.11.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/dist/cli.js +303 -58
- package/example-argo-estate/app-a/package.json +2 -2
- package/example-argo-estate/app-b/package.json +2 -2
- package/example-argo-estate/control-plane/package.json +2 -2
- package/example-argo-estate/package-lock.json +139 -596
- package/example-carve/README.md +7 -5
- package/example-carve/app/package-lock.json +117 -574
- package/example-carve/app/package.json +2 -2
- package/example-flux-estate/app-a/package.json +2 -2
- package/example-flux-estate/app-b/package.json +2 -2
- package/example-flux-estate/control-plane/package.json +2 -2
- package/example-flux-estate/package-lock.json +139 -596
- package/example-k8s/package-lock.json +151 -608
- package/example-writes/package-lock.json +142 -599
- package/package.json +3 -3
- package/web/app.js +68 -55
- package/web/carve-steps.js +53 -2
- package/web/carve-steps.test.js +31 -0
- package/web/layout-store.js +4 -4
package/example-carve/README.md
CHANGED
|
@@ -180,11 +180,13 @@ it the carved bucket is simply gone from Terraform's world — `0 to destroy`.
|
|
|
180
180
|
The line the tier exists for is "Terraform forgot it, chant adopted it, and it
|
|
181
181
|
never blinked."
|
|
182
182
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
physical-identity read path
|
|
183
|
+
The observe beat is footage now, not caption: after Emit, "▶ watch chant read
|
|
184
|
+
it live" runs `chant lifecycle diff prod --live` in the carveout with the
|
|
185
|
+
endpoint pointed at the scratch Floci, and the bucket reads OBSERVED —
|
|
186
|
+
`EXTERNAL`, ownership `foreign` — while Terraform still owns it. That is
|
|
187
|
+
chant#1647's physical-identity read path (chant ≥ 0.44.12): stack-absent no
|
|
188
|
+
longer means confirmed-absent when the declared `BucketName` names the
|
|
189
|
+
resource precisely.
|
|
188
190
|
|
|
189
191
|
The live tier needs `docker` and `terraform` on PATH, boots its own throwaway
|
|
190
192
|
Floci and deletes it after, and never touches an existing `floci*` container.
|