Skip to content
Open
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
3 changes: 3 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading