@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.
- package/README.md +43 -40
- package/catalog.json +979 -33
- package/jobs/agriculture/grain-storage-temperature-check.yaml +34 -0
- package/jobs/automotive/warranty-claim-deadline-check.yaml +35 -0
- package/jobs/childcare/allergy-action-plan-expiry-check.yaml +34 -0
- package/jobs/construction/material-delivery-delay-check.yaml +32 -0
- package/jobs/creator/brand-deal-payment-followup-check.yaml +32 -0
- package/jobs/crypto/stablecoin-peg-deviation-watch.yaml +33 -0
- package/jobs/ecommerce/shipping-delay-check.yaml +31 -0
- package/jobs/education/overdue-library-materials-check.yaml +34 -0
- package/jobs/events/speaker-confirmation-deadline-check.yaml +35 -0
- package/jobs/fitness/locker-rental-expiry-check.yaml +35 -0
- package/jobs/fleet/fleet-insurance-expiry-check.yaml +34 -0
- package/jobs/gaming/game-server-disk-space-check.yaml +34 -0
- package/jobs/government/public-comment-period-closing-check.yaml +35 -0
- package/jobs/growth/seat-utilization-upsell-check.yaml +34 -0
- package/jobs/healthcare/medical-equipment-calibration-check.yaml +35 -0
- package/jobs/hiring/job-posting-expiry-check.yaml +41 -0
- package/jobs/home/utility-bill-anomaly-check.yaml +36 -0
- package/jobs/hospitality/housekeeping-turnover-time-check.yaml +41 -0
- package/jobs/hr/i9-reverification-deadline-check.yaml +36 -0
- package/jobs/insurance/beneficiary-designation-review-reminder.yaml +35 -0
- package/jobs/inventory/supplier-lead-time-drift-check.yaml +34 -0
- package/jobs/investing/bond-cd-maturity-reminder.yaml +31 -0
- package/jobs/learning/practice-streak-check.yaml +33 -0
- package/jobs/legal/business-license-renewal-check.yaml +37 -0
- package/jobs/logistics/port-congestion-watch.yaml +34 -0
- package/jobs/manufacturing/equipment-calibration-due-check.yaml +32 -0
- package/jobs/marketing/newsletter-unsubscribe-spike-check.yaml +37 -0
- package/jobs/nonprofit/event-rsvp-shortfall-check.yaml +40 -0
- package/jobs/podcast/transcript-publish-lag-check.yaml +31 -0
- package/jobs/realestate/hoa-fee-collection-check.yaml +35 -0
- package/jobs/restaurant/supplier-price-increase-watch.yaml +36 -0
- package/jobs/retail/markdown-aging-inventory-check.yaml +33 -0
- package/jobs/sales/proposal-followup-nudge.yaml +31 -0
- package/jobs/support/macro-usage-staleness-check.yaml +33 -0
- package/jobs/team/expense-report-deadline-reminder.yaml +28 -0
- package/jobs/travel/hotel-cancellation-deadline-reminder.yaml +32 -0
- package/jobs/veterinary/medication-inventory-expiry-check.yaml +31 -0
- package/jobs/warehousing/returns-processing-backlog-check.yaml +33 -0
- package/lib/recommend.js +75 -2
- 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
|
-
|
|
120
|
+
309 jobs across 44 categories:
|
|
118
121
|
|
|
119
122
|
| category | jobs | description |
|
|
120
123
|
|---|---|---|
|
|
121
|
-
| `agriculture` |
|
|
122
|
-
| `automotive` |
|
|
123
|
-
| `childcare` |
|
|
124
|
-
| `construction` |
|
|
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` |
|
|
127
|
-
| `crypto` |
|
|
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` |
|
|
130
|
-
| `education` |
|
|
131
|
-
| `events` |
|
|
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` |
|
|
134
|
-
| `fleet` |
|
|
135
|
-
| `gaming` |
|
|
136
|
-
| `government` |
|
|
137
|
-
| `growth` |
|
|
138
|
-
| `healthcare` |
|
|
139
|
-
| `hiring` |
|
|
140
|
-
| `home` |
|
|
141
|
-
| `hospitality` |
|
|
142
|
-
| `hr` |
|
|
143
|
-
| `insurance` |
|
|
144
|
-
| `inventory` |
|
|
145
|
-
| `investing` |
|
|
146
|
-
| `learning` |
|
|
147
|
-
| `legal` |
|
|
148
|
-
| `logistics` |
|
|
149
|
-
| `manufacturing` |
|
|
150
|
-
| `marketing` |
|
|
151
|
-
| `nonprofit` |
|
|
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` |
|
|
156
|
+
| `podcast` | 6 | Show ops — publish cadence, guests, sponsors, ratings. |
|
|
154
157
|
| `productivity` | 9 | Work habits — inbox, standups, focus, meetings, reports. |
|
|
155
|
-
| `realestate` |
|
|
156
|
-
| `restaurant` |
|
|
157
|
-
| `retail` |
|
|
158
|
-
| `sales` |
|
|
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` |
|
|
161
|
-
| `team` |
|
|
162
|
-
| `travel` |
|
|
163
|
-
| `veterinary` |
|
|
164
|
-
| `warehousing` |
|
|
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
|
---
|