feat: v6.0.0-alpha.0 - the future is now
This commit is contained in:
32
docs/ide-info/codex.md
Normal file
32
docs/ide-info/codex.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# BMAD Method - Codex Instructions
|
||||
|
||||
## Activating Agents
|
||||
|
||||
BMAD agents are documented in `AGENTS.md` file in project root.
|
||||
|
||||
### CLI Mode
|
||||
|
||||
1. **Reference Agent**: Type `@{agent-name}` in prompt
|
||||
2. **Execute Task**: Type `@task-{task-name}`
|
||||
3. **Active Session**: Agent remains active for conversation
|
||||
|
||||
### Web Mode
|
||||
|
||||
1. **Navigate**: Go to Agents section in web interface
|
||||
2. **Select Agent**: Click to activate agent persona
|
||||
3. **Session**: Agent active for browser session
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
@dev - Activate development agent
|
||||
@architect - Activate architect agent
|
||||
@task-setup - Execute setup task
|
||||
```
|
||||
|
||||
### Notes
|
||||
|
||||
- All agents documented in AGENTS.md
|
||||
- CLI: Reference with @ syntax
|
||||
- Web: Use interface to select
|
||||
- One agent active at a time
|
||||
Reference in New Issue
Block a user