Skip to content

Commit 90edd43

Browse files
authored
Rename 'Dev Orch' to 'devorch' in README
Updated instances of 'Dev Orch' to 'devorch' for consistency and branding.
1 parent 4e1c644 commit 90edd43

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Dev Orch
1+
# devorch-cli
22

33
> **⚠️ PRE-ALPHA WARNING**
44
>
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.
66
>
77
---
88

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
1012

1113
Configure exactly which AI agents and commands you need for your project.
1214

@@ -16,7 +18,7 @@ Configure exactly which AI agents and commands you need for your project.
1618

1719
---
1820

19-
![Dev Orch Hero](docs/assets/devorch-hero.png)
21+
![devorch Hero](docs/assets/devorch-hero.png)
2022

2123
---
2224

@@ -88,7 +90,7 @@ Available commands: `install`, `diagnose`, `count-tokens`, `update`, `check-vers
8890

8991
### 2. Configure Anthropic API
9092

91-
Dev Orch uses Claude models directly via the Anthropic API. Configure your environment:
93+
devorch uses Claude models directly via the Anthropic API. Configure your environment:
9294

9395
```bash
9496
export ANTHROPIC_API_KEY=your_api_key_here
@@ -341,7 +343,7 @@ Vibe Coding ←─── Agentic Coding ←─── Spec-Driven Development
341343

342344
**Spec-Driven Development** - Comprehensive, planned work
343345
- Example: User engagement feature across frontend and backend
344-
- Tools: Dev Orch CLI with workflows
346+
- Tools: devorch CLI with workflows
345347
- Benefit: Consistent implementation and verification across workspace
346348

347349
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
545547

546548
---
547549

548-
## 🌐 About Dev Orch
550+
## 🌐 About devorch
549551

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.
551553

552554
### Inspiration
553555

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:
555557
- Breaking down complex work into manageable phases (research, specification, implementation, verification)
556558
- Using specialized agents for different types of tasks
557559
- 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
560562
---
561563

562564
**Links:**
563-
- [Dev Orch Website](https://devor.ch/) (coming soon)
565+
- [devorch Website](https://devor.ch/) (coming soon)
564566
- [This Repository](https://github.com/guicheffer/devorch)
565567
- [BMAD Method](https://github.com/bmad-code-org/BMAD-METHOD)
566568

0 commit comments

Comments
 (0)