Skip to content

Promote to production: Cron Expression tool - #161

Merged
slaveofcode merged 2 commits into
mainfrom
develop
Aug 4, 2026
Merged

Promote to production: Cron Expression tool#161
slaveofcode merged 2 commits into
mainfrom
develop

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Promotes feat/cron-expression (PR #160) to production.

Kresna and others added 2 commits August 5, 2026 01:57
Adds a cron expression editor/explainer (like crontab.guru) to the Dev
category. Pure client-side, zero new dependencies.

- cron.lib.ts: 5-field parser, human-readable explainer, next-run calculator.
  Handles *, n, n-m, */n, a-b/n, a,b,c; normalises dow 7→0; DOM+DOW OR
  logic per unix cron spec.
- CronExplainer.tsx: live-updating expression input with per-field labels,
  plain-English description, 13 presets, next-10-runs list. EN + ID.
- 38 unit tests (parseField, parseCron, explainCron, matchesCron, nextRuns).
- SEO content (EN + ID) in tool-seo.ts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013dqouzFP8vy9jaKhTDFj5H
@slaveofcode
slaveofcode merged commit bc0a395 into main Aug 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant