Rewrite README as full onboarding guide - #31
Merged
Conversation
Expand the README so a new engineer can clone, run, and exercise every v2 flow — SSE, leader election, Last-Event-ID resume, partner webhooks, and the Investigation Agent — from the admin URL alone. Adds a dedicated admin walkthrough, the full tRPC procedure table, a file-layout tree, env-var reference, and corrects the agent model to claude-haiku-4-5. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/earn/activity?scenario=mixed&admin=1to the top of the file and add a six-step admin walkthrough for testing SSE (connect, multi-tab leader election,Last-Event-IDresume), partner webhooks (HMAC + idempotency), and the Investigation Agent (streaming, tool use, cached replay).app/,src/server/,src/features/,src/lib/, env var table, CI gate list, and per-area test coverage highlights.claude-haiku-4-5(previous README + demo script claimedclaude-sonnet-4-6; source insrc/server/ai/system-prompt.tssays Haiku, with a matching comment explaining no extended thinking).Test plan
pnpm devand confirm each step matches what actually happens in the UI (SSE pill, webhook morph, multi-tab sync, resume, agent drawer).pnpm typecheck,pnpm test,pnpm build,pnpm e2estill pass (no code changed — docs only).🤖 Generated with Claude Code