From 7c5c97a914ba80ae1e57fa7475d940df1380bcc5 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sat, 6 Dec 2025 14:25:29 -0600 Subject: [PATCH] atl rovo dev not in preferred list until fully tested --- bmad/bmm/docs/troubleshooting.md | 2 +- package-lock.json | 7 ------- src/modules/bmm/docs/brownfield-guide.md | 14 +------------- src/modules/bmm/docs/glossary.md | 10 ---------- src/modules/bmm/docs/quick-spec-flow.md | 2 +- src/modules/bmm/docs/troubleshooting.md | 2 +- tools/cli/installers/lib/ide/rovo-dev.js | 2 +- 7 files changed, 5 insertions(+), 34 deletions(-) diff --git a/bmad/bmm/docs/troubleshooting.md b/bmad/bmm/docs/troubleshooting.md index b18acffe..c48d72c0 100644 --- a/bmad/bmm/docs/troubleshooting.md +++ b/bmad/bmm/docs/troubleshooting.md @@ -192,7 +192,7 @@ workflow-init asks: "Is this work in progress or previous effort?" **Solution:** -1. Check spelling/format - Use exact workflow name or menu shortcut (*prd not *PRD) +1. Check spelling/format - Use exact workflow name or menu shortcut (`*prd` not `*PRD`) 2. Verify agent has workflow: - PM agent: prd, tech-spec - Architect agent: create-architecture, validate-architecture diff --git a/package-lock.json b/package-lock.json index 1001ce87..375ff514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,6 @@ "integrity": "sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.27.1", @@ -1841,7 +1840,6 @@ "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~7.10.0" } @@ -2158,7 +2156,6 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -2520,7 +2517,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001735", "electron-to-chromium": "^1.5.204", @@ -3410,7 +3406,6 @@ "integrity": "sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", @@ -7498,7 +7493,6 @@ "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "dev": true, "license": "MIT", - "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, @@ -8331,7 +8325,6 @@ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, "license": "MIT", - "peer": true, "engines": { "node": ">=12" }, diff --git a/src/modules/bmm/docs/brownfield-guide.md b/src/modules/bmm/docs/brownfield-guide.md index a660f896..5aa808ee 100644 --- a/src/modules/bmm/docs/brownfield-guide.md +++ b/src/modules/bmm/docs/brownfield-guide.md @@ -725,13 +725,7 @@ flowchart TD - **[Quick Start Guide](./quick-start.md)** - Getting started with BMM - **[Glossary](./glossary.md)** - Key terminology - **[FAQ](./faq.md)** - Common questions - <<<<<<< Updated upstream - ======= - **[Troubleshooting](./troubleshooting.md)** - Problem resolution - <<<<<<< Updated upstream - > > > > > > > # Stashed changes - > > > > > > > - > > > > > > > Stashed changes - **[Workflow Documentation](./README.md#-workflow-guides)** - Complete workflow reference --- @@ -746,13 +740,7 @@ flowchart TD **Documentation:** -<<<<<<< Updated upstream -<<<<<<< Updated upstream - -- # [Test Architect Guide](./test-architecture.md) - Comprehensive testing strategy - > > > > > > > # Stashed changes - > > > > > > > - > > > > > > > Stashed changes +- **[Test Architect Guide](./test-architecture.md)** - Comprehensive testing strategy - [BMM Module README](../README.md) - Complete module and workflow reference --- diff --git a/src/modules/bmm/docs/glossary.md b/src/modules/bmm/docs/glossary.md index 2bfdda52..f2a6a6c7 100644 --- a/src/modules/bmm/docs/glossary.md +++ b/src/modules/bmm/docs/glossary.md @@ -95,20 +95,10 @@ Game development equivalent of PRD, created by Game Designer agent for game proj ## Workflow and Phases -<<<<<<< Updated upstream - -# <<<<<<< Updated upstream - -======= - -> > > > > > > Stashed changes - ### Phase 0: Documentation (Prerequisite) **Conditional phase for brownfield projects.** Creates comprehensive codebase documentation before planning. Only required if existing documentation is insufficient for AI agents. -> > > > > > > Stashed changes - ### Phase 1: Analysis (Optional) Discovery and research phase including brainstorming, research workflows, and product brief creation. Optional for Quick Flow, recommended for BMad Method, required for Enterprise Method. diff --git a/src/modules/bmm/docs/quick-spec-flow.md b/src/modules/bmm/docs/quick-spec-flow.md index 05ac4629..cd3d5b15 100644 --- a/src/modules/bmm/docs/quick-spec-flow.md +++ b/src/modules/bmm/docs/quick-spec-flow.md @@ -645,7 +645,7 @@ Quick Spec Flow is your **fast path from idea to implementation** for: - **Try it now:** Load PM agent and describe a small change - **Learn more:** See the [BMM Workflow Guides](./README.md#-workflow-guides) for comprehensive workflow documentation - **Need help deciding?** Run `workflow-init` to get a recommendation -- **Have questions?** Join us on Discord: https://discord.gg/gk8jAdXWmj +- **Have questions?** Join us on Discord: --- diff --git a/src/modules/bmm/docs/troubleshooting.md b/src/modules/bmm/docs/troubleshooting.md index f411d98b..a3cd63bf 100644 --- a/src/modules/bmm/docs/troubleshooting.md +++ b/src/modules/bmm/docs/troubleshooting.md @@ -192,7 +192,7 @@ workflow-init asks: "Is this work in progress or previous effort?" **Solution:** -1. Check spelling/format - Use exact workflow name or menu shortcut (*prd not *PRD) +1. Check spelling/format - Use exact workflow name or menu shortcut (`*prd` not `*PRD`) 2. Verify agent has workflow: - PM agent: prd, tech-spec - Architect agent: create-architecture, validate-architecture diff --git a/tools/cli/installers/lib/ide/rovo-dev.js b/tools/cli/installers/lib/ide/rovo-dev.js index 8f460178..ecb34d4b 100644 --- a/tools/cli/installers/lib/ide/rovo-dev.js +++ b/tools/cli/installers/lib/ide/rovo-dev.js @@ -15,7 +15,7 @@ const { TaskToolCommandGenerator } = require('./shared/task-tool-command-generat */ class RovoDevSetup extends BaseIdeSetup { constructor() { - super('rovo-dev', 'Atlassian Rovo Dev', true); // preferred IDE + super('rovo-dev', 'Atlassian Rovo Dev', false); this.configDir = '.rovodev'; this.subagentsDir = 'subagents'; this.workflowsDir = 'workflows';