@wonsukchoi/crondex 0.17.0 → 0.19.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 (42) hide show
  1. package/README.md +43 -40
  2. package/catalog.json +979 -33
  3. package/jobs/agriculture/grain-storage-temperature-check.yaml +34 -0
  4. package/jobs/automotive/warranty-claim-deadline-check.yaml +35 -0
  5. package/jobs/childcare/allergy-action-plan-expiry-check.yaml +34 -0
  6. package/jobs/construction/material-delivery-delay-check.yaml +32 -0
  7. package/jobs/creator/brand-deal-payment-followup-check.yaml +32 -0
  8. package/jobs/crypto/stablecoin-peg-deviation-watch.yaml +33 -0
  9. package/jobs/ecommerce/shipping-delay-check.yaml +31 -0
  10. package/jobs/education/overdue-library-materials-check.yaml +34 -0
  11. package/jobs/events/speaker-confirmation-deadline-check.yaml +35 -0
  12. package/jobs/fitness/locker-rental-expiry-check.yaml +35 -0
  13. package/jobs/fleet/fleet-insurance-expiry-check.yaml +34 -0
  14. package/jobs/gaming/game-server-disk-space-check.yaml +34 -0
  15. package/jobs/government/public-comment-period-closing-check.yaml +35 -0
  16. package/jobs/growth/seat-utilization-upsell-check.yaml +34 -0
  17. package/jobs/healthcare/medical-equipment-calibration-check.yaml +35 -0
  18. package/jobs/hiring/job-posting-expiry-check.yaml +41 -0
  19. package/jobs/home/utility-bill-anomaly-check.yaml +36 -0
  20. package/jobs/hospitality/housekeeping-turnover-time-check.yaml +41 -0
  21. package/jobs/hr/i9-reverification-deadline-check.yaml +36 -0
  22. package/jobs/insurance/beneficiary-designation-review-reminder.yaml +35 -0
  23. package/jobs/inventory/supplier-lead-time-drift-check.yaml +34 -0
  24. package/jobs/investing/bond-cd-maturity-reminder.yaml +31 -0
  25. package/jobs/learning/practice-streak-check.yaml +33 -0
  26. package/jobs/legal/business-license-renewal-check.yaml +37 -0
  27. package/jobs/logistics/port-congestion-watch.yaml +34 -0
  28. package/jobs/manufacturing/equipment-calibration-due-check.yaml +32 -0
  29. package/jobs/marketing/newsletter-unsubscribe-spike-check.yaml +37 -0
  30. package/jobs/nonprofit/event-rsvp-shortfall-check.yaml +40 -0
  31. package/jobs/podcast/transcript-publish-lag-check.yaml +31 -0
  32. package/jobs/realestate/hoa-fee-collection-check.yaml +35 -0
  33. package/jobs/restaurant/supplier-price-increase-watch.yaml +36 -0
  34. package/jobs/retail/markdown-aging-inventory-check.yaml +33 -0
  35. package/jobs/sales/proposal-followup-nudge.yaml +31 -0
  36. package/jobs/support/macro-usage-staleness-check.yaml +33 -0
  37. package/jobs/team/expense-report-deadline-reminder.yaml +28 -0
  38. package/jobs/travel/hotel-cancellation-deadline-reminder.yaml +32 -0
  39. package/jobs/veterinary/medication-inventory-expiry-check.yaml +31 -0
  40. package/jobs/warehousing/returns-processing-backlog-check.yaml +33 -0
  41. package/lib/recommend.js +75 -2
  42. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,10 @@ npx @wonsukchoi/crondex deploy ssl-cert-expiry-check --var host=example.com
30
30
 
31
31
  - `recommend "<what you want>"` — find the closest matching job (zero
32
32
  tokens, no network call, so an agent can check before writing one from
33
- scratch)
33
+ scratch). Matching handles plurals, a small catalog-grounded synonym set
34
+ (e.g. "notify"/"warn"/"remind" all match jobs tagged `reminder`), and
35
+ falls back to fuzzy (edit-distance) matching on typos when nothing
36
+ matches exactly.
34
37
  - `list [--category x] [--tag y]` / `categories` — browse everything
35
38
  - `show <id>` — print a job's full YAML
36
39
  - `add <id> [--dest path]` — copy it into your project to edit
@@ -114,54 +117,54 @@ tags, variables) use `crondex list`, `crondex recommend`, or browse
114
117
  `jobs/<category>/` directly.
115
118
 
116
119
  <!-- BEGIN JOB SUMMARY -->
117
- 271 jobs across 44 categories:
120
+ 309 jobs across 44 categories:
118
121
 
119
122
  | category | jobs | description |
120
123
  |---|---|---|
121
- | `agriculture` | 5 | Farm operations — weather risk, irrigation, equipment, market prices. |
122
- | `automotive` | 5 | Repair shop workflow — repair orders, parts, loaners. |
123
- | `childcare` | 5 | Daycare compliance and ops — ratios, immunizations, tuition. |
124
- | `construction` | 5 | Job site compliance — permits, inspections, change orders, rentals. |
124
+ | `agriculture` | 6 | Farm operations — weather risk, irrigation, equipment, market prices. |
125
+ | `automotive` | 6 | Repair shop workflow — repair orders, parts, loaners. |
126
+ | `childcare` | 6 | Daycare compliance and ops — ratios, immunizations, tuition. |
127
+ | `construction` | 6 | Job site compliance — permits, inspections, change orders, rentals. |
125
128
  | `content` | 13 | Site/content health — SEO, broken links, freshness, repurposing. |
126
- | `creator` | 5 | Influencer/creator ops — content calendar, cross-posting, sponsorships. |
127
- | `crypto` | 5 | Wallets, gas prices, DeFi risk, and token unlock schedules. |
129
+ | `creator` | 6 | Influencer/creator ops — content calendar, cross-posting, sponsorships. |
130
+ | `crypto` | 6 | Wallets, gas prices, DeFi risk, and token unlock schedules. |
128
131
  | `devops` | 26 | Infra health — backups, deploys, dependencies, monitoring. |
129
- | `ecommerce` | 5 | Storefront ops — carts, stock, returns, reviews. |
130
- | `education` | 5 | Classroom ops — grading, attendance, deadlines, permission slips. |
131
- | `events` | 5 | Event planning — budget, RSVPs, staffing, vendors, day-of check-in. |
132
+ | `ecommerce` | 6 | Storefront ops — carts, stock, returns, reviews. |
133
+ | `education` | 6 | Classroom ops — grading, attendance, deadlines, permission slips. |
134
+ | `events` | 6 | Event planning — budget, RSVPs, staffing, vendors, day-of check-in. |
132
135
  | `finance` | 10 | Personal/business finance — budgets, invoices, taxes, subscriptions. |
133
- | `fitness` | 5 | Gym/studio ops — memberships, class utilization, equipment. |
134
- | `fleet` | 5 | Vehicle fleet compliance — maintenance, registration, licenses, fuel. |
135
- | `gaming` | 5 | Streaming and community server ops — schedules, patches, tournaments. |
136
- | `government` | 5 | Public-sector ops — records requests, permits, constituent casework. |
137
- | `growth` | 5 | Lifecycle marketing — churn, trials, onboarding, reviews. |
138
- | `healthcare` | 5 | Clinic ops — appointments, recalls, licenses, lab results. |
139
- | `hiring` | 5 | Recruiting pipeline — candidates, offers, interviews, reqs. |
140
- | `home` | 5 | Household reminders — maintenance, warranties, plants, safety. |
141
- | `hospitality` | 5 | Hotel ops — guest reviews, inspections, maintenance requests. |
142
- | `hr` | 5 | People ops — payroll, onboarding, benefits, reviews, offboarding. |
143
- | `insurance` | 5 | Policy tracking — renewals, claims, coverage, certificates. |
144
- | `inventory` | 5 | Stock accuracy — counts, shrinkage, expiry, overstock. |
145
- | `investing` | 5 | Portfolio tracking — prices, dividends, rebalancing, taxes. |
146
- | `learning` | 5 | Personal learning — certs, courses, flashcards, reading. |
147
- | `legal` | 5 | Contracts and deadlines — NDAs, trademarks, court, compliance filings. |
148
- | `logistics` | 5 | Shipping ops — customs, freight, delays, fees. |
149
- | `manufacturing` | 5 | Production ops — downtime, defects, maintenance, suppliers, materials. |
150
- | `marketing` | 5 | Campaign ops — ad spend, SEO rank, deliverability, competitors. |
151
- | `nonprofit` | 5 | Fundraising ops — grants, donors, volunteers, board follow-ups. |
136
+ | `fitness` | 6 | Gym/studio ops — memberships, class utilization, equipment. |
137
+ | `fleet` | 6 | Vehicle fleet compliance — maintenance, registration, licenses, fuel. |
138
+ | `gaming` | 6 | Streaming and community server ops — schedules, patches, tournaments. |
139
+ | `government` | 6 | Public-sector ops — records requests, permits, constituent casework. |
140
+ | `growth` | 6 | Lifecycle marketing — churn, trials, onboarding, reviews. |
141
+ | `healthcare` | 6 | Clinic ops — appointments, recalls, licenses, lab results. |
142
+ | `hiring` | 6 | Recruiting pipeline — candidates, offers, interviews, reqs. |
143
+ | `home` | 6 | Household reminders — maintenance, warranties, plants, safety. |
144
+ | `hospitality` | 6 | Hotel ops — guest reviews, inspections, maintenance requests. |
145
+ | `hr` | 6 | People ops — payroll, onboarding, benefits, reviews, offboarding. |
146
+ | `insurance` | 6 | Policy tracking — renewals, claims, coverage, certificates. |
147
+ | `inventory` | 6 | Stock accuracy — counts, shrinkage, expiry, overstock. |
148
+ | `investing` | 6 | Portfolio tracking — prices, dividends, rebalancing, taxes. |
149
+ | `learning` | 6 | Personal learning — certs, courses, flashcards, reading. |
150
+ | `legal` | 6 | Contracts and deadlines — NDAs, trademarks, court, compliance filings. |
151
+ | `logistics` | 6 | Shipping ops — customs, freight, delays, fees. |
152
+ | `manufacturing` | 6 | Production ops — downtime, defects, maintenance, suppliers, materials. |
153
+ | `marketing` | 6 | Campaign ops — ad spend, SEO rank, deliverability, competitors. |
154
+ | `nonprofit` | 6 | Fundraising ops — grants, donors, volunteers, board follow-ups. |
152
155
  | `personal` | 9 | Daily life reminders — bills, habits, meals, screen time. |
153
- | `podcast` | 5 | Show ops — publish cadence, guests, sponsors, ratings. |
156
+ | `podcast` | 6 | Show ops — publish cadence, guests, sponsors, ratings. |
154
157
  | `productivity` | 9 | Work habits — inbox, standups, focus, meetings, reports. |
155
- | `realestate` | 5 | Property management — leases, rent, vacancy, inspections, tax. |
156
- | `restaurant` | 5 | Kitchen/FOH ops — food cost, labor cost, waste, inspections. |
157
- | `retail` | 5 | Store ops — till reconciliation, opening checklist, scheduling. |
158
- | `sales` | 5 | Pipeline ops — leads, deals, quota, CRM sync. |
158
+ | `realestate` | 6 | Property management — leases, rent, vacancy, inspections, tax. |
159
+ | `restaurant` | 6 | Kitchen/FOH ops — food cost, labor cost, waste, inspections. |
160
+ | `retail` | 6 | Store ops — till reconciliation, opening checklist, scheduling. |
161
+ | `sales` | 6 | Pipeline ops — leads, deals, quota, CRM sync. |
159
162
  | `security` | 14 | Security posture — keys, certs, access, scans, firewalls. |
160
- | `support` | 5 | Helpdesk ops — SLA, backlog, CSAT, agent workload. |
161
- | `team` | 5 | Team ops — 1:1s, on-call, PTO, anniversaries. |
162
- | `travel` | 5 | Trip logistics — flights, passports, visas, insurance, miles. |
163
- | `veterinary` | 5 | Clinic ops for animals — vaccines, controlled substances, boarding. |
164
- | `warehousing` | 5 | Warehouse ops — dock scheduling, pick/pack errors, climate control. |
163
+ | `support` | 6 | Helpdesk ops — SLA, backlog, CSAT, agent workload. |
164
+ | `team` | 6 | Team ops — 1:1s, on-call, PTO, anniversaries. |
165
+ | `travel` | 6 | Trip logistics — flights, passports, visas, insurance, miles. |
166
+ | `veterinary` | 6 | Clinic ops for animals — vaccines, controlled substances, boarding. |
167
+ | `warehousing` | 6 | Warehouse ops — dock scheduling, pick/pack errors, climate control. |
165
168
  <!-- END JOB SUMMARY -->
166
169
 
167
170
  ---