[SLOP(claude-opus-4-8)] docs(actors): apply docs audit fixes#5250
Conversation
Docs Audit Fixes ReviewThis is a high-quality docs cleanup. Most changes are straightforward accuracy fixes (type names, auth header format, API shape corrections). A few things worth double-checking: Issuestesting.mdx — real The new example for testing schedules replaces await schedulerHandle.scheduleTask("reminder", 100); // 100ms in the future
await wait(150); // real-time waitCLAUDE.md is explicit: "Never paper over flakes with retry loops or bumped waits." While this is only documentation code, it teaches users a pattern that will produce flaky tests on slow CI machines. If versions.mdx — default simplification may lose information The table previously documented mode-specific defaults:
The new table collapses that to access-control.mdx — behavioral claim change -Incoming queue messages for undefined queues are ignored and logged as warnings.
+Incoming queue messages for undefined queues are ignored and the publish succeeds as completed."Succeeds as completed" is a meaningful behavioral promise (callers won't see an error). Is this guaranteed by the implementation, or is it observed behavior that might change? If it's an intentional API contract, it belongs in the docs; if it's an implementation detail, softer language would be safer. Minor Notesai-and-user-generated-actors.mdx — the deleted file referenced debugging.mdx — inspector auth in local dev — "Inspector endpoints always require the actor's inspector token, including in local development. There is no local-development bypass." This is a significant change from the previous "No authentication required." If accurate, the addition is valuable. Please confirm this reflects the actual local-dev UX before the page goes live. workflows.mdx — rollback callbacks — Replacing websocket-handler.mdx — Looks Good
|
No description provided.