@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.
@@ -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 compatibility aliases. It preserves user-owned activation
102
- state, approvals, immutable evidence, credential policies, active OpenSpec
103
- changes, and bootstrap retention/disposal records. If the current activation
104
- identity is future, unsupported, or graph-incompatible, update and setup block
105
- with a remedy instead of downgrading or rewriting state.
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
@@ -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. `/liftoff-repository-governance` is only a compatibility alias for the
197
- same engine and state.
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 launcher unless `none` is selected.
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 launcher, with backend,
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msn-control/liftoff",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "Interactive CLI for governed GenAI, API, and Power Apps code app projects.",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",