@wonsukchoi/crondex 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/README.md +16 -30
  2. package/catalog.json +2294 -26
  3. package/jobs/ecommerce/affiliate-commission-payout-check.yaml +38 -0
  4. package/jobs/ecommerce/back-in-stock-notification-backlog-check.yaml +30 -0
  5. package/jobs/ecommerce/bundle-component-stock-mismatch-check.yaml +37 -0
  6. package/jobs/ecommerce/chargeback-fraud-risk-order-review.yaml +43 -0
  7. package/jobs/ecommerce/competitor-price-watch.yaml +60 -0
  8. package/jobs/ecommerce/economic-nexus-threshold-check.yaml +43 -0
  9. package/jobs/ecommerce/failed-payment-dunning-check.yaml +35 -0
  10. package/jobs/ecommerce/marketplace-listing-sync-drift-check.yaml +48 -0
  11. package/jobs/ecommerce/product-feed-health-check.yaml +35 -0
  12. package/jobs/ecommerce/purchase-order-overdue-check.yaml +32 -0
  13. package/jobs/ecommerce/storefront-ssl-domain-expiry-check.yaml +46 -0
  14. package/jobs/ecommerce/vip-tier-reclassification-check.yaml +55 -0
  15. package/jobs/ecommerce/wishlist-abandonment-check.yaml +37 -0
  16. package/jobs/finance/accounts-payable-aging-check.yaml +40 -0
  17. package/jobs/finance/bank-statement-reconciliation-check.yaml +40 -0
  18. package/jobs/finance/budget-vs-actual-variance-report.yaml +38 -0
  19. package/jobs/finance/contractor-1099-threshold-tracker.yaml +43 -0
  20. package/jobs/finance/credit-utilization-watch.yaml +40 -0
  21. package/jobs/finance/duplicate-payment-detection.yaml +43 -0
  22. package/jobs/finance/expense-report-compliance-check.yaml +46 -0
  23. package/jobs/finance/late-fee-interest-risk-check.yaml +43 -0
  24. package/jobs/finance/loan-covenant-compliance-check.yaml +37 -0
  25. package/jobs/finance/month-end-close-checklist-tracker.yaml +39 -0
  26. package/jobs/finance/multi-account-cash-position-rollup.yaml +45 -0
  27. package/jobs/finance/petty-cash-float-reconciliation.yaml +43 -0
  28. package/jobs/finance/quarterly-estimated-tax-calculator.yaml +66 -0
  29. package/jobs/finance/vendor-early-pay-discount-tracker.yaml +45 -0
  30. package/jobs/healthcare/appointment-slot-utilization-check.yaml +56 -0
  31. package/jobs/healthcare/claims-denial-resubmission-check.yaml +43 -0
  32. package/jobs/healthcare/clinical-supply-low-stock-check.yaml +30 -0
  33. package/jobs/healthcare/controlled-substance-inventory-reconciliation.yaml +42 -0
  34. package/jobs/healthcare/hipaa-access-log-audit.yaml +74 -0
  35. package/jobs/healthcare/patient-balance-collections-aging-check.yaml +41 -0
  36. package/jobs/healthcare/patient-immunization-schedule-check.yaml +41 -0
  37. package/jobs/healthcare/patient-portal-message-backlog-check.yaml +39 -0
  38. package/jobs/healthcare/patient-satisfaction-survey-tracking.yaml +59 -0
  39. package/jobs/healthcare/prescription-refill-request-backlog-check.yaml +38 -0
  40. package/jobs/healthcare/prior-authorization-expiry-check.yaml +53 -0
  41. package/jobs/healthcare/staff-cme-credit-tracking.yaml +41 -0
  42. package/jobs/healthcare/telehealth-session-issue-check.yaml +51 -0
  43. package/jobs/hr/aca-fte-threshold-monitor.yaml +44 -0
  44. package/jobs/hr/cobra-notification-deadline-tracker.yaml +47 -0
  45. package/jobs/hr/compliance-training-completion-check.yaml +41 -0
  46. package/jobs/hr/eeo1-filing-deadline-reminder.yaml +37 -0
  47. package/jobs/hr/handbook-acknowledgment-tracking.yaml +34 -0
  48. package/jobs/hr/headcount-budget-variance-check.yaml +37 -0
  49. package/jobs/hr/leave-of-absence-return-tracker.yaml +42 -0
  50. package/jobs/hr/org-chart-manager-drift-check.yaml +40 -0
  51. package/jobs/hr/pay-equity-band-outlier-check.yaml +58 -0
  52. package/jobs/hr/pto-year-end-use-it-or-lose-it-check.yaml +49 -0
  53. package/jobs/hr/retirement-plan-enrollment-deadline-check.yaml +40 -0
  54. package/jobs/hr/workers-comp-claim-status-check.yaml +42 -0
  55. package/jobs/legal/conflict-of-interest-check-tracker.yaml +38 -0
  56. package/jobs/legal/corporate-minute-book-completeness-check.yaml +31 -0
  57. package/jobs/legal/data-privacy-request-deadline-tracker.yaml +61 -0
  58. package/jobs/legal/entity-authority-document-expiry-check.yaml +37 -0
  59. package/jobs/legal/legal-document-retention-purge-review.yaml +39 -0
  60. package/jobs/legal/litigation-hold-acknowledgment-tracker.yaml +40 -0
  61. package/jobs/legal/non-compete-expiry-tracker.yaml +37 -0
  62. package/jobs/legal/outside-counsel-invoice-budget-check.yaml +37 -0
  63. package/jobs/legal/settlement-payment-schedule-tracker.yaml +34 -0
  64. package/jobs/legal/timekeeper-billable-hours-compliance-check.yaml +39 -0
  65. package/jobs/legal/trademark-infringement-watch.yaml +43 -0
  66. package/jobs/legal/vendor-coi-expiry-tracker.yaml +37 -0
  67. package/jobs/realestate/capital-reserve-fund-threshold-check.yaml +32 -0
  68. package/jobs/realestate/eviction-notice-deadline-tracker.yaml +37 -0
  69. package/jobs/realestate/landlord-insurance-claim-status-check.yaml +35 -0
  70. package/jobs/realestate/lease-renewal-offer-window-check.yaml +35 -0
  71. package/jobs/realestate/maintenance-request-sla-check.yaml +39 -0
  72. package/jobs/realestate/move-in-move-out-inspection-tracker.yaml +35 -0
  73. package/jobs/realestate/rent-increase-notice-deadline-check.yaml +54 -0
  74. package/jobs/realestate/rent-roll-vacancy-loss-report.yaml +32 -0
  75. package/jobs/realestate/rental-license-renewal-check.yaml +35 -0
  76. package/jobs/realestate/security-deposit-return-deadline-check.yaml +38 -0
  77. package/jobs/realestate/tenant-application-review-backlog-check.yaml +35 -0
  78. package/jobs/realestate/tenant-renters-insurance-compliance-check.yaml +35 -0
  79. package/jobs/realestate/utility-billback-reconciliation-check.yaml +41 -0
  80. package/jobs/sales/champion-departure-watch.yaml +44 -0
  81. package/jobs/sales/closed-lost-reason-audit.yaml +42 -0
  82. package/jobs/sales/commission-payout-tracker.yaml +32 -0
  83. package/jobs/sales/contract-renewal-opportunity-tracker.yaml +28 -0
  84. package/jobs/sales/discount-approval-pending-check.yaml +31 -0
  85. package/jobs/sales/forecast-submission-compliance-check.yaml +42 -0
  86. package/jobs/sales/multi-year-renewal-escalation-tracker.yaml +31 -0
  87. package/jobs/sales/pipeline-hygiene-audit.yaml +26 -0
  88. package/jobs/sales/poc-trial-conversion-tracker.yaml +29 -0
  89. package/jobs/sales/referral-followup-tracker.yaml +40 -0
  90. package/jobs/sales/territory-coverage-gap-check.yaml +43 -0
  91. package/lib/duplicates-allowlist.js +5 -0
  92. package/package.json +2 -2
package/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  ```
4
4
  ______________ ____ ____/ /__ _ __
5
5
  / ___/ ___/ __ \/ __ \/ __ / _ \| |/_/
6
- / /__/ / / /_/ / / / / /_/ / __/> <
7
- \___/_/ \____/_/ /_/\__,_/\___/_/|_|
6
+ / /__/ / / /_/ / / / / /_/ / __/> <
7
+ \___/_/ \____/_/ /_/\__,_/\___/_/|_|
8
8
  ```
9
9
 
10
10
  **Pre-made cron jobs any AI agent can pull, tweak, and schedule.**
@@ -42,22 +42,11 @@ npx @wonsukchoi/crondex deploy ssl-cert-expiry-check --var host=example.com
42
42
  (matched by its `id` field) against the current catalog, print a diff of
43
43
  what changed, and overwrite it in place. `--dry-run` shows the diff
44
44
  without applying it.
45
- - `deploy <id> [--target crontab|github-actions|systemd|docker|k8s-cronjob|eventbridge|cloud-scheduler] [--var name=value ...]`
46
- — turn a job into something that actually runs: prints a ready crontab
47
- line (or installs it into your own crontab with `--install`), writes a
48
- scheduled GitHub Actions workflow file, writes a systemd
49
- `<id>.service` + `<id>.timer` pair, writes a Dockerfile + `/etc/cron.d`
50
- entry that runs the job on its own schedule in a container, or writes a
51
- self-contained `batch/v1` CronJob manifest (`k8s-cronjob`). `eventbridge`
52
- and `cloud-scheduler` print a ready `aws`/`gcloud` CLI command instead —
53
- those services invoke a target (Lambda/ECS/HTTP endpoint) rather than
54
- running a shell command directly, so the command leaves that target as a
55
- TODO for you to wire up. `--var` overrides a variable's default
56
- (repeatable). `hybrid` jobs deploy their `command` by default; pass
57
- `--mode prompt` to deploy the `prompt` side instead — for
58
- crontab/systemd/docker/k8s targets that means wiring in your own agent
59
- CLI via a `CRONDEX_AGENT_CLI` env var, since crondex can't guess its
60
- syntax.
45
+ - `deploy <id> --target <crontab|github-actions|systemd|docker|k8s-cronjob|eventbridge|cloud-scheduler> [--var name=value ...]`
46
+ — turn a job into something that actually runs (crontab line, GitHub
47
+ Actions workflow, systemd timer, Dockerfile, k8s CronJob, or a ready
48
+ `aws`/`gcloud` command). `--var` overrides a variable's default. `hybrid`
49
+ jobs deploy `command` by default; add `--mode prompt` for the prompt side.
61
50
  - `deploy --list-installed` — show every crondex-managed line in your
