chore(docs): fix repo drift caught by the state snapshot - #39
Merged
Conversation
From the 2026-06-20 repo snapshot's drift report: - changeset: migrate stamps 'migratedFrom' not '_migratedFrom' (pre-#34 name) would ship a self-contradictory CHANGELOG when PR #28 merges. - supabase migration: 'notes' table gains created_at, so list() on it no longer fails at runtime under the default timestampColumn. - adapter-supabase README: drop the stale 'filtered watches not yet supported' (they ship + are tested) and the hardcoded '15/15' count. - adapter-convex README: drop the 'in progress / client adapter lands next' status; the client adapter shipped. - demo: Supabase 'open table' link no longer hardcodes a table OID that a fresh supabase start reassigns. - add @baas/migrate to the README status table + packages list, CONTRIBUTING workspace layout (also adds adapter-convex), RELEASING publishable packages, and typedoc entryPoints.
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.
Fixes the actionable drift the multi-agent repo snapshot surfaced (the Major items + easy doc/config Minors). Deliberately skips the core-type nits (would touch packages/*/src, need a changeset, risk the type-level conformance tests) and the local-only dated specs.
migrate-package.md:_migratedFrom->migratedFrom(the pre-fix(migrate): portable resume marker without leading underscore (Convex) #34 name would ship a self-contradictory CHANGELOG when Version Packages #28 merges).notestable gainscreated_atsolist()on it no longer fails at runtime.supabase startreassigns.@baas/migrateto README status table + packages, CONTRIBUTING layout (+ adapter-convex), RELEASING, and typedoc entryPoints.pnpm verifygreen (143 tests; typedoc now covers migrate, all checks in sync). Nopackages/*/srcchanges, so no changeset needed.