update agents.md

This commit is contained in:
Stuart Axelbrooke 2025-11-21 18:15:52 +08:00
parent d8af3c8174
commit c96d77dd7f

View file

@ -38,6 +38,7 @@ This architecture provides compile-time correctness, observability through event
- Do not add "unknown" results when parses or matches fail - these should always throw.
- Compile time correctness is a super-power, and investment in it speeds up flywheel for development and user value.
- **CLI/Service Interchangeability**: Both the CLI and service must produce identical artifacts (BEL events, logs, metrics, outputs) in the same locations. Users should be able to build with one interface and query/inspect results from the other seamlessly. This principle applies to all DataBuild operations, not just builds.
- The BEL represents real things that happen: job run processes that are started or fail, requests from the user, dep misses, etc.
## Build & Test
```bash