docs: 新增 OpenCode CLI 配置入门文档

This commit is contained in:
tukuaiai
2026-01-10 21:43:46 +08:00
parent cfdc8bf800
commit 3ba2cc22a2
15 changed files with 895 additions and 7 deletions
+25
View File
@@ -0,0 +1,25 @@
# Workflow Collection
Directory for various automation workflows.
## Directory Structure
```
workflow/
├── auto-dev-loop/ # Fully automated development loop workflow (5-step Agent)
├── canvas-dev/ # Canvas whiteboard-driven development workflow
└── README.md
```
## Available Workflows
| Workflow | Description |
|----------|-------------|
| [auto-dev-loop](./auto-dev-loop/) | 5-step AI Agent closed-loop development process based on state machine + hooks |
| [canvas-dev](./canvas-dev/) | Canvas whiteboard-driven development workflow (AI Chief Architect) |
## Adding New Workflows
1. Create a subdirectory under this directory
2. Include necessary configuration files and documentation
3. Update this README