Conversation
|
Important Review skippedToo many files! This PR contains 300 files, which is 150 over the limit of 150. 📒 Files selected for processing (300)
You can disable this status message by setting the Use the checkbox below for a quick retry:
Note 🎁 Summarized by CodeRabbit FreeThe PR author is not assigned a seat. To perform a comprehensive line-by-line review, please assign a seat to the pull request author through the subscription management page by visiting https://app.coderabbit.ai/login. Comment |
There was a problem hiding this comment.
Pull request overview
This PR primarily updates internal knowledge/documentation files and removes a large volume of auto-generated API reference MDX files from the .generated/evolu-docs/ directory. The documentation updates reflect current dependency versions and add a new integration lane process checklist.
Changes:
- Updated dependency documentation to reflect current Node.js and Bun versions.
- Added a new integration lane checklist knowledge file tracking Astro, TanStack, React Native, and Expo integration status.
- Removed a large number of auto-generated API reference MDX files across
@evolu/commonand@evolu/bunpackages.
Reviewed changes
Copilot reviewed 300 out of 1361 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.ai/knowledge/02-dependencies.md |
Updates Node.js current version and removes Node 25 exclusion rule, now excluding only <24 |
.ai/knowledge/08-integration-lane-checklist-2026-02-27.md |
New file documenting the sequential integration lane process and DoD checklist |
.generated/evolu-docs/api-reference/bun/* |
Removes auto-generated API reference docs for Bun DB worker utilities |
.generated/evolu-docs/api-reference/common/** |
Removes auto-generated API reference docs for common utilities (Array, Result, Schedule, etc.) |
| | Astro | done | SQLoot | `feat/new-integrations` | TBD | `coverage:lane:astro` + gate pass, example build pass. | | ||
| | TanStack | done | SQLoot | `feat/new-integrations` | TBD | `coverage:lane:tanstack` + gate pass, example build pass. | | ||
| | React Native | done | SQLoot | `feat/new-integrations` | TBD | `coverage:lane:react-native` + gate pass, package build pass. | | ||
| | Expo | done | SQLoot | `feat/new-integrations` | TBD | `coverage:lane:expo` + web export pass; `expo-doctor` kept informational due Bun workspace duplicate-module false positives. | |
There was a problem hiding this comment.
All four lanes are marked as done and all PR fields are TBD. If these lanes are truly done, the PR numbers should be filled in rather than left as TBD. If they are not yet done, the status should reflect the actual current state. Leaving both done and TBD together is inconsistent and may mislead future readers of this checklist.
| | Astro | done | SQLoot | `feat/new-integrations` | TBD | `coverage:lane:astro` + gate pass, example build pass. | | |
| | TanStack | done | SQLoot | `feat/new-integrations` | TBD | `coverage:lane:tanstack` + gate pass, example build pass. | | |
| | React Native | done | SQLoot | `feat/new-integrations` | TBD | `coverage:lane:react-native` + gate pass, package build pass. | | |
| | Expo | done | SQLoot | `feat/new-integrations` | TBD | `coverage:lane:expo` + web export pass; `expo-doctor` kept informational due Bun workspace duplicate-module false positives. | | |
| | Astro | done | SQLoot | `feat/new-integrations` | - | `coverage:lane:astro` + gate pass, example build pass. | | |
| | TanStack | done | SQLoot | `feat/new-integrations` | - | `coverage:lane:tanstack` + gate pass, example build pass. | | |
| | React Native | done | SQLoot | `feat/new-integrations` | - | `coverage:lane:react-native` + gate pass, package build pass. | | |
| | Expo | done | SQLoot | `feat/new-integrations` | - | `coverage:lane:expo` + web export pass; `expo-doctor` kept informational due Bun workspace duplicate-module false positives. | |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This pull request primarily updates documentation and knowledge files to reflect the latest dependency versions and integration process, and removes several auto-generated API reference files for array and database worker utilities. The most important changes are grouped below:
Dependency and Environment Documentation Updates
.ai/knowledge/02-dependencies.mdto reflect current supported Node.js versions (24 LTS + 25 current) and Bun version (1.3.10), and clarified Node.js minimum version requirements. [1] [2]Integration Lane Process Documentation
.ai/knowledge/08-integration-lane-checklist-2026-02-27.mddocumenting the sequential integration lane process, status tracking, and definition of done checklist for Astro, TanStack, React Native, and Expo integrations.Removal of Auto-generated API Reference Files
appendToArray,arrayFrom,concatArrays,dedupeArray,filterArray, andfirstInArrayfrom the.generated/evolu-docs/api-reference/common/Array/functions/directory. [1] [2] [3] [4] [5] [6]runBunDbWorkerScope,BunDbWorkerScope,bunDbWorkerCode, and the Bun package page from.generated/evolu-docs/api-reference/bun/. [1] [2] [3] [4]