Initial commit with translated description

This commit is contained in:
2026-03-29 10:21:18 +08:00
commit baae4f6033
10 changed files with 185 additions and 0 deletions

12
references/workflow.md Normal file
View File

@@ -0,0 +1,12 @@
## Standard workflow
1. Confirm AI provider and auth method with the user
2. Start Opencode
3. Reuse existing project session if present
4. Select AI model using `/models`
5. Ensure Plan mode
6. Generate and validate plan
7. Switch to Build mode
8. Implement
9. Handle interruptions by returning to Plan mode
10. Repeat until finished