opencode-sdlc-plugin 1.1.2 → 1.1.4

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/dist/cli/index.js CHANGED
@@ -201,8 +201,7 @@ var FileManager = class {
201
201
  const copiedFiles = [];
202
202
  const modeFileMap = {
203
203
  build: "build.md",
204
- discover: "plan.md",
205
- // Discover mode overrides Plan agent
204
+ discover: "discover.md",
206
205
  model: "model.md",
207
206
  prd: "prd.md",
208
207
  architect: "architect.md",