Commit e8a5400
fix: CI blockers from CAAMP/LAFS monorepo merge
1. Remove nested packages/caamp/biome.json — conflicts with root biome
config, causing "nested root configuration" error in CI biome step.
2. Add schemas/**/*.json to packages/lafs/tsconfig.build.json include —
LAFS source imports JSON schemas from ../schemas/v1/ which weren't
in the file list, causing TS6307 errors.
3. Add packages/lafs and packages/caamp to root tsconfig.json project
references — they were missing after monorepo merge.
NOTE: CAAMP's tsup DTS build is still broken (can't find src/commands/
files during declaration generation). This blocks core's tsc because
@cleocode/caamp has no .d.ts files. Needs CAAMP merge author to fix
the tsup config.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 6c9c900 commit e8a5400
3 files changed
Lines changed: 3 additions & 13 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments