Skip to content

refactor(route): resolve canonical inputs in plugin boundary - #1554

Merged
kubohiroya merged 1 commit into
mainfrom
refactor/route/canonical-input-resolver
Aug 23, 2026
Merged

refactor(route): resolve canonical inputs in plugin boundary#1554
kubohiroya merged 1 commit into
mainfrom
refactor/route/canonical-input-resolver

Conversation

@kubohiroya

Copy link
Copy Markdown
Owner

Summary

  • Move selection-driven route build input resolution from app bootstrap/runtime mutation API into the route plugin canonical boundary.
  • Add the route canonical resolver contract and plugin worker tabular materialization path.
  • Keep app worker bootstrap opaque for route payloads and update route docs/tests.

Closes #1504

Verification

  • pnpm --filter @hierarchidb/route-plugin test -- src/worker/tabular/tests/unit/resolveIdeGsmRouteBuildRoutes.unit.test.ts src/worker/tests/unit/canonicalBuildAPI.contract.unit.test.ts src/services/resolveRouteCanonicalBuildInput.unit.test.ts
  • pnpm --filter @hierarchidb/runtime-worker test -- --runInBand
  • pnpm -w turbo run typecheck --filter @hierarchidb/route-api --filter @hierarchidb/route-plugin --filter @hierarchidb/runtime-worker --filter @hierarchidb/app
  • git diff --check

@kubohiroya
kubohiroya merged commit 17c001e into main Aug 23, 2026
2 checks passed
@kubohiroya
kubohiroya deleted the refactor/route/canonical-input-resolver branch August 23, 2026 10:05
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.

refactor(route): selection-driven input resolver を canonical route boundary へ移す

1 participant