Skip to content

Commit 6f8f087

Browse files
Brian MadisonBrian Madison
authored andcommitted
Project Cleanup of Agents Menus, BMB module removal to other repo
1 parent 14bfa5b commit 6f8f087

File tree

345 files changed

+303
-3353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+303
-3353
lines changed

.gitignore

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ CLAUDE.local.md
4646
# Project-specific
4747
*.stats.md
4848

49-
# Bundler temporary files and generated bundles
50-
.bundler-temp/
51-
web-bundles/
52-
53-
# Generated web bundles (built by CI, not committed)
54-
src/modules/bmm/sub-modules/
55-
src/modules/bmb/sub-modules/
56-
shared-modules
5749
z*/
5850

5951
_bmad

docs/explanation/bmad-builder/custom-content-types.md

Lines changed: 0 additions & 129 deletions
This file was deleted.

docs/explanation/bmad-builder/index.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

docs/explanation/core-concepts/what-are-agents.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ Choose **Simple** for focused, one-off tasks with no memory needs. Choose **Expe
8888

8989
## Creating Custom Agents
9090

91-
BMad provides the **BMad Builder (BMB)** module for creating your own agents. See the [Agent Creation Guide](/docs/tutorials/advanced/create-custom-agent.md) for step-by-step instructions.
91+
BMad provides the **BMad Builder (BMB)** module for creating your own agents. See the [Agent Creation Guide](https://github.com/bmad-code-org/bmad-builder/blob/main/docs/tutorials/create-custom-agent.md) for step-by-step instructions.
92+
93+
9294

9395
## Customizing Existing Agents
9496

docs/explanation/tea/knowledge-base-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Without a knowledge base:
8181

8282
**1. Manifest Defines Fragments**
8383

84-
`src/modules/bmm/testarch/tea-index.csv`:
84+
`src/bmm/testarch/tea-index.csv`:
8585
```csv
8686
id,name,description,tags,fragment_file
8787
test-quality,Test Quality,Execution limits and isolation rules,quality;standards,knowledge/test-quality.md

docs/how-to/customization/customize-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,5 @@ memories:
208208
## Next Steps
209209

210210
- **[Learn about Agents](/docs/explanation/core-concepts/what-are-agents.md)** - Understand Simple vs Expert agents
211-
- **[Agent Creation Guide](/docs/tutorials/advanced/create-custom-agent.md)** - Build completely custom agents
211+
- **[Agent Creation Guide](https://github.com/bmad-code-org/bmad-builder/blob/main/docs/tutorials/create-custom-agent.md)** - Build completely custom agents
212212
- **[BMM Complete Documentation](/docs/explanation/bmm/index.md)** - Full BMad Method reference

docs/how-to/installation/install-custom-modules.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ Check that your custom content appears in the `_bmad/` directory and is accessib
8080

8181
BMad supports several categories of custom content:
8282

83-
| Type | Description |
84-
|------|-------------|
83+
| Type | Description |
84+
| ----------------------- | ---------------------------------------------------- |
8585
| **Stand Alone Modules** | Complete modules with their own agents and workflows |
86-
| **Add On Modules** | Extensions that add to existing modules |
87-
| **Global Modules** | Content available across all modules |
88-
| **Custom Agents** | Individual agent definitions |
89-
| **Custom Workflows** | Individual workflow definitions |
86+
| **Add On Modules** | Extensions that add to existing modules |
87+
| **Global Modules** | Content available across all modules |
88+
| **Custom Agents** | Individual agent definitions |
89+
| **Custom Workflows** | Individual workflow definitions |
9090

91-
For detailed information about content types, see [Custom Content Types](/docs/explanation/bmad-builder/custom-content-types.md).
91+
For detailed information about content types, see [Custom Content Types](https://github.com/bmad-code-org/bmad-builder/blob/main/docs/explanation/bmad-builder/custom-content-types.md).
9292

9393
## Updating Custom Content
9494

docs/reference/tea/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tea_use_mcp_enhancements: false
3333
3434
### Canonical Schema (Source of Truth)
3535
36-
**Location:** `src/modules/bmm/module.yaml`
36+
**Location:** `src/bmm/module.yaml`
3737

3838
**Purpose:** Defines available configuration keys, defaults, and installer prompts
3939

@@ -53,7 +53,7 @@ tea_use_mcp_enhancements: false
5353

5454
Enable Playwright Utils integration for production-ready fixtures and utilities.
5555

56-
**Schema Location:** `src/modules/bmm/module.yaml:52-56`
56+
**Schema Location:** `src/bmm/module.yaml:52-56`
5757

5858
**User Config:** `_bmad/bmm/config.yaml`
5959

@@ -105,7 +105,7 @@ npm install -D @seontechnologies/playwright-utils
105105

106106
Enable Playwright MCP servers for live browser verification during test generation.
107107

108-
**Schema Location:** `src/modules/bmm/module.yaml:47-50`
108+
**Schema Location:** `src/bmm/module.yaml:47-50`
109109

110110
**User Config:** `_bmad/bmm/config.yaml`
111111

@@ -484,7 +484,7 @@ npm install -g js-yaml
484484
js-yaml _bmad/bmm/config.yaml
485485

486486
# Check for typos (compare to module.yaml)
487-
diff _bmad/bmm/config.yaml src/modules/bmm/module.yaml
487+
diff _bmad/bmm/config.yaml src/bmm/module.yaml
488488
```
489489

490490
### Playwright Utils Not Working

0 commit comments

Comments
 (0)