Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .ai/knowledge/02-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ bunx <package> # Execute packages

| Tool | Minimum | Current |
| ---------- | -------- | ------- |
| Node.js | >=24.0.0 | LTS 24 |
| Bun | 1.3.8 | 1.3.9 |
| Node.js | >=24.0.0 | 24 LTS + 25 current |
| Bun | 1.3.8 | 1.3.10 |
| TypeScript | ^5.9.3 | 5.9.3 |

## Key Dependencies
Expand Down Expand Up @@ -47,4 +47,4 @@ bun run clean # Clean all build artifacts
- ❌ pnpm / npm / yarn
- ❌ ESLint / Prettier
- ❌ pnpm-lock.yaml (we have bun.lock)
- ❌ Node.js 25 (not LTS, use 24)
- ❌ Node.js <24
29 changes: 29 additions & 0 deletions .ai/knowledge/08-integration-lane-checklist-2026-02-27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Integration Lane Checklist (Astro -> TanStack -> React Native -> Expo)

This checklist enforces sequential delivery (`WIP = 1`) and explicit Definition
of Done for each lane.

## Rules

- Only one active lane at a time.
- Next lane starts only after previous lane reaches `done`.
- If blocked for more than one business day, stop lane and open a follow-up issue.

## Lane Status

| Lane | Status | Owner | Branch | PR | Notes |
| --- | --- | --- | --- | --- | --- |
| 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. |
Comment on lines +16 to +19
Copy link

Copilot AI Feb 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
| 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. |

Copilot uses AI. Check for mistakes.

## DoD Checklist Template

- [ ] Unit tests cover server/client/wrapper paths
- [ ] Error contract (`name`, `code`, message) is asserted
- [ ] Lane coverage command passes
- [ ] Lane coverage gate passes at `100/100/100/100`
- [ ] Example smoke build passes
- [ ] CI lane is green
- [ ] Knowledge log updated with snapshot and decisions

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions .generated/evolu-docs/api-reference/bun/page.mdx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading