- ecosystem-phase2.test.ts used node:test — Vitest discovered it but ran 0 tests - Converted to Vitest describe/it/expect — now 2 tests actually execute - Added coverage for missing plan-created-event graceful fallback - Fixed .ts import extension to .js (ESM convention, tsc build compat) - Replaced 6 hardcoded 'chronomind' literals with PRODUCT_ID import |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| eslint.config.js | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||