@msn-control/liftoff 0.10.1 → 0.10.2
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/artifact-lifecycle.d.ts +18 -1
- package/dist/artifact-lifecycle.js +34 -3
- package/dist/artifact-lifecycle.js.map +1 -1
- package/dist/commands.js +100 -8
- package/dist/commands.js.map +1 -1
- package/dist/file-system.js +64 -31
- package/dist/file-system.js.map +1 -1
- package/dist/power-apps-templates.js +1 -1
- package/dist/power-apps-templates.js.map +1 -1
- package/dist/reconcile.d.ts +1 -1
- package/dist/reconcile.js +42 -0
- package/dist/reconcile.js.map +1 -1
- package/dist/repository-governance.d.ts +0 -4
- package/dist/repository-governance.js +14 -53
- package/dist/repository-governance.js.map +1 -1
- package/dist/templates.js +2 -2
- package/dist/templates.js.map +1 -1
- package/docs/cli-reference.md +7 -7
- package/docs/configuration-and-manifests.md +3 -2
- package/docs/existing-repositories.md +2 -2
- package/docs/project-structure.md +4 -6
- package/docs/repository-governance.md +9 -7
- package/docs/safety-and-consent.md +6 -5
- package/docs/troubleshooting.md +3 -2
- package/docs/workloads.md +2 -2
- package/package.json +1 -1
|
@@ -98,11 +98,12 @@ are committed only after the other mutations succeed.
|
|
|
98
98
|
|
|
99
99
|
Managed update may install manifest v7, policy v6, activation-contract v1,
|
|
100
100
|
phase graph, compatibility metadata, credential-policy schema, setup
|
|
101
|
-
integrations, and
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
101
|
+
integrations, and forced removal of exact retired generated setup-alias entries
|
|
102
|
+
from older manifests. It preserves user-owned activation state, approvals,
|
|
103
|
+
immutable evidence, credential policies, active OpenSpec changes, and bootstrap
|
|
104
|
+
retention/disposal records. If the current activation identity is future,
|
|
105
|
+
unsupported, or graph-incompatible, update and setup block with a remedy instead
|
|
106
|
+
of downgrading or rewriting state.
|
|
106
107
|
|
|
107
108
|
If automatic rollback itself cannot safely restore a path because another
|
|
108
109
|
process changed it, Liftoff reports the incomplete rollback rather than
|
package/docs/troubleshooting.md
CHANGED
|
@@ -193,8 +193,9 @@ completes, syncs, and archives the generated bootstrap seed with local baseline
|
|
|
193
193
|
checks, then stops at explicit authority gates for commit/push, credentials,
|
|
194
194
|
billed infrastructure or exceptions, final enforcement, destructive cleanup, or
|
|
195
195
|
external blockers. Rerun `/liftoff-setup` to resume; verified phases are not
|
|
196
|
-
repeated.
|
|
197
|
-
|
|
196
|
+
repeated. Older generated setup aliases are retired; after review,
|
|
197
|
+
`liftoff update --force` removes exact modified retired alias entries from older
|
|
198
|
+
manifests.
|
|
198
199
|
|
|
199
200
|
Missing licenses, runner-provisioning authority, a private Staging assignment or
|
|
200
201
|
reachable network path, alert routes, parallel deployment, or sufficient canary
|
package/docs/workloads.md
CHANGED
|
@@ -40,7 +40,7 @@ Automation can select the neutral starting point explicitly with
|
|
|
40
40
|
- Docker Compose and Azure OpenTofu.
|
|
41
41
|
- Optional Vue frontend and pattern-specific Azure Functions workers.
|
|
42
42
|
- Versioned repository-governance policy, workload context, guide, and
|
|
43
|
-
selected-agent
|
|
43
|
+
selected-agent `/liftoff-setup` integration unless `none` is selected.
|
|
44
44
|
|
|
45
45
|
### Deferred actions
|
|
46
46
|
|
|
@@ -107,7 +107,7 @@ environment, API frontend, Docker, or OpenTofu selection.
|
|
|
107
107
|
- `liftoff.config.json`, manifest-v7 `liftoff.manifest.json`, starter provenance,
|
|
108
108
|
and third-party attribution.
|
|
109
109
|
- Official OpenSpec or Spec Kit output and every selected agent marker.
|
|
110
|
-
- The common local governance policy and selected-agent
|
|
110
|
+
- The common local governance policy and selected-agent `/liftoff-setup` integration, with backend,
|
|
111
111
|
container, OpenTofu, custom deployment, and API DAST controls marked
|
|
112
112
|
inapplicable.
|
|
113
113
|
|