Build, test, and maintain the agentscript repository.

Go commands

make fmt
make test
make vet
make build
make check

Docs commands

bun install
bun run docs:dev
bun run docs:check
bun run docs:build

Parser reference

When working on parser behavior, clone claude-replay into the ignored local tmp/ folder:

mkdir -p tmp
git clone https://github.com/es617/claude-replay.git tmp/claude-replay

The Go parser code lives in:

internal/transcript/parser.go
internal/transcript/render.go
internal/transcript/search.go
internal/transcript/slice.go