You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added focused relational schema-inspector coverage in packages/tools/tests/data/relational/schema-inspector-postgresql.test.ts, schema-inspector-cache.test.ts, and schema-inspector-filters.test.ts
Added shared schema-inspector test utilities in packages/tools/tests/data/relational/schema-inspector.test-utils.ts
Added story documentation in docs/st09055-schema-inspector-modularization.md capturing the runtime split, validation evidence, and no-regression explicit-any outcome
Reduced packages/tools/src/data/relational/schema/schema-inspector.ts from a mixed-responsibility 725 line implementation to a 126 line public facade below the 300 line planning cutoff
Extracted focused internal modules in packages/tools/src/data/relational/schema/schema-inspector-shared.ts, schema-inspector-postgresql.ts, schema-inspector-mysql.ts, and schema-inspector-sqlite.ts
Preserved schema metadata shape, cache invalidation flow, vendor-specific inspection behavior, and public imports while making vendor adapters and shared normalization logic easier to review in smaller seams