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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Synapse is a **batch, run-to-completion** community digest bot: it fetches a day
```bash
npm run build # tsc -> dist/ (also runs automatically via prestart before npm start)
npm start # run the compiled build (production entrypoint)
npm run dev # run from source with ts-node-dev + hot reload
npm run dev # run from source via tsx (no watch — this is a one-shot job)
npm test # vitest run (all unit + integration tests)
npm run test:watch # vitest watch mode
npx vitest run test/unit/config.test.ts # run a single test file
Expand Down
Loading
Loading