Small cleanups / known limitations gathered from in-code TODOs and `CLAUDE.md` nice-to-haves. None are urgent; good incremental work. - [ ] Running tests on incremental datasets is unsupported (`core/actions/test.ts`) - [ ] Postgres adapter truncates large values — should use `Long` (`cli/api/utils/postgres.ts`) - [ ] `data_preparation`: incremental conditions not in compiled output (TODOs in `core/actions/data_preparation.ts`) - [ ] `cli/index.ts` is not type-checked (migrate to typed yargs) - [ ] Test results capped at 1 MB (`cli/api/commands/test.ts`) - [ ] Postgres partitioning gaps: storage options on partitioned parents, sub-partitioning, opclasses on partitioned indexes
Small cleanups / known limitations gathered from in-code TODOs and
CLAUDE.mdnice-to-haves. None are urgent; good incremental work.core/actions/test.ts)Long(cli/api/utils/postgres.ts)data_preparation: incremental conditions not in compiled output (TODOs incore/actions/data_preparation.ts)cli/index.tsis not type-checked (migrate to typed yargs)cli/api/commands/test.ts)