From 6af6da1d9984bccc39468bf34cb11cc7dd72fde5 Mon Sep 17 00:00:00 2001 From: thuanle Date: Tue, 28 Apr 2026 11:07:31 +0700 Subject: [PATCH] fix: typo Alway -> Always in AGENT.md Co-Authored-By: Claude Opus 4.7 --- AGENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENT.md b/AGENT.md index 0217ada..159745a 100644 --- a/AGENT.md +++ b/AGENT.md @@ -86,7 +86,7 @@ All work starts from a Gitea issue. Two phases, each with a dedicated role: ## 5. Gitea Tools -- Alway use Gitea MCP tools in this project. +- Always use Gitea MCP tools in this project. - Scope: read PR/issue, list comments, post replies, create/edit PRs, reviews. - Use `tea` CLI only as fallback when MCP is unavailable. - Local CLI tools (`git`, `go`, `rg`) are fine for local validation.