Priority: P1 · Area: DX
The identical schema exists at packages/sdk/src/schemas/routedock.schema.json, apps/provider-a/src/routedock.schema.json, and apps/provider-b/src/routedock.schema.json. Both apps load their local copy via createRequire rather than importing from the SDK. A field addition must be synced manually in three places.
Proposed fix: Remove the two app-level copies. Export the schema from the SDK as @routedock/routedock/schema and add the ./schema subpath export to package.json.
RouteDock Drip Wave 6 backlog.
Priority: P1 · Area: DX
The identical schema exists at
packages/sdk/src/schemas/routedock.schema.json,apps/provider-a/src/routedock.schema.json, andapps/provider-b/src/routedock.schema.json. Both apps load their local copy viacreateRequirerather than importing from the SDK. A field addition must be synced manually in three places.Proposed fix: Remove the two app-level copies. Export the schema from the SDK as
@routedock/routedock/schemaand add the./schemasubpath export topackage.json.RouteDock Drip Wave 6 backlog.