From 8c2593057c3c171fa51f57d461d201196da467f7 Mon Sep 17 00:00:00 2001 From: fullsend-code <278716306+fullsend-ai-coder[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:53:49 +0000 Subject: [PATCH] docs(#3389): add product naming guidance to AGENTS.md Add "Product name" bullet to the Key Conventions section of AGENTS.md, establishing "Conforma CLI" as the canonical project name and explicitly deprecating the former "ec-cli" name. This prevents code agents from using stale project names found in issue descriptions when generating user-facing strings, error messages, or documentation. Closes #3389 --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index ce2434c3d..d8243159d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -39,6 +39,9 @@ Tests use build tags with different timeouts: ## Key Conventions +- **Product name:** This project is "Conforma CLI" (binary name: `ec`). Do not use the former + name "ec-cli" in user-facing strings, error messages, or documentation, even if issue + descriptions or existing comments reference the old name. - **Multi-module project:** root, `acceptance/`, `tools/` each have their own go.mod. Run `go mod tidy` in the right module. - **Debug mode:** `--debug` or `EC_DEBUG=1` preserves `ec-work-*` temp directories for inspection.