From 3fd6437d740d0211b037143f966a482df959ff48 Mon Sep 17 00:00:00 2001 From: cuipinghuo Date: Mon, 3 Aug 2026 22:51:38 -0400 Subject: [PATCH] docs(EC-1980): add product naming guidance to AGENTS.md AI code agents were using the old "ec-cli" name in generated error messages and strings. Add explicit guidance that the project name is "Conforma CLI" and the old name should not be used. Ref: EC-1980 Co-Authored-By: Claude Opus 4.6 (1M context) --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 2f3e7e27b..1d1cbbd6a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -43,6 +43,10 @@ Tests use build tags with different timeouts: Run `go mod tidy` in the right module. - **Debug mode:** `EC_DEBUG=1` preserves `ec-work-*` temp directories for inspection. The `--debug` flag only increases log verbosity. +- **Product name:** This project is "Conforma CLI" (binary name: `ec`). Use "Conforma CLI" in new + user-facing strings, error messages, and documentation. Legacy identifiers required for + compatibility (e.g., `quay.io/enterprise-contract/ec-cli`, Tekton parameter names) must be + preserved as-is. ## CGO and DNS Resolution