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
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ npm run build # tsc → packages/agentctx/dist
npm run test # vitest, all packages
npm run typecheck # tsc --noEmit
npm run lint # biome check (lint + format)
npm run check # lint + typecheck + test — what CI runs
npm run check # local full gate: lint + typecheck + build + test
node packages/agentctx/dist/cli.js # run the CLI after building
```

Expand Down
Loading