This document captures the near-term roadmap for tightening CI visibility, environment hygiene, and integration testing coverage across the monorepo. It distils the guidance from the Integration Validator and mirrors the priorities the team highlighted in October 2025.
name: fields like Echo Toolkit CI, Kira Prime CI, etc., to make the Actions tab filterable.actions/workflows/echo-toolkit-ci.ymlactions/workflows/kira-prime-ci.ymlactions/workflows/living-garden-ci.ymlactions/workflows/vesselos-research-ci.yml
Once each workflow lands, the badge will show the current status automatically.workflow: queries so contributors can scope the dashboard to a single module in one click.docs/ that collates badge images, latest run metadata, and failure links..env.sample now captures grouped configuration for toolchain defaults, GitHub automation, CI feature flags, the Limnus/Kira vector store, and the collab server. Copy it to .env, .env.integration, or similar per environment..env.sample in the configuration table; module docs should echo this pointer instead of duplicating instructions..env copies; never commit them. For GitHub Actions, rely on the built-in GITHUB_TOKEN and map it to GH_TOKEN where scripts expect that variable.CI_SKIP_SBERT and COLLAB_SMOKE_ENABLED so that local runs can opt into heavier integrations without slowing the default pipeline.docker-compose.yml to launch Redis/Postgres and the collab server, then hit /health and run WebSocket round trips when COLLAB_SMOKE_ENABLED=1.hyperfollow-integration.js followed by verify-integration.js against sample HTML in a Node job.tests/e2e_test.sh and vesselos.py validate to confirm the Garden → Echo → Limnus → Kira ritual.paths filters or commit markers (e.g. [full-test]) to run expensive jobs only when relevant. Nightly schedule: triggers provide a safety net.docs/echo-harmonizer.md – detailed specification for the integration validator.docs/echo-harmonizer.yaml – AI-portable rails metadata.docs/echo-harmonizer-rails-compliance.md – Rails compliance checklist.README.md – updated CI badge list, quicklinks, and configuration reference..env.sample – canonical environment template.Iterate on this plan as new modules or services join the constellation. The Echo Harmonizer framework should remain the north star for evaluating future pipeline changes.