From a79196aa46b308d0ee8e29a15f91da6436449f42 Mon Sep 17 00:00:00 2001 From: nrs <38722970+nrslib@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:54:38 +0900 Subject: [PATCH] Fix capitalization in project description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a4501..6cb8ddc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ๐Ÿ‡ฏ๐Ÿ‡ต [ๆ—ฅๆœฌ่ชžใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆ](./docs/README.ja.md) -**T**ask **A**gent **K**oordination **T**ool - Define how AI agents coordinate, where humans intervene, and what gets recorded โ€” in YAML +**T**AKT **A**gent **K**oordination **T**ool - Define how AI agents coordinate, where humans intervene, and what gets recorded โ€” in YAML TAKT runs multiple AI agents (Claude Code, Codex, OpenCode) through YAML-defined workflows. Each step โ€” who runs, what they see, what's allowed, what happens on failure โ€” is declared in a piece file, not left to the agent.