chore: update opencode workflow and local config

This commit is contained in:
alex wiesner
2026-03-12 12:14:33 +00:00
parent 86fca23261
commit 95974224f8
31 changed files with 1058 additions and 52 deletions

View File

@@ -31,6 +31,11 @@ Operating rules:
7. Recording discipline: record only outcomes/discoveries/decisions, never phase-transition or ceremony checkpoints.
8. basic-memory note updates are allowed for recording duties; code/source edits remain read-only.
Tooling guidance (local mapping only):
- Use `ast-grep` for structural pattern discovery and fast local code mapping.
- Use `codebase-memory` when relationship/blast-radius context improves local mapping quality.
Required output contract (required):
```text
@@ -48,5 +53,9 @@ DEPENDENCIES:
RISKS:
- <risk description>
LIKELY_BUG_SURFACES:
- <nearby file/component/path>: <coupled defect or consistency risk>
```
- For non-trivial work, `LIKELY_BUG_SURFACES` is required and must identify nearby files/components/paths that may share coupled defects or consistency risks.