Add documentation for common patterns and architecture notes#875
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🧪 E2E Test Results❌ Some tests failed Summary
❌ Failed Tests🌍 Community Worlds (161 failed)mongodb (40 failed):
redis (40 failed):
starter (41 failed):
turso (40 failed):
Details by Category✅ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
❌ 🌍 Community Worlds
✅ 📋 Other
|
📊 Benchmark Results
workflow with no steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) workflow with 1 step💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Express | Nitro workflow with 10 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) Promise.all with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) | Express Promise.all with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Express | Nitro Promise.race with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) | Express Promise.race with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) Stream Benchmarks (includes TTFB metrics)workflow with stream💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Next.js (Turbopack) | Nitro SummaryFastest Framework by WorldWinner determined by most benchmark wins
Fastest World by FrameworkWinner determined by most benchmark wins
Column Definitions
Worlds:
|
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation to CLAUDE.md based on implementation learnings from PR #868, which added SDK version tracking to workflow runs for observability purposes.
Changes:
- Document the fixed versioning strategy for
workflowand@workflow/corepackages - Add guidance for common patterns: genversion for build-time version injection and turbo caching for generated files
- Document architecture notes about the
executionContextfield flexibility and observability data hydration behavior
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CLAUDE.md | Adds documentation for fixed versioning strategy, common patterns (genversion, turbo caching), and architecture notes (executionContext, observability hydration) |
| .changeset/config.json | Implements fixed versioning configuration to ensure workflow and @workflow/core packages maintain the same version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Document fixed versioning for workflow and @workflow/core - Add genversion pattern for build-time version injection - Add turbo caching guidance for generated files - Document executionContext field flexibility - Document observability data hydration behavior Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
cf65667 to
9249853
Compare
Summary
Adds documentation to CLAUDE.md based on learnings from implementing the workflow version observability feature (#868).
Changes
workflowand@workflow/coreexecutionContextfield flexibilityhydrateResourceIO🤖 Generated with Claude Code