Commit 0636dbd
feat: add full-project build rule and common pitfalls to builder prompt and skills
- Add principle 4 to builder prompt: "Fix everything" — run full `dbt build` after changes
- Add full project build instruction after first-build note
- Add 4 new common pitfalls: column casing, stopping at compile, skipping full build, ignoring pre-existing failures
- Add iron rule 5 to dbt-develop: fix ALL errors including pre-existing
- Expand dbt-troubleshoot iron rule to include fixing all errors, not just reported ones
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a5d07ae commit 0636dbd
3 files changed
Lines changed: 11 additions & 2 deletions
File tree
- .opencode/skills
- dbt-develop
- dbt-troubleshoot
- packages/opencode/src/altimate/prompts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments