@@ -5,6 +5,7 @@
- Storage is SQLite in a per-project `.td/tasks.db` database.
- Entry flow is `src/main.rs` → `yatd::run()` (`src/lib.rs`) → `cmd::dispatch()` (`src/cmd/mod.rs`).
- We use jj for version control, not git. DO NOT use Conventional Commits. Do use imperative, Linux kernel-style commits.
+- JSON mode is not for "agent consumers". It's for wiring things together, whether the wirer is human or LLM.
## Essential commands
- Format: `make fmt`