Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
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 @@ -19,7 +19,7 @@ published with the CLI package but are not source code.
## Development

- Dev environment requires Node 24+ (`.nvmrc`). The published CLI supports Node 20+.
- `node packages/polygon-agent-cli/src/index.ts` runs the CLI directly from source.
- `tsx packages/polygon-agent-cli/src/index.ts` runs the CLI directly from source (tsx handles `.js`→`.ts` remapping for workspace packages).
- `pnpm run build` compiles TypeScript to `dist/` (targeting es2023 for Node 20 compat).
- The CLI uses yargs with the `CommandModule` builder/handler pattern.

Expand Down
Loading
Loading