@coreframe/diagnostics 0.2.1 → 0.2.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
import{agentPrompt as e}from"./actions.js";const t={id:`launch.scope`,evaluate:t=>t.facts.launchReadiness?.productionChecklistExists?[]:[{id:`launch.scope.undecided`,title:`First-release scope has not been decided`,summary:`The template wires several optional production services, but the project does not record which ones are required, deferred, or removed for the first release.`,severity:`warning`,status:`needs_action`,area:`launch`,actions:[e(`Decide first-release services`,`Inspect
|
|
1
|
+
import{agentPrompt as e}from"./actions.js";const t={id:`launch.scope`,evaluate:t=>t.facts.launchReadiness?.productionChecklistExists?[]:[{id:`launch.scope.undecided`,title:`First-release scope has not been decided`,summary:`The template wires several optional production services, but the project does not record which ones are required, deferred, or removed for the first release.`,severity:`warning`,status:`needs_action`,area:`launch`,actions:[e(`Decide first-release services`,`Inspect .agents/references/stack-setup.md and the integrations wired into this Coreframe project. Ask me which capabilities are required for the first production release, which are deferred, and whether any additional services are needed. Then create docs/production-checklist.md for the confirmed scope without creating accounts or production credentials.`)]}]};export{t as default};
|