16 Commits

Author SHA1 Message Date
tiennm99 2477b1e868 chore(ci): bump node to 24 2026-05-13 10:52:29 +07:00
tiennm99 7890f95dba fix(ci): approve native dependency builds via pnpm-workspace.yaml allowBuilds 2026-05-13 10:39:09 +07:00
tiennm99 6ba2a49212 fix(ci): allow build scripts for esbuild, sharp, workerd via pnpm onlyBuiltDependencies 2026-05-13 10:34:07 +07:00
tiennm99 68028d8733 fix(ci): remove pnpm version override conflicting with packageManager 2026-05-13 10:29:06 +07:00
tiennm99 44465ad30e chore: migrate from npm to pnpm 2026-05-13 10:18:17 +07:00
tiennm99 186b428b67 fix(cron): use empty crons=[] to actually clear CF dashboard
Commenting out [triggers] left stale schedules visible in the CF
dashboard — Wrangler only pushes declared config, never removes
implicitly. An empty array is the explicit "clear schedules" signal.

Sample schedule preserved as a comment above the empty array so
re-enabling is a single-line edit.
2026-05-09 13:14:46 +07:00
tiennm99 54c45ab5d5 chore: park worker, recommend cron-job.org as primary scheduler
Comment out [triggers].crons in wrangler.toml — migrated this routine to
cron-job.org (free, verified) to keep the CF cron-trigger free-tier quota
available for other workers. Worker code, secrets, and observability
config stay intact so re-enabling is one toml uncomment + redeploy.

README restructured: lead with cron-job.org setup (signup → headers → JSON
body), demote CF Worker setup to a secondary path under "Using Cloudflare
Workers" for users who specifically want CF infra.
2026-05-09 13:07:59 +07:00
tiennm99 72c420abce feat(observability): enable full Workers Logs traces (100% sampling) 2026-05-09 12:03:47 +07:00
tiennm99 d07f2dbf07 feat(cron): simplify to single expression — 00:00 + hourly 05-23 UTC+7 2026-05-09 11:58:10 +07:00
tiennm99 14ebac0fa5 feat(cron): expand to 20 fires/day, packed into 5 expressions 2026-05-09 11:52:31 +07:00
tiennm99 75d609565d fix(ci): bump Node to 22 (wrangler 4 requires Node >=22) 2026-05-09 11:37:29 +07:00
tiennm99 f5c895eda5 docs: CHANGELOG v0.1.0 + planning artifacts 2026-05-09 11:29:07 +07:00
tiennm99 671ba6ad1b test: vitest in Workers pool, 12 cases incl token redaction + CI 2026-05-09 11:29:07 +07:00
tiennm99 3e68dd7fa4 feat: wrangler config with default 5x-daily crons (UTC+7) 2026-05-09 11:29:07 +07:00
tiennm99 9c52e313c3 feat: scheduled handler that fires Claude Code routines via /fire 2026-05-09 11:29:00 +07:00
tiennm99 3513ab8cf3 chore: init repo scaffold (Apache-2.0, package.json, .gitignore) 2026-05-09 11:28:49 +07:00