You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
-
# Dev Orch
1
+
# devorch-cli
2
2
3
3
> **⚠️ PRE-ALPHA WARNING**
4
4
>
5
-
> Dev Orch is currently in pre-alpha development and **not ready for production use**. Features are experimental, APIs may change without notice, and breaking changes are expected. Use at your own risk.
5
+
> devorch is currently in pre-alpha development and **not ready for production use**. Features are experimental, APIs may change without notice, and breaking changes are expected. Use at your own risk.
6
6
>
7
7
---
8
8
9
-
**Dev Orch is a CLI tool for composable AI workflow automation** - Install custom subagents and slash commands for Claude Code.
9
+
**devorch is a CLI tool for composable AI workflow automation** - Install custom subagents and slash commands for Claude Code.
10
+
11
+
devorch app is available here: https://devor.ch/app
10
12
11
13
Configure exactly which AI agents and commands you need for your project.
12
14
@@ -16,7 +18,7 @@ Configure exactly which AI agents and commands you need for your project.
**Spec-Driven Development** - Comprehensive, planned work
343
345
- Example: User engagement feature across frontend and backend
344
-
- Tools: Dev Orch CLI with workflows
346
+
- Tools: devorch CLI with workflows
345
347
- Benefit: Consistent implementation and verification across workspace
346
348
347
349
See [Workflows](docs/user-guide/workflows.md) for detailed guide.
@@ -545,13 +547,13 @@ See [Extending Guide](docs/developer-guide/extending.md) and [Template Creation
545
547
546
548
---
547
549
548
-
## 🌐 About Dev Orch
550
+
## 🌐 About devorch
549
551
550
-
**Dev Orch is currently a CLI tool.** The web application at [https://devor.ch/cli](https://devor.ch/cli) is planned for future development and will serve as a reference and documentation hub for the open-source CLI.
552
+
**devorch is currently a CLI tool.** The web application at [https://devor.ch/cli](https://devor.ch/cli) is planned for future development and will serve as a reference and documentation hub for the open-source CLI.
551
553
552
554
### Inspiration
553
555
554
-
Dev Orch is based on the [BMAD Method](https://github.com/bmad-code-org/BMAD-METHOD) - a systematic approach to AI-assisted software development that emphasizes:
556
+
devorch is based on the [BMAD Method](https://github.com/bmad-code-org/BMAD-METHOD) - a systematic approach to AI-assisted software development that emphasizes:
555
557
- Breaking down complex work into manageable phases (research, specification, implementation, verification)
556
558
- Using specialized agents for different types of tasks
557
559
- Maintaining context through documentation and structured workflows
@@ -560,7 +562,7 @@ Dev Orch is based on the [BMAD Method](https://github.com/bmad-code-org/BMAD-MET
0 commit comments