Commit f3fb6a3
committed
refactor(lint): remove dead files and consolidate schema cluster from smell audit
- Delete 10 dead files left over from earlier fusion-lint split/rename commits, confirmed to have zero importers and no package.json export references:
- cli-plugins/ai-index/src/bin/create-file-stream.ts (superseded by diverged, actively-used createFileStream$ in embed.ts)
- cli/src/lib/app/{assert-package,resolve-app-package,resolve-entry-point}.ts
- cli/src/lib/utils/{assert-file-exists,assert-git-repository,assert-number,assert-object-entries,fetch-multiple-package-info}.ts
- react/router/src/routes/route-factories.ts
- Consolidate cli/src/bin/helpers/template-*-schema.ts (5 tiny mutually-referencing zod schema files) into template.schemas.ts
Verified via fusion-lint (0 warnings, 1203 files), tsc -b --force (cli, cli-plugin-ai-index, react-router), and vitest (19/19 passed).1 parent ddae808 commit f3fb6a3
21 files changed
Lines changed: 80 additions & 425 deletions
File tree
- .changeset
- packages
- cli-plugins/ai-index/src/bin
- cli/src
- bin/helpers
- lib
- app
- utils
- react/router/src/routes
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 0 additions & 43 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 16 deletions
This file was deleted.
This file was deleted.
0 commit comments