template 0.7.1: no 5xx leaks, one sibling resolver, cursor pagination documented #15
No reviewers
Labels
No labels
agent-work
agent-working
ultracode
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
open-platform/app-template!15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/template-0.7.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pattern fixes from the app review (each seen ≥2× in built apps):
setErrorHandlerin the template server: unhandled 5xx answers a fixed line, the real error goes to the log — 5 of 7 apps leaked driver internals; workshop and lanyard had each written this fix by hand.src/sibling.ts: the one shared consume-a-sibling shape (dynamic import probe, TTL, timeout-bounded calls, honest degradedstate) — two bespoke copies existed in one org. Tests included.{items, nextCursor}, keyset, never a bare LIMIT); sibling consumption documented againstsrc/sibling.ts.🤖 Generated with Claude Code