Skip to content

Commit 5823462

Browse files
authored
Merge pull request #63 from 0xPolygon/feat/v2-relay-session
feat: v2 relay session handoff — replace cloudflared tunnel with Durable Object relay + 6-digit code
2 parents cb14d2f + faffeea commit 5823462

51 files changed

Lines changed: 12671 additions & 1956 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist/
77
/.idea/workspace.xml
88
.nx/
99
*/**/.nx
10+
.gstack/

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ published with the CLI package but are not source code.
1919
## Development
2020

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

0 commit comments

Comments
 (0)