mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-09-21 04:37:48 +08:00
docs: retitle dev auto integration reference (#2521)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
title: Dev Auto Integration
|
||||
description: Orchestrator-facing contract for bmad-dev-auto inputs, outputs, runtime requirements, and terminal states.
|
||||
title: Autonomous Development Loops
|
||||
description: Reference for running unattended BMad development loops with bmad-dev-auto as the single-iteration worker.
|
||||
sidebar:
|
||||
order: 7
|
||||
---
|
||||
|
||||
`bmad-dev-auto` is like [Quick Dev](../explanation/quick-dev.md), but designed to keep moving without human interaction. You can use it in an interactive session, but its main purpose is to be used in unattended development loops.
|
||||
To use BMad in an autonomous development loop, use the `bmad-dev-auto` skill. It is like [Quick Dev](../explanation/quick-dev.md), but designed to keep moving without human interaction. You can use it in an interactive session, but its main purpose is to be used by an orchestrator.
|
||||
|
||||
## What It Does
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ Skip phases 1-3 for small, well-understood work.
|
||||
| `bmad-quick-dev` | Unified quick flow — clarify intent, plan, implement, review, and present | `spec-*.md` + code |
|
||||
| `bmad-dev-auto` | Runs one unattended development-loop iteration — small intent in, code out | `spec-*.md` + code |
|
||||
|
||||
For the orchestrator-facing contract for `bmad-dev-auto`, see [Dev Auto Integration](./dev-auto.md).
|
||||
For the reference on unattended development loops with `bmad-dev-auto`, see [Autonomous Development Loops](./dev-auto.md).
|
||||
|
||||
## Context Management
|
||||
|
||||
|
||||
Reference in New Issue
Block a user