[SLOP(claude-opus-4-8)] docs(examples): split effect example into hello-world-effect and chat-room-effect#5252
Conversation
…lo-world-effect and chat-room-effect
Code Review: Split effect example into hello-world-effect and chat-room-effectOverviewThis PR renames IssuesDual top-level execution in The file runs Hardcoded actor keys in counter tests
const freshCounter = Effect.gen(function* () {
return (yield* Counter.client).getOrCreate(`counter_${yield* Random.nextUUIDv4}`);
});Inconsistent key format in documentation In the quickstart doc, the Effect client calls Minor observations
What looks good
|
No description provided.