mustflow 2.116.4 → 2.117.1
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/package.json +1 -1
- package/templates/default/i18n.toml +152 -8
- package/templates/default/locales/en/.mustflow/skills/INDEX.md +131 -13
- package/templates/default/locales/en/.mustflow/skills/agent-eval-integrity-review/SKILL.md +62 -34
- package/templates/default/locales/en/.mustflow/skills/agent-execution-control-review/SKILL.md +102 -31
- package/templates/default/locales/en/.mustflow/skills/agent-memory-context-governance-review/SKILL.md +163 -0
- package/templates/default/locales/en/.mustflow/skills/agent-planning-recovery-review/SKILL.md +180 -0
- package/templates/default/locales/en/.mustflow/skills/agent-release-bundle-rollout-review/SKILL.md +181 -0
- package/templates/default/locales/en/.mustflow/skills/agent-runtime-isolation-review/SKILL.md +196 -0
- package/templates/default/locales/en/.mustflow/skills/agent-runtime-multi-worker-review/SKILL.md +180 -0
- package/templates/default/locales/en/.mustflow/skills/automation-investment-case-review/SKILL.md +173 -0
- package/templates/default/locales/en/.mustflow/skills/client-platform-strategy-review/SKILL.md +236 -0
- package/templates/default/locales/en/.mustflow/skills/connection-lifecycle-integrity-review/SKILL.md +302 -0
- package/templates/default/locales/en/.mustflow/skills/connection-lifecycle-integrity-review/references/connection-fault-injection-resource-lifetime-validation.md +277 -0
- package/templates/default/locales/en/.mustflow/skills/connection-lifecycle-integrity-review/references/node-stream-transport-lifecycle-checklist.md +381 -0
- package/templates/default/locales/en/.mustflow/skills/credit-ledger-integrity-review/SKILL.md +8 -4
- package/templates/default/locales/en/.mustflow/skills/credit-monetization-integrity-review/SKILL.md +283 -0
- package/templates/default/locales/en/.mustflow/skills/desktop-commercial-distribution-review/SKILL.md +225 -0
- package/templates/default/locales/en/.mustflow/skills/external-prompt-injection-defense/SKILL.md +49 -3
- package/templates/default/locales/en/.mustflow/skills/freemium-ad-monetization-review/SKILL.md +196 -0
- package/templates/default/locales/en/.mustflow/skills/game-economy-monetization-review/SKILL.md +208 -0
- package/templates/default/locales/en/.mustflow/skills/game-liveops-commerce-integrity-review/SKILL.md +237 -0
- package/templates/default/locales/en/.mustflow/skills/growth-distribution-integrity-review/SKILL.md +247 -0
- package/templates/default/locales/en/.mustflow/skills/idempotency-integrity-review/SKILL.md +20 -2
- package/templates/default/locales/en/.mustflow/skills/llm-model-routing-integrity-review/SKILL.md +183 -0
- package/templates/default/locales/en/.mustflow/skills/llm-product-monetization-review/SKILL.md +311 -0
- package/templates/default/locales/en/.mustflow/skills/llm-token-cost-control-review/SKILL.md +15 -1
- package/templates/default/locales/en/.mustflow/skills/localization-market-expansion-review/SKILL.md +224 -0
- package/templates/default/locales/en/.mustflow/skills/memory-lifetime-review/SKILL.md +94 -2
- package/templates/default/locales/en/.mustflow/skills/memory-lifetime-review/references/cross-runtime-memory-stream-reproduction-harness.md +289 -0
- package/templates/default/locales/en/.mustflow/skills/memory-lifetime-review/references/node-memory-resource-backpressure-diagnostics.md +369 -0
- package/templates/default/locales/en/.mustflow/skills/multi-agent-work-coordination/SKILL.md +7 -2
- package/templates/default/locales/en/.mustflow/skills/pricing-model-integrity-review/SKILL.md +288 -0
- package/templates/default/locales/en/.mustflow/skills/product-engagement-retention-review/SKILL.md +234 -0
- package/templates/default/locales/en/.mustflow/skills/product-onboarding-activation-review/SKILL.md +269 -0
- package/templates/default/locales/en/.mustflow/skills/product-portfolio-integrity-review/SKILL.md +233 -0
- package/templates/default/locales/en/.mustflow/skills/prompt-contract-quality-review/SKILL.md +1 -0
- package/templates/default/locales/en/.mustflow/skills/referral-incentive-integrity-review/SKILL.md +206 -0
- package/templates/default/locales/en/.mustflow/skills/retry-policy-integrity-review/SKILL.md +45 -2
- package/templates/default/locales/en/.mustflow/skills/routes.toml +346 -7
- package/templates/default/locales/en/.mustflow/skills/service-portfolio-capital-allocation-review/SKILL.md +245 -0
- package/templates/default/locales/en/.mustflow/skills/subscription-retention-profit-review/SKILL.md +217 -0
- package/templates/default/manifest.toml +97 -1
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
---
|
|
2
|
+
mustflow_doc: skill.agent-memory-context-governance-review
|
|
3
|
+
locale: en
|
|
4
|
+
canonical: true
|
|
5
|
+
revision: 1
|
|
6
|
+
lifecycle: mustflow-owned
|
|
7
|
+
authority: procedure
|
|
8
|
+
name: agent-memory-context-governance-review
|
|
9
|
+
description: Apply this skill when LLM agents or assistants create, consolidate, retrieve, inject, update, expire, supersede, export, or delete persistent user memory, project memory, conversation history, summaries, structured task state, or long-context evidence and the risk is stale authority, semantic drift, privacy leakage, prompt injection, cross-scope contamination, deletion failure, or memory-quality theater rather than ordinary object-memory lifetime.
|
|
10
|
+
metadata:
|
|
11
|
+
mustflow_schema: "1"
|
|
12
|
+
mustflow_kind: procedure
|
|
13
|
+
pack_id: mustflow.core
|
|
14
|
+
skill_id: mustflow.core.agent-memory-context-governance-review
|
|
15
|
+
command_intents:
|
|
16
|
+
- changes_status
|
|
17
|
+
- changes_diff_summary
|
|
18
|
+
- lint
|
|
19
|
+
- build
|
|
20
|
+
- test_related
|
|
21
|
+
- test
|
|
22
|
+
- docs_validate_fast
|
|
23
|
+
- test_release
|
|
24
|
+
- mustflow_check
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# Agent Memory and Context Governance Review
|
|
28
|
+
|
|
29
|
+
<!-- mustflow-section: purpose -->
|
|
30
|
+
## Purpose
|
|
31
|
+
|
|
32
|
+
Review persistent agent memory and long-task context as a scoped, versioned, revocable control plane rather than a bag of similar text. Current user instructions and authoritative systems remain the source of truth; memories, summaries, embeddings, and structured task state are derived inputs that must prove scope, provenance, freshness, access, and deletion before they can influence a response or tool decision.
|
|
33
|
+
|
|
34
|
+
<!-- mustflow-section: use-when -->
|
|
35
|
+
## Use When
|
|
36
|
+
|
|
37
|
+
- An LLM agent or assistant stores or retrieves user preferences, project decisions, personal facts, conversation facts, task history, tool results, summaries, embeddings, graph memories, episodic memories, or semantic memories across turns or sessions.
|
|
38
|
+
- A change adds or edits memory extraction, consolidation, deduplication, conflict resolution, versioning, supersession, dormancy, expiry, retention, deletion, export, or user memory controls.
|
|
39
|
+
- Long conversation or task history is assembled from fixed instructions, recent raw messages, structured current state, retrieved prior evidence, summaries, or a full-context fallback.
|
|
40
|
+
- Memory retrieval uses semantic similarity, keyword search, time, project, tenant, user, domain, dependency, provenance, or access-control filters.
|
|
41
|
+
- A memory can affect prompt authority, tool selection, tool arguments, personalization, recommendations, policy decisions, or external actions.
|
|
42
|
+
- Memory quality, stale-memory use, cross-scope leakage, current-instruction override, deletion completeness, token cost, latency, or personalization benefit is evaluated or reported.
|
|
43
|
+
|
|
44
|
+
<!-- mustflow-section: do-not-use-when -->
|
|
45
|
+
## Do Not Use When
|
|
46
|
+
|
|
47
|
+
- The main risk is retained objects, listeners, timers, workers, handles, queues, caches, or process memory leaks; use `memory-lifetime-review`.
|
|
48
|
+
- The task only assembles one non-persistent prompt or RAG context and no durable user or task memory is created; use `prompt-contract-quality-review`, `llm-token-cost-control-review`, or `rag-pipeline-triage` as appropriate.
|
|
49
|
+
- The task only retrieves product or document knowledge from a search index; use `search-index-integrity-review`, `vector-search-integrity-review`, or `rag-pipeline-triage` unless retrieved personal or project memory changes the authority boundary.
|
|
50
|
+
- The main risk is runtime agent planning, approval, tool execution, side effects, interrupt, or resume; use `agent-execution-control-review` and keep this skill as an adjunct only for the persistent memory boundary.
|
|
51
|
+
- The task only records a bounded coding-task handoff or compacted restart point; use `restricted-handoff-resume`.
|
|
52
|
+
- The task is generic privacy, retention, access control, or deletion with no LLM memory or context admission; use the narrower privacy, security, data-lifecycle, or deletion skill.
|
|
53
|
+
|
|
54
|
+
<!-- mustflow-section: required-inputs -->
|
|
55
|
+
## Required Inputs
|
|
56
|
+
|
|
57
|
+
- Memory-class ledger: explicit user fact, explicit preference, project decision, inferred preference candidate, session task state, tool observation, evidence cache, summary, embedding, graph edge, or another declared class; owner and intended use for each class.
|
|
58
|
+
- Authority ledger: current user instruction, system or developer policy, repository or project contract, live database or tool state, persisted memory, derived summary, model inference, and how conflicts are resolved without letting a lower-authority memory become a command.
|
|
59
|
+
- Record ledger: subject, type, value, scope, source reference, observed and recorded time, valid-from and valid-to bounds, confidence, sensitivity, lifecycle status, superseded record, review time, schema version, and fields intentionally omitted.
|
|
60
|
+
- Lifecycle ledger: observed, candidate, confirmed, dormant, superseded, deleted, or repository-equivalent states; transitions, owners, activation evidence, expiry, revalidation, and terminal deletion behavior.
|
|
61
|
+
- Context-assembly ledger: fixed contract, recent raw context, structured current state, retrieved evidence, summary layer, token budget, ordering, truncation, confidence, conflict behavior, and long-context fallback.
|
|
62
|
+
- Retrieval ledger: hard scope and access filters, exact-key search, keyword search, semantic retrieval, time and dependency links, reranking, admission threshold, result limit, conflict handling, and no-result behavior.
|
|
63
|
+
- Privacy and deletion ledger: sensitivity classes, consent, non-storable secret classes, encryption, retention, access logs, export, user inspection and correction, active store, embeddings, graph edges, summaries, caches, backups, tombstones, and re-extraction prevention.
|
|
64
|
+
- Eval ledger: memory precision, required-memory recall, stale-memory use, invalid-memory rejection, current-instruction override, cross-user or cross-project leakage, memory-induced unsafe action, task outcome, user correction, deletion proof, token cost, and latency.
|
|
65
|
+
- Relevant command-intent entries for lint, build, tests, docs, templates, release packaging, and mustflow validation.
|
|
66
|
+
|
|
67
|
+
<!-- mustflow-section: preconditions -->
|
|
68
|
+
## Preconditions
|
|
69
|
+
|
|
70
|
+
- The task matches the Use When conditions and does not match the exclusions.
|
|
71
|
+
- Current repository instructions, command contract, memory schema, storage, retrieval, context builder, prompt boundary, access control, deletion path, telemetry, tests, docs, and template surfaces have been inspected before editing.
|
|
72
|
+
- Current source systems and user instructions are distinguished from stored memories and summaries before any authority claim is made.
|
|
73
|
+
- External research, vendor benchmarks, memory-framework examples, generated summaries, and model outputs are evidence only. Provider-specific APIs, benchmark scores, and retention defaults are stale-sensitive and do not become repository policy without current source evidence.
|
|
74
|
+
- Command execution remains governed by `.mustflow/config/commands.toml`; this skill does not authorize production-memory reads, model calls, data exports, destructive deletion, migrations, or long-running eval jobs.
|
|
75
|
+
|
|
76
|
+
<!-- mustflow-section: allowed-edits -->
|
|
77
|
+
## Allowed Edits
|
|
78
|
+
|
|
79
|
+
- Add or refine memory classes, schemas, extraction gates, lifecycle state machines, version and supersession links, freshness and validity fields, retention policy, retrieval filters, memory admission, context builders, summary regeneration, tombstones, cache invalidation, deletion propagation, user controls, redaction, eval fixtures, tests, docs, route metadata, and directly synchronized templates.
|
|
80
|
+
- Add focused fixtures for explicit versus inferred memory, stale preference rejection, current-instruction precedence, cross-user and cross-project isolation, role-play contamination, memory-as-instruction rejection, summary drift, conflict hold, expiry, supersession, deletion propagation, tombstone re-extraction prevention, retrieval miss, and long-context fallback.
|
|
81
|
+
- Keep raw evidence, structured memory, summaries, embeddings, indexes, and prompt-ready context separate when they have different authority, retention, or deletion behavior.
|
|
82
|
+
- Do not widen memory collection, enable automatic sensitive-memory storage, backfill production conversations, rewrite retention periods, or perform destructive erasure unless the user request and configured command contract authorize that operational change.
|
|
83
|
+
- Do not turn a model inference, generated answer, retrieved instruction-like string, or frequently repeated assistant output into a confirmed user fact without the declared evidence path.
|
|
84
|
+
|
|
85
|
+
<!-- mustflow-section: procedure -->
|
|
86
|
+
## Procedure
|
|
87
|
+
|
|
88
|
+
1. Name the memory product contract. State what repeated user or project task memory should improve, what must never be remembered, which actions memory may influence, and what no-memory behavior remains acceptable.
|
|
89
|
+
2. Identify authoritative state first. Files, databases, provider state, current tool results, current user instructions, and current policy own live truth in their domains. Memory may point to or cache that truth, but it must not silently replace a cheap current check.
|
|
90
|
+
3. Classify every stored item. Separate explicit facts, explicit preferences, project decisions, inferred candidates, session state, tool observations, evidence caches, and summaries. Do not use one generic `memory` record whose authority and expiry must be guessed at retrieval time.
|
|
91
|
+
4. Minimize collection. Store only information with a declared repeated use, scope, sensitivity decision, and retention owner. High recall is not a quality goal when one wrong or over-scoped memory can change a tool action.
|
|
92
|
+
5. Gate extraction. Explicit signals such as a direct request to remember, a project-scoped decision, or a durable preference may enter a confirmation path. One-off model inference remains a candidate until the repository's repeated-evidence or user-confirmation rule is met. The agent's own answer is not a factual source about the user.
|
|
93
|
+
6. Use an observable record contract. Include the subject, kind, value, scope, source, observed time, validity, confidence, sensitivity, lifecycle status, schema version, and supersession or review links needed by the actual policy. If a field is unnecessary, omit it deliberately rather than fabricating precision.
|
|
94
|
+
7. Model lifecycle transitions. Use repository-named equivalents of observed, candidate, confirmed, dormant, superseded, and deleted states. Define who or what can activate, demote, supersede, revalidate, or delete a record and ensure every state has a bounded next action or terminal state.
|
|
95
|
+
8. Version rather than overwrite. Close the old validity interval and link the new record as its successor when a fact, preference, or decision changes. Preserve enough provenance to explain the active value without injecting the whole history into prompts.
|
|
96
|
+
9. Resolve conflicts by authority dimension. Current explicit user instruction outranks older user memory for the current action. Current authoritative system state outranks conversational copies. Explicit statements outrank unconfirmed inference within the same scope. When conflict remains unresolved, exclude the memory and request or perform revalidation rather than inventing a compromise.
|
|
97
|
+
10. Declare expiry and dormancy by class. Session state, temporary facts, inferred candidates, explicit preferences, project decisions, and sensitive consented records need different retention and review policies. Do not copy universal day counts from another product; choose bounds from actual user expectation, legal and privacy policy, change rate, and revalidation cost.
|
|
98
|
+
11. Default persistent storage to low-sensitivity, work-relevant classes. Identity, health, finance, legal matters, relationships, exact location, and third-party data require class-specific consent and controls. Passwords, authentication codes, session cookies, API keys, private keys, recovery codes, and payment security codes are non-storable long-term secrets even when they appear in a conversation.
|
|
99
|
+
12. Assemble context in layers. Keep stable instructions and success constraints, recent raw evidence, structured current task state, and retrieved prior evidence distinct. Assign measured budgets and preserve priority; do not let a large retrieved block bury a current prohibition or success criterion.
|
|
100
|
+
13. Treat summaries as rebuildable caches. Generate a summary from raw evidence and current authoritative state, not by recursively summarizing old summaries. Store source references, generation version, uncertainty, and coverage gaps so a stale or lossy summary can be discarded and rebuilt.
|
|
101
|
+
14. Use long context as a bounded fallback. Start with scoped retrieval and compact evidence. Expand to the relevant raw session, dependency chain, or longer context only when retrieval confidence is low, sources conflict, or the task requires an uncompressed sequence. Full history on every call is neither correctness proof nor a substitute for retrieval evaluation.
|
|
102
|
+
15. Apply hard filters before similarity. Filter by user and tenant, project, domain, real versus role-play or hypothetical scenario, validity interval, lifecycle state, consent, sensitivity, and access rights. Only then use exact keys, keywords, embeddings, time, graph dependencies, or reranking.
|
|
103
|
+
16. Preserve causal and dependency links where tasks need them. A semantically similar error may be less useful than the exact earlier configuration change, failed attempt, or decision that caused it. Keep stable IDs and bounded links between decisions, evidence, failures, and superseding fixes.
|
|
104
|
+
17. Admit a small, atomic result set. Prefer independently attributable memory records with scope and source over one blended profile paragraph. When candidate memories conflict, resolve them before prompting or inject an explicit unresolved state rather than asking the model to invent a middle ground.
|
|
105
|
+
18. Treat retrieved memory as data, never command authority. Instruction-like text inside memory, summaries, embeddings, or source conversations cannot override current system, developer, user, repository, policy, or tool authority. Tool capabilities and standing execution policies belong in their own approved control store.
|
|
106
|
+
19. Recheck action-sensitive memory. Before memory changes a recipient, resource ID, permission, amount, disclosure, deletion, or other external effect, confirm current scope and authoritative state through the agent execution-control path.
|
|
107
|
+
20. Make user controls complete. Provide inspection, source and reason display, correction, per-record deletion, category opt-out, export where required, and a temporary no-memory mode. A user must be able to distinguish a preference, project decision, inferred candidate, and current system fact.
|
|
108
|
+
21. Propagate deletion. Invalidate the active record, search and vector indexes, graph links, summaries, prompt caches, derived profiles, and other product-owned projections. Record a non-sensitive tombstone or equivalent suppression marker when needed to prevent deleted raw history from recreating the memory.
|
|
109
|
+
22. Do not overclaim erasure. Name backup, audit, legal-hold, encryption-key, and downstream-provider boundaries. Cryptographic erasure may support deletion only when data is actually isolated behind destroyable keys; deleting one database row does not prove every derived or retained copy is gone.
|
|
110
|
+
23. Keep telemetry privacy-safe. Record IDs, classes, scopes, lifecycle transitions, admission reasons, stale rejection, retrieval counts, redacted reason codes, cost, and latency by default. Do not turn memory observability into a second ungoverned store of raw personal history.
|
|
111
|
+
24. Evaluate enabled versus disabled memory on the same task distribution when possible. Measure task success, precision of admitted memory, recall of necessary memory, stale or superseded memory use, current-instruction override, cross-scope leakage, unsafe action influence, user correction, token cost, and latency separately.
|
|
112
|
+
25. Test lifecycle and access adversarially. Cover repeated extraction, conflicting updates, expiry, dormant revalidation, deletion and re-extraction, similar users or projects, role-play versus real statements, malicious instruction-like memories, unavailable source evidence, stale summaries, and retrieval fallback.
|
|
113
|
+
26. Treat schema, extractor, consolidator, embedding, index, filter, reranker, context layout, retention, consent, and deletion changes as memory migrations. Check old records, in-flight sessions, cached prompts, stale embeddings, and user-visible controls before claiming the new policy is active.
|
|
114
|
+
27. Verify with the narrowest configured tests, fixtures, docs validation, release checks, and mustflow validation that cover the changed memory and context contract.
|
|
115
|
+
|
|
116
|
+
<!-- mustflow-section: postconditions -->
|
|
117
|
+
## Postconditions
|
|
118
|
+
|
|
119
|
+
- Persistent memory classes, authority, lifecycle, record schema, retention, retrieval, context admission, privacy, deletion, and eval boundaries are explicit where they affect behavior.
|
|
120
|
+
- Current user instructions and authoritative systems remain higher-authority than memory, summaries, embeddings, cached state, and model inference.
|
|
121
|
+
- Retrieved memories are scope- and access-filtered, freshness-aware, provenance-bearing data rather than hidden instructions or standing tool authority.
|
|
122
|
+
- Summary, index, embedding, cache, tombstone, backup, and downstream deletion boundaries are named without claiming broader erasure than evidence proves.
|
|
123
|
+
- Final reports distinguish measured task improvement from retrieval recall, benchmark claims, static governance hardening, and unverified production-memory behavior.
|
|
124
|
+
|
|
125
|
+
<!-- mustflow-section: verification -->
|
|
126
|
+
## Verification
|
|
127
|
+
|
|
128
|
+
Use configured oneshot command intents when available:
|
|
129
|
+
|
|
130
|
+
- `changes_status`
|
|
131
|
+
- `changes_diff_summary`
|
|
132
|
+
- `lint`
|
|
133
|
+
- `build`
|
|
134
|
+
- `test_related`
|
|
135
|
+
- `test`
|
|
136
|
+
- `docs_validate_fast`
|
|
137
|
+
- `test_release`
|
|
138
|
+
- `mustflow_check`
|
|
139
|
+
|
|
140
|
+
Use the narrowest configured fixture, schema, isolation, retention, deletion, prompt, context, docs, package, or release check that proves the changed memory-governance contract. Report production retention, provider deletion, long-context, or personalization evidence that cannot be established locally.
|
|
141
|
+
|
|
142
|
+
<!-- mustflow-section: failure-handling -->
|
|
143
|
+
## Failure Handling
|
|
144
|
+
|
|
145
|
+
- If memory class, scope, source, or authority is unknown, keep the item out of persistent memory and action-sensitive context until classified.
|
|
146
|
+
- If current state and memory disagree, prefer current authoritative evidence or exclude the memory; do not silently merge incompatible claims.
|
|
147
|
+
- If a retrieved memory contains instructions or would widen a tool action, reject it as authority and route the action through current approval and policy checks.
|
|
148
|
+
- If deletion reaches only the primary record, report partial deletion and enumerate remaining projections, caches, backups, or provider copies instead of claiming completion.
|
|
149
|
+
- If a benchmark shows higher recall but stale-memory use, leakage, current-instruction override, or unsafe action influence is unmeasured, do not claim net memory quality improvement.
|
|
150
|
+
- If a configured command fails, use `failure-triage` before continuing.
|
|
151
|
+
|
|
152
|
+
<!-- mustflow-section: output-format -->
|
|
153
|
+
## Output Format
|
|
154
|
+
|
|
155
|
+
- Agent memory and context-governance surface reviewed
|
|
156
|
+
- Memory classes, authority sources, lifecycle, record schema, and retention decisions
|
|
157
|
+
- Context layers, summary provenance, retrieval filters, admission, conflict, and long-context fallback
|
|
158
|
+
- Privacy, consent, non-storable secrets, user controls, deletion propagation, and telemetry decisions
|
|
159
|
+
- Memory precision, required recall, stale use, instruction override, cross-scope leakage, task outcome, cost, and latency evidence
|
|
160
|
+
- Files changed
|
|
161
|
+
- Command intents run
|
|
162
|
+
- Skipped checks and reasons
|
|
163
|
+
- Remaining memory, context, privacy, deletion, or production-evidence risk
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
---
|
|
2
|
+
mustflow_doc: skill.agent-planning-recovery-review
|
|
3
|
+
locale: en
|
|
4
|
+
canonical: true
|
|
5
|
+
revision: 1
|
|
6
|
+
lifecycle: mustflow-owned
|
|
7
|
+
authority: procedure
|
|
8
|
+
name: agent-planning-recovery-review
|
|
9
|
+
description: Apply this skill when a long-running LLM agent or agentic workflow needs a stable global goal, constraints, milestones, dependency graph, irreversible checkpoints, a short rolling plan, event-triggered replanning, compact context reconstruction, deterministic replay, or safe recovery across interruptions and unknown effects.
|
|
10
|
+
metadata:
|
|
11
|
+
mustflow_schema: "1"
|
|
12
|
+
mustflow_kind: procedure
|
|
13
|
+
pack_id: mustflow.core
|
|
14
|
+
skill_id: mustflow.core.agent-planning-recovery-review
|
|
15
|
+
command_intents:
|
|
16
|
+
- changes_status
|
|
17
|
+
- changes_diff_summary
|
|
18
|
+
- lint
|
|
19
|
+
- build
|
|
20
|
+
- test_related
|
|
21
|
+
- test
|
|
22
|
+
- docs_validate_fast
|
|
23
|
+
- test_release
|
|
24
|
+
- mustflow_check
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# Agent Planning Recovery Review
|
|
28
|
+
|
|
29
|
+
<!-- mustflow-section: purpose -->
|
|
30
|
+
## Purpose
|
|
31
|
+
|
|
32
|
+
Keep long-horizon agent work stable without freezing a detailed plan that becomes wrong or
|
|
33
|
+
replanning every step until the goal drifts. Preserve a fixed global contract and dependency graph,
|
|
34
|
+
execute from a short evidence-bounded plan, and rebuild current state from durable events after
|
|
35
|
+
interruptions.
|
|
36
|
+
|
|
37
|
+
<!-- mustflow-section: use-when -->
|
|
38
|
+
## Use When
|
|
39
|
+
|
|
40
|
+
- An agent task spans many steps, tools, milestones, context windows, process restarts, approvals,
|
|
41
|
+
callbacks, or external effects.
|
|
42
|
+
- The design chooses between up-front plans, rolling plans, replanning triggers, dependency DAGs,
|
|
43
|
+
irreversible checkpoints, prompt compaction, snapshots, event logs, or resume behavior.
|
|
44
|
+
- A restart or context rebuild must distinguish completed, pending, failed, unknown, compensated,
|
|
45
|
+
and superseded work without asking a model to reconstruct truth from prose.
|
|
46
|
+
- A replan must preserve the identity of an already admitted business effect while allowing a new
|
|
47
|
+
execution attempt or plan version.
|
|
48
|
+
|
|
49
|
+
<!-- mustflow-section: do-not-use-when -->
|
|
50
|
+
## Do Not Use When
|
|
51
|
+
|
|
52
|
+
- The main problem is deterministic service orchestration, timers, callbacks, saga state, or
|
|
53
|
+
compensation with no LLM planning; use `durable-workflow-orchestration`.
|
|
54
|
+
- The main problem is generic run, attempt, checkpoint, effect, receipt, or replay truth; use
|
|
55
|
+
`execution-ledger-integrity-review`.
|
|
56
|
+
- The main problem is tool authority, approval, capability, or side-effect risk inside one plan; use
|
|
57
|
+
`agent-execution-control-review`.
|
|
58
|
+
- The main problem is persistent user memory or context admission; use
|
|
59
|
+
`agent-memory-context-governance-review`.
|
|
60
|
+
|
|
61
|
+
<!-- mustflow-section: required-inputs -->
|
|
62
|
+
## Required Inputs
|
|
63
|
+
|
|
64
|
+
- Global contract: goal, non-goals, invariants, constraints, acceptance criteria, milestones,
|
|
65
|
+
dependency DAG, risk limits, irreversible checkpoints, stop conditions, and human owner.
|
|
66
|
+
- Rolling-plan ledger: plan ID and version, current horizon, selected steps, dependency and evidence
|
|
67
|
+
for each step, expected observation, effect class, approval boundary, and replan trigger.
|
|
68
|
+
- Event contract: workflow ID, sequence, event type and schema version, plan and step IDs, effect and
|
|
69
|
+
attempt IDs, causation and correlation IDs, payload reference, authoritative time, and redaction.
|
|
70
|
+
- Projection contract: reducer version, snapshot schema, cursor, rebuild procedure, consistency rule,
|
|
71
|
+
unknown-effect set, derived prompt view, and artifact references.
|
|
72
|
+
- Recovery contract: replay boundary, pending and UNKNOWN reconciliation, lease or fence, version
|
|
73
|
+
compatibility, safe replan point, compensation owner, and manual-review state.
|
|
74
|
+
|
|
75
|
+
<!-- mustflow-section: preconditions -->
|
|
76
|
+
## Preconditions
|
|
77
|
+
|
|
78
|
+
- Define the authoritative business goal and irreversible effects before selecting a planning
|
|
79
|
+
algorithm or context size.
|
|
80
|
+
- Treat prompt text, summaries, and model reasoning as temporary views, not durable workflow truth.
|
|
81
|
+
- Keep command execution under `.mustflow/config/commands.toml`; this skill does not authorize live
|
|
82
|
+
workers, background loops, model calls, external effects, or production replay.
|
|
83
|
+
|
|
84
|
+
<!-- mustflow-section: allowed-edits -->
|
|
85
|
+
## Allowed Edits
|
|
86
|
+
|
|
87
|
+
- Add or refine global-plan schemas, milestone DAGs, rolling-plan records, replan triggers, event
|
|
88
|
+
envelopes, reducers, projections, snapshots, prompt-view builders, effect identity, recovery,
|
|
89
|
+
reconciliation, tests, docs, route metadata, and synchronized templates.
|
|
90
|
+
- Move state derivation, dependency checks, event ordering, effect reconciliation, and invariant
|
|
91
|
+
validation into deterministic code where possible.
|
|
92
|
+
- Do not persist free-form chain-of-thought as workflow state or require it for replay.
|
|
93
|
+
- Do not let a replan create a second effect identity for the same admitted business intent.
|
|
94
|
+
|
|
95
|
+
<!-- mustflow-section: procedure -->
|
|
96
|
+
## Procedure
|
|
97
|
+
|
|
98
|
+
1. Freeze the global contract, not the detailed route. Keep goal, invariants, constraints,
|
|
99
|
+
acceptance criteria, milestone DAG, irreversible checkpoints, budgets, and stop conditions stable
|
|
100
|
+
until a higher-authority change explicitly versions them.
|
|
101
|
+
2. Plan only to the next meaningful uncertainty boundary. Choose the rolling horizon from the next
|
|
102
|
+
unknown observation, dependency uncertainty, irreversible effect, approval point, context budget,
|
|
103
|
+
and recovery cost. Do not copy a universal step count or horizon formula.
|
|
104
|
+
3. Give each planned step a precondition, expected observation, effect class, verification, and
|
|
105
|
+
completion predicate. Omit speculative detail that depends on an observation not yet available.
|
|
106
|
+
4. Replan on declared events, not on every step and not only on catastrophic failure. Trigger when
|
|
107
|
+
observed state diverges from the plan, a new unknown appears, a tool fails or returns UNKNOWN, a
|
|
108
|
+
milestone completes, an invariant changes, or the next step crosses an irreversible boundary.
|
|
109
|
+
5. Keep one append-only event stream authoritative. Record business intent and observed facts with
|
|
110
|
+
ordered sequence and schema version. Derive snapshots, dashboards, summaries, and prompt context
|
|
111
|
+
from the stream rather than editing them as competing truth.
|
|
112
|
+
6. Separate identifiers:
|
|
113
|
+
- keep `workflow_id` stable for the business workflow;
|
|
114
|
+
- identify the logical planned unit with `step_id` and the plan revision with `plan_id` or
|
|
115
|
+
`plan_version`;
|
|
116
|
+
- keep `effect_id` stable across replans for the same business intent;
|
|
117
|
+
- create a new `attempt_id` for each execution try.
|
|
118
|
+
7. Persist effect intent before commitment. Bind the effect to tenant, actor, target, operation type,
|
|
119
|
+
canonical request fingerprint, approval, and policy. Use durable uniqueness and idempotent result
|
|
120
|
+
replay; route duplicate and stale-write detail to `idempotency-integrity-review`.
|
|
121
|
+
8. Treat transport timeout and process loss as UNKNOWN until reconciled. Do not let a replan infer
|
|
122
|
+
failure and issue a second payment, email, publication, mutation, or other side effect.
|
|
123
|
+
9. Build snapshots as disposable projections. Store the stream cursor and reducer version, verify
|
|
124
|
+
snapshot integrity, and support rebuilding from the canonical event stream. Use snapshots for
|
|
125
|
+
speed, never as an irreplaceable source of truth.
|
|
126
|
+
10. Rebuild prompt context as a temporary view. Include the global goal and invariants, current
|
|
127
|
+
verified snapshot, rolling plan, relevant verified facts, pending and UNKNOWN effects, recent
|
|
128
|
+
failures, and artifact references. Exclude raw logs, obsolete plans, huge tool output, duplicate
|
|
129
|
+
history, secrets, and free-form reasoning.
|
|
130
|
+
11. Resume deterministically before invoking a model. Load the compatible reducer, replay events,
|
|
131
|
+
verify sequence and snapshot cursor, reacquire ownership with a lease or fence, and reconcile
|
|
132
|
+
pending or UNKNOWN effects. Only then create a new plan revision.
|
|
133
|
+
12. Make compensation a new idempotent effect linked to the original effect. Preserve why exact
|
|
134
|
+
rollback is unavailable and prevent duplicate compensation after retries or replans.
|
|
135
|
+
13. Keep external delivery reliable. When durable state and message publication are separate, use a
|
|
136
|
+
transactional outbox or equivalent convergence boundary and idempotent consumers.
|
|
137
|
+
14. Test plan drift and recovery, not only happy-path planning. Cover new evidence, tool failure,
|
|
138
|
+
milestone transition, irreversible checkpoint, crash before and after effect commitment,
|
|
139
|
+
timeout with unknown outcome, replay under a compatible reducer, incompatible schema, stale
|
|
140
|
+
owner, replan with stable effect ID, duplicate attempt, and compensation retry.
|
|
141
|
+
15. Route generic durable callbacks, timers, saga state, and compensation sequencing to
|
|
142
|
+
`durable-workflow-orchestration`; route event and receipt truth to
|
|
143
|
+
`execution-ledger-integrity-review`; route memory lifecycle to
|
|
144
|
+
`agent-memory-context-governance-review`.
|
|
145
|
+
|
|
146
|
+
<!-- mustflow-section: postconditions -->
|
|
147
|
+
## Postconditions
|
|
148
|
+
|
|
149
|
+
- The global contract remains stable while rolling plans are short, evidence-bounded, and versioned.
|
|
150
|
+
- Replanning is event-triggered and preserves admitted effect identity.
|
|
151
|
+
- Append-only events are authoritative; snapshots and prompt context are rebuildable projections.
|
|
152
|
+
- Resume performs deterministic replay and effect reconciliation before model planning or mutation.
|
|
153
|
+
|
|
154
|
+
<!-- mustflow-section: verification -->
|
|
155
|
+
## Verification
|
|
156
|
+
|
|
157
|
+
Use configured oneshot command intents when available: `changes_status`, `changes_diff_summary`,
|
|
158
|
+
`lint`, `build`, `test_related`, `test`, `docs_validate_fast`, `test_release`, and `mustflow_check`.
|
|
159
|
+
Do not infer raw workflow replay, queue, database, model, worker, or production commands.
|
|
160
|
+
|
|
161
|
+
<!-- mustflow-section: failure-handling -->
|
|
162
|
+
## Failure Handling
|
|
163
|
+
|
|
164
|
+
- If the event stream has a sequence gap or incompatible schema, stop automatic resume and preserve
|
|
165
|
+
the last verified cursor.
|
|
166
|
+
- If an effect outcome is UNKNOWN, reconcile authoritative external state before replan or retry.
|
|
167
|
+
- If the reducer needs a model or external call, reject it as nondeterministic recovery logic.
|
|
168
|
+
- If a plan change would widen the goal, constraints, permissions, or irreversible effect set,
|
|
169
|
+
require a new global-contract version and the appropriate approval owner.
|
|
170
|
+
|
|
171
|
+
<!-- mustflow-section: output-format -->
|
|
172
|
+
## Output Format
|
|
173
|
+
|
|
174
|
+
- Global contract, milestones, DAG, and irreversible checkpoints
|
|
175
|
+
- Rolling horizon and event-triggered replan decision
|
|
176
|
+
- Event, projection, snapshot, prompt-view, and identifier contracts
|
|
177
|
+
- Resume, reconciliation, idempotency, outbox, and compensation findings
|
|
178
|
+
- Recovery tests and evidence level
|
|
179
|
+
- Command intents run and skipped checks
|
|
180
|
+
- Remaining agent-planning recovery risk
|
package/templates/default/locales/en/.mustflow/skills/agent-release-bundle-rollout-review/SKILL.md
ADDED
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
---
|
|
2
|
+
mustflow_doc: skill.agent-release-bundle-rollout-review
|
|
3
|
+
locale: en
|
|
4
|
+
canonical: true
|
|
5
|
+
revision: 1
|
|
6
|
+
lifecycle: mustflow-owned
|
|
7
|
+
authority: procedure
|
|
8
|
+
name: agent-release-bundle-rollout-review
|
|
9
|
+
description: Apply this skill when an LLM agent's model, settings, rendered prompts, examples, tool schemas, adapters, policy, retrieval, memory, runtime, or evaluator changes must be packaged as one immutable behavior release and promoted through replay, shadow, canary, staged rollout, rollback, or emergency restriction without changing in-flight behavior unpredictably.
|
|
10
|
+
metadata:
|
|
11
|
+
mustflow_schema: "1"
|
|
12
|
+
mustflow_kind: procedure
|
|
13
|
+
pack_id: mustflow.core
|
|
14
|
+
skill_id: mustflow.core.agent-release-bundle-rollout-review
|
|
15
|
+
command_intents:
|
|
16
|
+
- changes_status
|
|
17
|
+
- changes_diff_summary
|
|
18
|
+
- lint
|
|
19
|
+
- build
|
|
20
|
+
- test_related
|
|
21
|
+
- test
|
|
22
|
+
- docs_validate_fast
|
|
23
|
+
- test_release
|
|
24
|
+
- mustflow_check
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# Agent Release Bundle Rollout Review
|
|
28
|
+
|
|
29
|
+
<!-- mustflow-section: purpose -->
|
|
30
|
+
## Purpose
|
|
31
|
+
|
|
32
|
+
Release agent behavior as an attributable, immutable unit. Prevent a moving model alias, prompt,
|
|
33
|
+
tool contract, policy, retrieval index, runtime, or evaluator from changing one automation path
|
|
34
|
+
silently while it is running or while its result is being compared with another version.
|
|
35
|
+
|
|
36
|
+
<!-- mustflow-section: use-when -->
|
|
37
|
+
## Use When
|
|
38
|
+
|
|
39
|
+
- An agent behavior change includes a model or generation setting, rendered prompt, example set,
|
|
40
|
+
tool schema or adapter, external policy, retrieval or memory configuration, runtime dependency,
|
|
41
|
+
evaluator, or eval dataset.
|
|
42
|
+
- A candidate agent version needs offline replay, shadow execution, canary exposure, staged
|
|
43
|
+
promotion, stable-pointer movement, rollback, or emergency capability restriction.
|
|
44
|
+
- A rollout claim depends on cohort assignment, SLO gates, control comparison, whole-task
|
|
45
|
+
observation, side-effect suppression, compatibility, or per-version attribution.
|
|
46
|
+
- Several automations consume shared prompts, models, tool definitions, policies, indexes, or
|
|
47
|
+
runtime libraries and a global change could create correlated failures.
|
|
48
|
+
|
|
49
|
+
<!-- mustflow-section: do-not-use-when -->
|
|
50
|
+
## Do Not Use When
|
|
51
|
+
|
|
52
|
+
- The task only deploys generic servers, workers, containers, migrations, configuration, or feature
|
|
53
|
+
flags with no agent-behavior bundle; use `deployment-rollout-safety-review`.
|
|
54
|
+
- The task only designs agent approval, capability, tool-call, or effect controls within one pinned
|
|
55
|
+
version; use `agent-execution-control-review`.
|
|
56
|
+
- The task only designs eval datasets, graders, trajectory scoring, or oracle quality; use
|
|
57
|
+
`agent-eval-integrity-review`.
|
|
58
|
+
- The task only manages prompt wording or output contracts; use `prompt-contract-quality-review`.
|
|
59
|
+
|
|
60
|
+
<!-- mustflow-section: required-inputs -->
|
|
61
|
+
## Required Inputs
|
|
62
|
+
|
|
63
|
+
- Bundle manifest: bundle ID and digest; model identifier and settings; fully rendered prompt and
|
|
64
|
+
examples; tool schema, adapter, and backend contract versions; policy version; retrieval, memory,
|
|
65
|
+
embedding, index, and chunking versions; runtime and library lock; eval dataset and evaluator
|
|
66
|
+
versions; build provenance; creation time; and compatibility requirements.
|
|
67
|
+
- Channel ledger: candidate, stable, rollback target, immutable bundle references, assignment rule,
|
|
68
|
+
assignment reason, sticky cohort key, exposure percentage or bounded population, and promotion
|
|
69
|
+
history.
|
|
70
|
+
- Rollout ledger: static checks, offline replay, shadow, canary, staged expansion, observation
|
|
71
|
+
window, hard safety gates, quality and cost gates, control comparison, owner, and stop criteria.
|
|
72
|
+
- Effect ledger: read, draft, write, send, delete, spend, credential, memory-write, compensation,
|
|
73
|
+
idempotency, unknown outcome, and whether shadow execution can suppress each effect.
|
|
74
|
+
- Rollback ledger: pointer reversal, in-flight safe point, compatibility window, capability
|
|
75
|
+
revocation, pending effect reconciliation, compensation owner, and schema or data downgrade rule.
|
|
76
|
+
|
|
77
|
+
<!-- mustflow-section: preconditions -->
|
|
78
|
+
## Preconditions
|
|
79
|
+
|
|
80
|
+
- Pin current source, bundle inputs, provider or framework contracts, and baseline metrics before
|
|
81
|
+
comparing a candidate.
|
|
82
|
+
- Treat model aliases, remote prompts, mutable tool schemas, external policy, retrieval indexes, and
|
|
83
|
+
evaluator defaults as moving dependencies until resolved to immutable identities.
|
|
84
|
+
- Keep command execution under `.mustflow/config/commands.toml`; this skill does not authorize live
|
|
85
|
+
rollout, traffic movement, model calls, production writes, or release publication.
|
|
86
|
+
|
|
87
|
+
<!-- mustflow-section: allowed-edits -->
|
|
88
|
+
## Allowed Edits
|
|
89
|
+
|
|
90
|
+
- Add or refine bundle manifests, immutable identifiers, channel records, assignment rules, rollout
|
|
91
|
+
gates, shadow adapters, effect suppression, compatibility checks, rollback plans, revocation,
|
|
92
|
+
observability, focused tests, docs, route metadata, and synchronized templates.
|
|
93
|
+
- Add an emergency safety overlay only when it can reduce capability, scope, budget, or exposure.
|
|
94
|
+
- Do not let an emergency overlay add tools, widen permissions, increase budget, weaken approval,
|
|
95
|
+
lower validation, or promote a candidate.
|
|
96
|
+
- Do not mutate the behavior bundle assigned to an in-flight run. Start a new run or use a declared
|
|
97
|
+
safe migration point with compatibility and effect reconciliation.
|
|
98
|
+
|
|
99
|
+
<!-- mustflow-section: procedure -->
|
|
100
|
+
## Procedure
|
|
101
|
+
|
|
102
|
+
1. Define one behavior bundle. Include every input that can change agent decisions, tool calls,
|
|
103
|
+
retrieved evidence, side effects, evaluation, or runtime semantics. Hash the canonical manifest
|
|
104
|
+
and preserve component digests rather than recording only a marketing version.
|
|
105
|
+
2. Resolve mutable references. Pin the exact model snapshot when the provider supports it, rendered
|
|
106
|
+
prompt, examples, tool schema, adapter and backend contract, policy, index, embedding model,
|
|
107
|
+
memory schema, runtime lock, evaluator, and eval dataset used by the run.
|
|
108
|
+
3. Keep candidate creation separate from stable promotion. Automation may build and register a
|
|
109
|
+
candidate, but it must not move the stable pointer until the declared gates succeed.
|
|
110
|
+
4. Build a dependency and compatibility matrix. Name every automation and cohort that consumes the
|
|
111
|
+
changed component, plus tool, state, memory, event, prompt, and output schema compatibility.
|
|
112
|
+
5. Run static and offline gates first. Validate manifest completeness, signatures or provenance,
|
|
113
|
+
schema compatibility, policy monotonicity, deterministic fixtures, regression replay, and
|
|
114
|
+
adversarial cases before online exposure.
|
|
115
|
+
6. Shadow without external authority. Let the candidate observe representative inputs, but remove
|
|
116
|
+
write, send, delete, spend, credential, production-memory-write, and other committing tools.
|
|
117
|
+
Compare proposed actions and final state predictions without pretending suppressed effects prove
|
|
118
|
+
real-world success.
|
|
119
|
+
7. Select canaries by stable work-unit identity, not a fresh random choice per request. Keep one
|
|
120
|
+
task, conversation, workflow, or account on one bundle unless a declared safe transition changes
|
|
121
|
+
it. Cover high-risk and representative cohorts without exposing only easy traffic.
|
|
122
|
+
8. Observe at least one complete business work unit. Choose duration from task lifetime, delayed
|
|
123
|
+
effects, traffic volume, and detection latency; do not copy a universal time or percentage.
|
|
124
|
+
9. Gate safety before quality and cost. Stop on authorization bypass, duplicate or unknown effects,
|
|
125
|
+
privacy or secret exposure, invariant violation, unsafe action rate, inability to reconcile, or
|
|
126
|
+
rollback failure even when aggregate quality improves.
|
|
127
|
+
10. Compare both absolute limits and a concurrent control. Shared provider or infrastructure
|
|
128
|
+
failures can move candidate and stable together, while a healthy control can still hide an
|
|
129
|
+
absolute SLO breach.
|
|
130
|
+
11. Expand in stages only after evidence is attributable to the exact bundle. Preserve cohort,
|
|
131
|
+
sample size, task mix, risk mix, confidence limits, delayed outcomes, and excluded traffic.
|
|
132
|
+
12. Roll back the complete behavior contract. Move the pointer, revoke candidate capabilities,
|
|
133
|
+
stop new assignments, reconcile in-flight UNKNOWN effects, preserve idempotency, compensate
|
|
134
|
+
when exact reversal is impossible, and keep old schema readers and tool adapters available for
|
|
135
|
+
the declared compatibility window.
|
|
136
|
+
13. Keep the emergency path attenuation-only. Apply a separately versioned, audited restriction
|
|
137
|
+
that can disable tools, narrow scopes, reduce budgets, require stronger approval, or stop
|
|
138
|
+
traffic. Never use it as an untested feature channel.
|
|
139
|
+
14. Route infrastructure traffic, probe, shutdown, container, migration, and generic deployment
|
|
140
|
+
details to `deployment-rollout-safety-review`; route eval validity to
|
|
141
|
+
`agent-eval-integrity-review`; route tool authority and side-effect controls to
|
|
142
|
+
`agent-execution-control-review`.
|
|
143
|
+
|
|
144
|
+
<!-- mustflow-section: postconditions -->
|
|
145
|
+
## Postconditions
|
|
146
|
+
|
|
147
|
+
- Every run is attributable to one immutable bundle and assignment decision.
|
|
148
|
+
- Candidate creation cannot silently promote stable or rewrite in-flight behavior.
|
|
149
|
+
- Shadow mode lacks committing capabilities, canaries are sticky and representative, and promotion
|
|
150
|
+
uses hard safety gates plus absolute and control-relative evidence.
|
|
151
|
+
- Rollback covers capabilities, compatibility, in-flight effects, reconciliation, and compensation,
|
|
152
|
+
not only a routing pointer.
|
|
153
|
+
|
|
154
|
+
<!-- mustflow-section: verification -->
|
|
155
|
+
## Verification
|
|
156
|
+
|
|
157
|
+
Use configured oneshot command intents when available: `changes_status`, `changes_diff_summary`,
|
|
158
|
+
`lint`, `build`, `test_related`, `test`, `docs_validate_fast`, `test_release`, and `mustflow_check`.
|
|
159
|
+
Do not infer live rollout, provider, production, traffic, model, or release commands.
|
|
160
|
+
|
|
161
|
+
<!-- mustflow-section: failure-handling -->
|
|
162
|
+
## Failure Handling
|
|
163
|
+
|
|
164
|
+
- If a bundle component is mutable or unknown, stop attribution claims and record the unresolved
|
|
165
|
+
dependency.
|
|
166
|
+
- If shadow execution can commit an effect, disable that capability before treating shadow evidence
|
|
167
|
+
as safe.
|
|
168
|
+
- If candidate and control assignment is unstable, restart the comparison with a sticky cohort.
|
|
169
|
+
- If rollback cannot reconcile in-flight effects or read old state, stop expansion and preserve the
|
|
170
|
+
last compatible bundle and evidence for the named owner.
|
|
171
|
+
|
|
172
|
+
<!-- mustflow-section: output-format -->
|
|
173
|
+
## Output Format
|
|
174
|
+
|
|
175
|
+
- Bundle identity and component manifest
|
|
176
|
+
- Candidate, stable, assignment, and cohort decision
|
|
177
|
+
- Offline, shadow, canary, staged-promotion, and hard-gate evidence
|
|
178
|
+
- Compatibility, attribution, and delayed-outcome findings
|
|
179
|
+
- Rollback, revocation, reconciliation, and compensation readiness
|
|
180
|
+
- Command intents run and skipped checks
|
|
181
|
+
- Remaining agent-release rollout risk
|