604 B
604 B
Task 05 — Integration and packaging
Integrate outputs from Tasks 01-04 and produce the final runnable archive.
Requirements
- Apply/merge all module changes against the base repository.
- Resolve interface mismatches centrally rather than duplicating adapters.
- Install dependencies.
- Run
npm run typecheck,npm test,npm run build. - Fix integration-only defects.
- Verify no API key is required in the documented subscription-auth path.
- Update README with exact run/auth instructions and known limitations.
- Create the final downloadable ZIP without
node_modulesor build caches.