From 2fc21ceb48ac38e1da1a2582af12a7bb2cea4357 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 25 Feb 2026 18:27:37 -0700 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 7bbcc0641d2e9a1e5b78d06cc3d793a527942577..043e0eb08c241277cee476f16129db22bd45dac2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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`