rivheal-docs

Documentation Changelog

Changes to this documentation set. Newest entries first.


2026-05-31 — Rasa & ML Deployment Fixes

Trigger: Clarification session — docs did not explain how rasa-bot/ and rivheal-ml-service/ connect to Docker and the server. Three infrastructure bugs were also discovered and fixed.

Bugs fixed (in compose files):

  1. rasa-actions in staging/prod pointed to a nonexistent custom GHCR image. Changed to official rasa/rasa-sdk:3.6.2 with a volume mount.
  2. rasa in staging/prod mounted an empty Docker named volume instead of the actual rasa-bot/ repo. Changed to ${RASA_BOT_PATH}:/app.
  3. ML service GitHub Actions had wrong context: ./rivheal-ml-service (monorepo path). Fixed to context: . for standalone repo.
  4. RASA_SERVER_URL, RASA_ACTIONS_URL, ML_SERVICE_URL missing from staging/prod API env block. Added.

Docs updated:

Docs created:


2026-05-30 — Initial Generation

Trigger: First run of rivheal-doc skill after major AI/ML implementation sprint.

Created:

Codebase state at generation: