Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
fcbb296
Switch website agent from just-bash OverlayFs to @vercel/sandbox
sweetmantech Feb 9, 2026
8f2c268
fix: use /vercel/sandbox as writable path in Vercel Sandbox VM
sweetmantech Feb 9, 2026
54518bc
Update startup UI text from justbash to recoup
sweetmantech Feb 9, 2026
b38ed02
Add Privy authentication to website example
sweetmantech Feb 9, 2026
dcf2434
Restrict Privy login to email only
sweetmantech Feb 9, 2026
859ead4
Merge pull request #1 from Recoupable-com/claude/privy
sweetmantech Feb 9, 2026
c931c1a
Move examples/website to root of project
sweetmantech Feb 9, 2026
3f9cf70
fix: resolve build errors from directory restructure
sweetmantech Feb 9, 2026
bea6e65
Remove unused pnpm-workspace.yaml
sweetmantech Feb 9, 2026
33c10d6
Merge pull request #2 from Recoupable-com/sweetmantech/myc-4185-recou…
sweetmantech Feb 9, 2026
384f625
fix: defer sandbox cleanup until stream completes
sweetmantech Feb 9, 2026
96c6b9c
Merge pull request #5 from recoupable/sweetmantech/myc-4186-bash-agen…
sweetmantech Feb 9, 2026
2e10895
feat: load sandbox from Recoup API snapshot
sweetmantech Feb 9, 2026
fac9d69
feat: save sandbox snapshot before stopping (#6)
sweetmantech Feb 9, 2026
3204e62
feat: check sandbox snapshot on login, trigger setup if missing (#9)
sweetmantech Feb 12, 2026
9c752be
refactor: make AGENTS.md source of truth, CLAUDE.md as symlink
sidneyswift Feb 16, 2026
af0d484
fix: rename header to Agent Instructions
sidneyswift Feb 16, 2026
4489e88
fix: use inclusive agent naming in AGENTS.md
sidneyswift Feb 17, 2026
4f11645
Merge pull request #10 from recoupable/feat/agents-md-symlink
recoupableorg Feb 17, 2026
e85f280
feat: update Next.js to 16.2.1 and eslint-config-next
Mar 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
37 changes: 0 additions & 37 deletions .github/workflows/comparison-tests.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/lint.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/typecheck.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/unit-tests.yml

This file was deleted.

63 changes: 44 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,45 @@
node_modules
package-lock.json
.DS_Store
.vscode
.idea
.env
.env.*
dist
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage
debug-*.ts
test-*.ts
profile-*.mjs
*.cpuprofile
bench-*.mjs
todo/
*.parsed.json
.pnpm-store
.docs-test-tmp/
src/commands/python3/worker.js
fuzz-*.log

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# env files (can opt-in for committing if needed)
.env*

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
.env*.local

# agent data (fetched at build time)
/app/api/agent/_agent-data/
24 changes: 0 additions & 24 deletions .npmignore

This file was deleted.

File renamed without changes.
Loading