chore: update opencode workflow and local config
This commit is contained in:
@@ -47,6 +47,11 @@ Scope rejection (hard rule):
|
||||
10. **Discover local conventions first.** Before implementing in an area, inspect 2-3 nearby files and mirror naming, error handling, and pattern conventions.
|
||||
11. **Memory recording discipline.** Record only structural discoveries (new module/pattern/contract) or implementation decisions in relevant basic-memory project notes, link related sections with markdown cross-references, and never record ceremony entries like "started/completed implementation".
|
||||
|
||||
Tooling guidance (targeted):
|
||||
|
||||
- Prefer `ast-grep` for structural code search, scoped pattern matching, and safe pre-edit discovery.
|
||||
- Do not use `codebase-memory` for routine implementation tasks unless the delegation explicitly requires graph/blast-radius analysis.
|
||||
|
||||
Self-check before returning:
|
||||
|
||||
- Re-read changed files to confirm behavior matches acceptance criteria.
|
||||
@@ -79,4 +84,4 @@ RISKS: <anything reviewer/tester should pay special attention to>
|
||||
Status semantics:
|
||||
|
||||
- `BLOCKED`: external blocker prevents completion.
|
||||
- `PARTIAL`: subset completed; report what remains.
|
||||
- `PARTIAL`: subset completed; report what remains.
|
||||
|
||||
Reference in New Issue
Block a user