refactor(packages): extract model-core package

This commit is contained in:
YeonGyu-Kim
2026-05-21 02:11:37 +09:00
parent f7ceb03efe
commit 2748009ff2
60 changed files with 2155 additions and 1834 deletions
+8
View File
@@ -0,0 +1,8 @@
Task 3 verification evidence
- `bun run typecheck` => exit 0
- `bun test` => `7312 pass / 1 skip / 2 fail / 7315 total` (matches baseline)
- `bun run build` => exit 0
Notes:
- The 2 failures are pre-existing baseline failures in `src/features/opencode-skill-loader/skill-content.test.ts`.