OKF Workbench

0009 — Preview only proposals that may change existing files

0009 — Preview only proposals that may change existing files

Context

The initial authoring workflow previewed every proposal, including operations whose only possible successful result was creation of absent files. Initialize Bundle, New Concept, missing-index generation, and new Agent Integration outputs therefore required an extra Apply action after the user had already supplied every input. The workspace adapter already provides an explicit absent-target precondition and uses VS Code’s provider-neutral no-overwrite create primitive.

The additional confirmation did not authorize replacement: a collision was refused before preview and remained forbidden during application. It added friction without expanding the permitted write.

Decision

Consequences