Skip to content
Merged
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
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,18 +275,20 @@ export ACCESSIBLE=1 # Screen reader friendly mode
## Development

```bash
# Prerequisites: mise (https://mise.jdx.dev/)
git clone https://github.com/GrayCodeAI/trace.git
cd trace && mise install && mise trust
cd trace

# Build
mise run build

# Test
mise run test # Unit tests
mise run test:ci # Full suite (unit + integration)
# With make (recommended — consistent with all other hawk-eco repos)
make build
make test
make ci # lint + test + security
make cover # coverage report

# Lint & format
# With mise (alternative)
mise install && mise trust
mise run build
mise run test
mise run test:ci
mise run fmt && mise run lint
```

Expand Down
4 changes: 2 additions & 2 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.