62
51
  crontab (the ones left by `--install`)
63
52
  - `uninstall <id>` — remove one of those installed crontab entries
@@ -66,10 +55,7 @@ Add `--json` to `list`/`categories`/`show`/`recommend` for machine-readable
66
55
  output — useful when an agent is parsing the result programmatically
67
56
  instead of a human reading it.
68
57
 
69
- No install needed — `npx` always runs against the latest catalog. Prefer
70
- installing once? `npm install -g @wonsukchoi/crondex`, then drop the `npx`
71
- prefix (run `npm update -g` later to pick up new jobs). Prefer no npm at
72
- all? `git clone` this repo and run `node bin/crondex.js list`.
58
+ No install needed — `npx` always runs against the latest catalog.
73
59
 
74
60
  ---
75
61
 
@@ -117,7 +103,7 @@ tags, variables) use `crondex list`, `crondex recommend`, or browse
117
103
  `jobs/<category>/` directly.
118
104
 
119
105
  <!-- BEGIN JOB SUMMARY -->
120
- 375 jobs across 48 categories:
106
+ 463 jobs across 48 categories:
121
107
 
122
108
  | category | jobs | description |
123
109
  |---|---|---|
@@ -129,26 +115,26 @@ tags, variables) use `crondex list`, `crondex recommend`, or browse
129
115
  | `creator` | 7 | Influencer/creator ops — content calendar, cross-posting, sponsorships. |
130
116
  | `crypto` | 7 | Wallets, gas prices, DeFi risk, and token unlock schedules. |
131
117
  | `devops` | 26 | Infra health — backups, deploys, dependencies, monitoring. |
