chore: comprehensive documentation cleanup for v0.2.1#167
Conversation
## Stale Documents Removed - Delete ROADMAP.md (all items completed via ADR-0001) - Remove untracked docs/adr/0001-unified-bridge-core.md - Remove untracked docs/tasks/unified-bridge-core.md ## Pyodide Version Consistency (v0.24.1 → v0.28.0) - Update DEFAULT_INDEX_URL in src/runtime/pyodide-io.ts - Update README.md browser example - Update docs/runtimes/browser.md examples - Update docs/getting-started.md example - Update docs/configuration.md example - Update test/runtime_pyodide.test.ts expectations - Update test/runtime_config.test.ts expectations This aligns all Pyodide URLs with the >=0.28.0 peer dependency. ## CONTRIBUTING.md Fix - Fix Python version requirement: 3.12+ → 3.10+ (matches CI matrix) ## type-mapping-matrix.md Improvements - Remove false "automatically updated" claim - Fix year: 2024 → January 2026 - Add Pydantic v2 BaseModel documentation - Fix torch.Tensor to show nested ndarray envelope structure ## configuration.md Fix - Remove duplicate "Development Options" header Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (10)
Comment |
There was a problem hiding this comment.
TODO in future PR: automate generation of this file.
Summary
Comprehensive documentation cleanup addressing issues identified during v0.2.1 release review.
Stale Documents Removed
Pyodide Version Consistency (v0.24.1 → v0.28.0)
Aligns all Pyodide URLs with the
>=0.28.0peer dependency:src/runtime/pyodide-io.ts- DEFAULT_INDEX_URLREADME.md- browser exampledocs/runtimes/browser.md- examplesdocs/getting-started.md- exampledocs/configuration.md- exampletest/runtime_pyodide.test.ts- expectationstest/runtime_config.test.ts- expectationsCONTRIBUTING.md Fix
type-mapping-matrix.md Improvements
configuration.md Fix
Test plan
npm run build && npm run typecheckpassesnpx vitest run test/runtime_pyodide.test.ts test/runtime_config.test.tsgrep -r "0.24.1" docs/ README.md src/ test/🤖 Generated with Claude Code