Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 924 Bytes

File metadata and controls

42 lines (31 loc) · 924 Bytes

Contributing

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

Local Development

npm install
cp .env.example .env

For no-secret local development:

DEMO_MODE=true npm run dev

Before opening a pull request:

npm run typecheck
npm run build

Guidelines

  • 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.