NexisChat Docs

Extensibility

How to add new apps/packages and extend the CI/CD system safely.

New workspaces

  1. Create under apps/* or packages/*
  2. Add package.json with expected scripts
  3. CI auto-detects and includes it via Change Detection + Matrix Strategy

Custom checks

  • Use require_script in Matrix Strategy to target only components with a specific script
  • Add specialized workflows (e.g., storybook, e2e) that reuse detection/matrix

Dependabot

  • Configured across apps and packages for weekly updates and daily security PRs