refactor: rename dist directory to bundles for clarity
Update all references to the 'dist' directory to use 'bundles' instead to better reflect the purpose of the directory containing bundled agent files. This change affects documentation, configuration files, and the web builder script.
This commit is contained in:
parent
01f888d0dd
commit
3359e4c288
|
|
@ -2113,7 +2113,7 @@ BMad transforms you into a "Vibe CEO" - directing a team of specialized AI agent
|
||||||
|
|
||||||
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
||||||
|
|
||||||
1. Navigate to `dist/teams/`
|
1. Navigate to `bundles/teams/`
|
||||||
2. Copy `team-fullstack.txt` content
|
2. Copy `team-fullstack.txt` content
|
||||||
3. Create new Gemini Gem or CustomGPT
|
3. Create new Gemini Gem or CustomGPT
|
||||||
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
||||||
|
|
@ -2433,8 +2433,8 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
|
||||||
|
|
||||||
#### Web UI Environment
|
#### Web UI Environment
|
||||||
|
|
||||||
- Uses pre-built bundles from `dist/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
- Uses pre-built bundles from `bundles/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
||||||
- Single text files containing all agent dependencies are in `dist/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
- Single text files containing all agent dependencies are in `bundles/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
||||||
- Created by the web-builder tool for upload to web interfaces
|
- Created by the web-builder tool for upload to web interfaces
|
||||||
- Provides complete context in one package
|
- Provides complete context in one package
|
||||||
|
|
||||||
|
|
@ -7843,7 +7843,7 @@ BMad transforms you into a "Vibe CEO" - directing a team of specialized AI agent
|
||||||
|
|
||||||
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
||||||
|
|
||||||
1. Navigate to `dist/teams/`
|
1. Navigate to `bundles/teams/`
|
||||||
2. Copy `team-fullstack.txt` content
|
2. Copy `team-fullstack.txt` content
|
||||||
3. Create new Gemini Gem or CustomGPT
|
3. Create new Gemini Gem or CustomGPT
|
||||||
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
||||||
|
|
@ -8163,8 +8163,8 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
|
||||||
|
|
||||||
#### Web UI Environment
|
#### Web UI Environment
|
||||||
|
|
||||||
- Uses pre-built bundles from `dist/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
- Uses pre-built bundles from `bundles/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
||||||
- Single text files containing all agent dependencies are in `dist/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
- Single text files containing all agent dependencies are in `bundles/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
||||||
- Created by the web-builder tool for upload to web interfaces
|
- Created by the web-builder tool for upload to web interfaces
|
||||||
- Provides complete context in one package
|
- Provides complete context in one package
|
||||||
|
|
||||||
|
|
@ -551,7 +551,7 @@ BMad transforms you into a "Vibe CEO" - directing a team of specialized AI agent
|
||||||
|
|
||||||
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
||||||
|
|
||||||
1. Navigate to `dist/teams/`
|
1. Navigate to `bundles/teams/`
|
||||||
2. Copy `team-fullstack.txt` content
|
2. Copy `team-fullstack.txt` content
|
||||||
3. Create new Gemini Gem or CustomGPT
|
3. Create new Gemini Gem or CustomGPT
|
||||||
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
||||||
|
|
@ -871,8 +871,8 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
|
||||||
|
|
||||||
#### Web UI Environment
|
#### Web UI Environment
|
||||||
|
|
||||||
- Uses pre-built bundles from `dist/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
- Uses pre-built bundles from `bundles/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
||||||
- Single text files containing all agent dependencies are in `dist/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
- Single text files containing all agent dependencies are in `bundles/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
||||||
- Created by the web-builder tool for upload to web interfaces
|
- Created by the web-builder tool for upload to web interfaces
|
||||||
- Provides complete context in one package
|
- Provides complete context in one package
|
||||||
|
|
||||||
|
|
@ -294,7 +294,7 @@ sections:
|
||||||
├── docs/ # Documentation
|
├── docs/ # Documentation
|
||||||
│ ├── stories/ # Development stories
|
│ ├── stories/ # Development stories
|
||||||
│ └── architecture/ # Technical docs
|
│ └── architecture/ # Technical docs
|
||||||
└── dist/ # Built game files
|
└── bundles/ # Built game files
|
||||||
- id: module-organization
|
- id: module-organization
|
||||||
title: Module Organization
|
title: Module Organization
|
||||||
instruction: Define how TypeScript modules should be organized
|
instruction: Define how TypeScript modules should be organized
|
||||||
|
|
@ -4827,7 +4827,7 @@ sections:
|
||||||
├── docs/ # Documentation
|
├── docs/ # Documentation
|
||||||
│ ├── stories/ # Development stories
|
│ ├── stories/ # Development stories
|
||||||
│ └── architecture/ # Technical docs
|
│ └── architecture/ # Technical docs
|
||||||
└── dist/ # Built game files
|
└── bundles/ # Built game files
|
||||||
- id: module-organization
|
- id: module-organization
|
||||||
title: Module Organization
|
title: Module Organization
|
||||||
instruction: Define how TypeScript modules should be organized
|
instruction: Define how TypeScript modules should be organized
|
||||||
|
|
@ -6735,7 +6735,7 @@ sections:
|
||||||
├── docs/ # Documentation
|
├── docs/ # Documentation
|
||||||
│ ├── stories/ # Development stories
|
│ ├── stories/ # Development stories
|
||||||
│ └── architecture/ # Technical docs
|
│ └── architecture/ # Technical docs
|
||||||
└── dist/ # Built game files
|
└── bundles/ # Built game files
|
||||||
- id: module-organization
|
- id: module-organization
|
||||||
title: Module Organization
|
title: Module Organization
|
||||||
instruction: Define how TypeScript modules should be organized
|
instruction: Define how TypeScript modules should be organized
|
||||||
|
|
@ -1013,7 +1013,7 @@ BMad transforms you into a "Vibe CEO" - directing a team of specialized AI agent
|
||||||
|
|
||||||
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
||||||
|
|
||||||
1. Navigate to `dist/teams/`
|
1. Navigate to `bundles/teams/`
|
||||||
2. Copy `team-fullstack.txt` content
|
2. Copy `team-fullstack.txt` content
|
||||||
3. Create new Gemini Gem or CustomGPT
|
3. Create new Gemini Gem or CustomGPT
|
||||||
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
||||||
|
|
@ -1333,8 +1333,8 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
|
||||||
|
|
||||||
#### Web UI Environment
|
#### Web UI Environment
|
||||||
|
|
||||||
- Uses pre-built bundles from `dist/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
- Uses pre-built bundles from `bundles/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
||||||
- Single text files containing all agent dependencies are in `dist/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
- Single text files containing all agent dependencies are in `bundles/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
||||||
- Created by the web-builder tool for upload to web interfaces
|
- Created by the web-builder tool for upload to web interfaces
|
||||||
- Provides complete context in one package
|
- Provides complete context in one package
|
||||||
|
|
||||||
|
|
@ -868,7 +868,7 @@ BMad transforms you into a "Vibe CEO" - directing a team of specialized AI agent
|
||||||
|
|
||||||
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
||||||
|
|
||||||
1. Navigate to `dist/teams/`
|
1. Navigate to `bundles/teams/`
|
||||||
2. Copy `team-fullstack.txt` content
|
2. Copy `team-fullstack.txt` content
|
||||||
3. Create new Gemini Gem or CustomGPT
|
3. Create new Gemini Gem or CustomGPT
|
||||||
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
||||||
|
|
@ -1188,8 +1188,8 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
|
||||||
|
|
||||||
#### Web UI Environment
|
#### Web UI Environment
|
||||||
|
|
||||||
- Uses pre-built bundles from `dist/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
- Uses pre-built bundles from `bundles/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
||||||
- Single text files containing all agent dependencies are in `dist/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
- Single text files containing all agent dependencies are in `bundles/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
||||||
- Created by the web-builder tool for upload to web interfaces
|
- Created by the web-builder tool for upload to web interfaces
|
||||||
- Provides complete context in one package
|
- Provides complete context in one package
|
||||||
|
|
||||||
|
|
@ -775,7 +775,7 @@ BMad transforms you into a "Vibe CEO" - directing a team of specialized AI agent
|
||||||
|
|
||||||
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
||||||
|
|
||||||
1. Navigate to `dist/teams/`
|
1. Navigate to `bundles/teams/`
|
||||||
2. Copy `team-fullstack.txt` content
|
2. Copy `team-fullstack.txt` content
|
||||||
3. Create new Gemini Gem or CustomGPT
|
3. Create new Gemini Gem or CustomGPT
|
||||||
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
||||||
|
|
@ -1095,8 +1095,8 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
|
||||||
|
|
||||||
#### Web UI Environment
|
#### Web UI Environment
|
||||||
|
|
||||||
- Uses pre-built bundles from `dist/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
- Uses pre-built bundles from `bundles/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
||||||
- Single text files containing all agent dependencies are in `dist/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
- Single text files containing all agent dependencies are in `bundles/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
||||||
- Created by the web-builder tool for upload to web interfaces
|
- Created by the web-builder tool for upload to web interfaces
|
||||||
- Provides complete context in one package
|
- Provides complete context in one package
|
||||||
|
|
||||||
|
|
@ -811,7 +811,7 @@ BMad transforms you into a "Vibe CEO" - directing a team of specialized AI agent
|
||||||
|
|
||||||
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
**Best for**: ChatGPT, Claude, Gemini users who want to start immediately
|
||||||
|
|
||||||
1. Navigate to `dist/teams/`
|
1. Navigate to `bundles/teams/`
|
||||||
2. Copy `team-fullstack.txt` content
|
2. Copy `team-fullstack.txt` content
|
||||||
3. Create new Gemini Gem or CustomGPT
|
3. Create new Gemini Gem or CustomGPT
|
||||||
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
|
||||||
|
|
@ -1131,8 +1131,8 @@ The BMad-Method is built around a modular architecture centered on the `bmad-cor
|
||||||
|
|
||||||
#### Web UI Environment
|
#### Web UI Environment
|
||||||
|
|
||||||
- Uses pre-built bundles from `dist/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
- Uses pre-built bundles from `bundles/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
|
||||||
- Single text files containing all agent dependencies are in `dist/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
- Single text files containing all agent dependencies are in `bundles/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
|
||||||
- Created by the web-builder tool for upload to web interfaces
|
- Created by the web-builder tool for upload to web interfaces
|
||||||
- Provides complete context in one package
|
- Provides complete context in one package
|
||||||
|
|
||||||
Loading…
Reference in New Issue