Skip to content

Commit 353bbd6

Browse files
committed
docs: update CLAUDE.md for croner migration
1 parent 1c39e76 commit 353bbd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ src/
2121
struct Job {
2222
id: String, // Key from YAML (used for directories)
2323
name: String, // Display name (defaults to id)
24-
schedule: cron::Schedule,
24+
schedule: croner::Cron,
2525
command: String,
2626
timeout: Duration,
2727
concurrency: Concurrency,
@@ -98,7 +98,7 @@ jobs:
9898
2. **Tar available**: `tar` command for archive extraction
9999
3. **Shell available**: Jobs run via `sh -c "<command>"`
100100
4. **Remote auth**: SSH keys or credentials pre-configured for remote repos
101-
5. **Cron format**: Standard 5-field cron (internally converted to 6-field for `cron` crate)
101+
5. **Cron format**: Standard 5-field cron (via `croner` crate)
102102

103103
## Key Flows
104104

0 commit comments

Comments
 (0)