Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading