Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Documentation lives in the `docs/` folder. Improvements, corrections, and new gu

## Code Style

See **[docs/coding-guidelines.md](docs/coding-guidelines.md)** for the full coding guidelines — the conventions this codebase already follows (package layout, cross-platform build tags, the data-driven detector pattern, error/resilience handling, the JSON/wire contract, secret redaction, testing, and CI gates). New code (human- or agent-authored) should follow it.

- Go source code in `internal/` must pass `golangci-lint` (our CI runs it on every PR)
- Follow the existing code patterns (package structure, naming conventions, JSON struct tags)
- Use the `progress` package for status messages (they respect the `--verbose` flag)
Expand Down
Loading
Loading