Skip to content

Derive query invalidation from repository dependencies#779

Open
patroza wants to merge 2 commits into
mainfrom
feature/repo-derived-query-invalidation
Open

Derive query invalidation from repository dependencies#779
patroza wants to merge 2 commits into
mainfrom
feature/repo-derived-query-invalidation

Conversation

@patroza
Copy link
Copy Markdown
Member

@patroza patroza commented May 31, 2026

Summary

  • add dependency recording for repository reads and writes
  • propagate dependency metadata through RPC query/command envelopes
  • derive Vue Query invalidation from query read deps intersecting command write deps
  • add repository, RPC, and Vue invalidation coverage

Validation

  • pnpm lint-fix
  • pnpm check
  • pnpm --filter @effect-app/vue test -- dependencyInvalidation.test.ts --runInBand
  • pnpm --filter @effect-app/infra test -- rpc-e2e-invalidation.test.ts repository-ext.test.ts --runInBand

Closes #778

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 31, 2026

Open in StackBlitz

@effect-app/cli

npm i https://pkg.pr.new/effect-app/libs/@effect-app/cli@779

effect-app

npm i https://pkg.pr.new/effect-app/libs/effect-app@779

@effect-app/eslint-codegen-model

npm i https://pkg.pr.new/effect-app/libs/@effect-app/eslint-codegen-model@779

@effect-app/eslint-shared-config

npm i https://pkg.pr.new/effect-app/libs/@effect-app/eslint-shared-config@779

@effect-app/infra

npm i https://pkg.pr.new/effect-app/libs/@effect-app/infra@779

@effect-app/vue

npm i https://pkg.pr.new/effect-app/libs/@effect-app/vue@779

@effect-app/vue-components

npm i https://pkg.pr.new/effect-app/libs/@effect-app/vue-components@779

commit: e8092eb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Derive query invalidation from repository dependencies

1 participant