@beignet/core 0.0.40 → 0.0.42
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/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/skills/app-architecture/SKILL.md +3 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -207,6 +207,9 @@ Register workflow artifacts explicitly:
|
|
|
207
207
|
- schedules in `server/schedules.ts`
|
|
208
208
|
- tasks in `server/tasks.ts`
|
|
209
209
|
- outbox events and jobs in `server/outbox.ts`
|
|
210
|
+
- Inngest-backed job functions in `server/inngest.ts`; share one app-owned
|
|
211
|
+
client with the jobs provider and mount the registry through the host's
|
|
212
|
+
Inngest adapter
|
|
210
213
|
- queued notification definitions and their delivery job in
|
|
211
214
|
`server/notifications.ts`, then add that job to every worker/outbox registry
|
|
212
215
|
- seeds through the app's seed entrypoint, usually `server/seed.ts`
|