You'll notice
Useful3 Signal0
Publishing an artifact while in plan mode now asks your permission once per document.
What's wrong with this entry?
Anonymous. No account, no email.
What
The Artifact tool now requires recorded consent for a document path before publishing while in plan mode, prompting once per path.
Details
- App state gains
artifactPlanPublishConsentPaths. - The plan-mode check passes only when the permission mode is not plan, or when consent is already recorded for that document path.
- A new ask tag
__artifactPlanConsentAskdrives the prompt; consent is recorded on a successful publish. - Writing the workshop/plan doc is carved out of write permissions only when the permission mode is plan (
includeWorkshopDoc: n?.permissionMode === "plan").
Evidence
__artifactPlanConsentAsk
Strings lifted out of the shipped bundle, so the claim above can be checked against them.