opencode-sdlc-plugin 1.1.2 → 1.1.3
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 +1 -2
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
- package/prompts/modes/architect.md +5 -0
- package/prompts/modes/build.md +5 -0
- package/prompts/modes/{plan.md → discover.md} +5 -0
- package/prompts/modes/model.md +5 -0
- package/prompts/modes/pm.md +5 -0
- package/prompts/modes/prd.md +5 -0
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: "
|
|
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",
|