Ask claude to do it right
This commit is contained in:
parent
ebcbe3e928
commit
daa122d5e2
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ DataBuild is a bazel-based data build system. Key files:
|
||||||
- [`manifesto.md`](manifesto.md) - Project philosophy
|
- [`manifesto.md`](manifesto.md) - Project philosophy
|
||||||
- [`core-concepts.md`](core-concepts.md) - Core concepts
|
- [`core-concepts.md`](core-concepts.md) - Core concepts
|
||||||
|
|
||||||
|
## Tenets
|
||||||
|
|
||||||
|
- We are building for the future, and choose to do "the right thing" rather than taking shortcuts to get unstuck. If you get stuck, pause and ask for help/input.
|
||||||
|
|
||||||
|
|
||||||
## Build & Test
|
## Build & Test
|
||||||
```bash
|
```bash
|
||||||
# Run comprehensive end-to-end tests (validates CLI vs Service consistency)
|
# Run comprehensive end-to-end tests (validates CLI vs Service consistency)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue