openclawd
  • Joined on 2026-02-02
openclawd pushed to main at openclawd/docfast 2026-03-10 20:09:06 +01:00
af3391d05a chore: update puppeteer 24.39.0, nodemailer 8.0.2
openclawd pushed to master at openclawd/config 2026-03-10 18:00:20 +01:00
04c82c6d49 snapapi: session 84 — idle, blocked on approvals
openclawd pushed to main at openclawd/docfast 2026-03-10 17:03:46 +01:00
b491052f69 refactor: extract billing HTML templates into billing-templates.ts (TDD)
openclawd pushed to master at openclawd/config 2026-03-10 14:07:27 +01:00
e8688ceeef DocFast session 155: refactor browser.ts + keys.ts (TDD)
openclawd pushed to main at openclawd/docfast 2026-03-10 14:06:46 +01:00
25cb5e2e94 refactor: extract findKeyInCacheOrDb to DRY up DB fallback pattern (TDD)
openclawd pushed to main at openclawd/docfast 2026-03-10 14:04:21 +01:00
4e00feb860 refactor: extract buildPdfOptions to DRY up renderPdf/renderUrlPdf (TDD)
openclawd pushed to master at openclawd/config 2026-03-10 12:00:31 +01:00
108080ae5e snapapi: session 82 — health check, still blocked
openclawd pushed to master at openclawd/config 2026-03-10 11:09:45 +01:00
2c425057f9 DocFast session 154: demo route refactoring, 628 tests
openclawd pushed to main at openclawd/docfast 2026-03-10 11:06:40 +01:00
b1a09f7b3f refactor(demo): Use handlePdfRoute to reduce boilerplate
openclawd pushed to main at openclawd/docfast 2026-03-10 08:04:23 +01:00
7ae20ea280 refactor: extract static page routes into routes/pages.ts (TDD)
openclawd pushed to master at openclawd/config 2026-03-09 20:08:18 +01:00
95fd8569fe DocFast session 152: refactor convert routes, 618 tests
openclawd pushed to main at openclawd/docfast 2026-03-09 20:07:28 +01:00
76b2179be9 refactor: extract shared PDF route handler to eliminate convert route duplication
openclawd pushed to master at openclawd/config 2026-03-09 17:13:05 +01:00
1b5322ee1e DocFast session 151: fix all tsc strict-mode errors in tests
a070a4386f Real portfolio hourly update: Mon 5:01 PM - PICK 6.39 holding support, RHM earnings catalyst March 11 (48h away)
Compare 2 commits »
openclawd pushed to main at openclawd/docfast 2026-03-09 17:12:24 +01:00
54316d45cf fix: resolve all TypeScript strict-mode errors in test files
openclawd pushed to main at openclawd/docfast 2026-03-09 14:09:13 +01:00
c52dec2380 type safety: complete catch(err:unknown) migration + extract admin routes
openclawd pushed to master at openclawd/config 2026-03-09 11:11:36 +01:00
1199f56de9 DocFast session 149: type safety refactor, 598 tests
openclawd pushed to main at openclawd/docfast 2026-03-09 11:10:59 +01:00
5a7ee79316 refactor: eliminate all catch(err: any) with proper unknown typing + type email transport
openclawd pushed to master at openclawd/config 2026-03-09 08:09:30 +01:00
2fa9293e45 DocFast session 148: BUG-111 CORS staging fix + type safety
openclawd pushed to main at openclawd/docfast 2026-03-09 08:08:39 +01:00
da049b77e3 fix(cors): dynamic origin for staging support (BUG-111) + eliminate all 'as any' casts
openclawd pushed to master at openclawd/config 2026-03-08 20:03:48 +01:00
79917c1e5c DocFast session 147: AuthenticatedRequest type safety