132
- | `ecommerce` | 7 | Storefront ops — carts, stock, returns, reviews. |
118
+ | `ecommerce` | 20 | Storefront ops — carts, stock, returns, reviews. |
133
119
  | `education` | 7 | Classroom ops — grading, attendance, deadlines, permission slips. |
134
120
  | `events` | 7 | Event planning — budget, RSVPs, staffing, vendors, day-of check-in. |
135
121
  | `fieldservice` | 7 | Dispatch ops — tech ETAs, parts, warranty claims, maintenance contracts. |
136
- | `finance` | 10 | Personal/business finance — budgets, invoices, taxes, subscriptions. |
122
+ | `finance` | 24 | Personal/business finance — budgets, invoices, taxes, subscriptions. |
137
123
  | `fitness` | 7 | Gym/studio ops — memberships, class utilization, equipment. |
138
124
  | `fleet` | 7 | Vehicle fleet compliance — maintenance, registration, licenses, fuel. |
139
125
  | `gaming` | 7 | Streaming and community server ops — schedules, patches, tournaments. |
140
126
  | `government` | 7 | Public-sector ops — records requests, permits, constituent casework. |
141
127
  | `growth` | 7 | Lifecycle marketing — churn, trials, onboarding, reviews. |
142
- | `healthcare` | 7 | Clinic ops — appointments, recalls, licenses, lab results. |
128
+ | `healthcare` | 20 | Clinic ops — appointments, recalls, licenses, lab results. |
143
129
  | `hiring` | 7 | Recruiting pipeline — candidates, offers, interviews, reqs. |
144
130
  | `home` | 7 | Household reminders — maintenance, warranties, plants, safety. |
145
131
  | `hospitality` | 7 | Hotel ops — guest reviews, inspections, maintenance requests. |
146
- | `hr` | 7 | People ops — payroll, onboarding, benefits, reviews, offboarding. |
132
+ | `hr` | 19 | People ops — payroll, onboarding, benefits, reviews, offboarding. |
147
133
  | `insurance` | 7 | Policy tracking — renewals, claims, coverage, certificates. |
148
134
  | `inventory` | 7 | Stock accuracy — counts, shrinkage, expiry, overstock. |
149
135
  | `investing` | 7 | Portfolio tracking — prices, dividends, rebalancing, taxes. |
150
136
  | `learning` | 7 | Personal learning — certs, courses, flashcards, reading. |
151
- | `legal` | 7 | Contracts and deadlines — NDAs, trademarks, court, compliance filings. |
137
+ | `legal` | 19 | Contracts and deadlines — NDAs, trademarks, court, compliance filings. |
152
138
  | `logistics` | 7 | Shipping ops — customs, freight, delays, fees. |
153
139
  | `manufacturing` | 7 | Production ops — downtime, defects, maintenance, suppliers, materials. |
154
140
  | `marketing` | 7 | Campaign ops — ad spend, SEO rank, deliverability, competitors. |
@@ -157,10 +143,10 @@ tags, variables) use `crondex list`, `crondex recommend`, or browse
157
143
  | `podcast` | 7 | Show ops — publish cadence, guests, sponsors, ratings. |
158
144
  | `productivity` | 9 | Work habits — inbox, standups, focus, meetings, reports. |
159
145
  | `publishing` | 7 | Book/print ops — manuscript deadlines, royalties, print runs, rights. |
160
- | `realestate` | 7 | Property management — leases, rent, vacancy, inspections, tax. |
146
+ | `realestate` | 20 | Property management — leases, rent, vacancy, inspections, tax. |
161
147
  | `restaurant` | 7 | Kitchen/FOH ops — food cost, labor cost, waste, inspections. |
162
148
  | `retail` | 7 | Store ops — till reconciliation, opening checklist, scheduling. |
163
- | `sales` | 7 | Pipeline ops — leads, deals, quota, CRM sync. |
149
+ | `sales` | 18 | Pipeline ops — leads, deals, quota, CRM sync. |
164
150
  | `security` | 14 | Security posture — keys, certs, access, scans, firewalls. |
165
151
  | `spa` | 7 | Salon/spa/wellness ops — no-shows, inventory, license renewals, membership churn. |
166
152
  | `support` | 7 | Helpdesk ops — SLA, backlog, CSAT, agent workload. |