Contributions are welcome if they make Morning Signal a clearer, safer, or more useful reference implementation for source-grounded agents.
Good contribution areas:
- new adaptation recipes
- clearer docs
- better demo fixtures
- source scoring improvements
- citation validation
- production deployment guides
- UI improvements that preserve the workflow narrative
npm install
cp .env.example .envFor no-secret local development:
DEMO_MODE=true npm run devBefore opening a pull request:
npm run typecheck
npm run build- Keep retrieval, extraction, evidence assembly, and synthesis as separate stages.
- Do not add features that require secrets in demo mode.
- Keep source links inspectable in final outputs.
- Prefer small, readable examples over broad abstractions.
- Document new environment variables in
.env.example.