Remove references to untracked local plans/ and todos/ directories

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012U7coQfVu8nK2R4q2mCULA
This commit is contained in:
Alex Garcia 2026-08-31 13:04:31 -07:00 committed by Simon Willison
commit 5e7d2ef5bc
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ These exercise Datasette._startup_sequence() via three different callers:
events (this is what DatasetteClient / plain httpx.ASGITransport uses)
- Both at once, to prove startup hooks run at most once
Also covers ticket 05 (plans/first-request/04-core-plan.md decision #7):
Also covers the asgi_wrapper reorder:
plugin asgi_wrapper middleware runs INSIDE AsgiRunOnFirstRequest (below it)
but OUTSIDE AsgiLifespan (above it), so wrappers only ever see http/
websocket scopes after startup has completed, in both the lifespan and