Skip to content

feat(VIG-9): add runtime module for echo-system integration#10

Merged
dnacenta merged 1 commit intodevelopmentfrom
feat/VIG-9-runtime-module
Mar 3, 2026
Merged

feat(VIG-9): add runtime module for echo-system integration#10
dnacenta merged 1 commit intodevelopmentfrom
feat/VIG-9-runtime-module

Conversation

@dnacenta
Copy link
Owner

@dnacenta dnacenta commented Mar 3, 2026

Summary

  • Add runtime module with path-parameterized signal extraction, persistence, cognitive health assessment, and rendering
  • Functions accept root_dir: &Path and individual params (no echo-system config dependency)
  • 45 tests pass including 12 new runtime tests

Context

Closes #9. This enables echo-system to remove its internal src/monitoring/ module (~580 lines) and import from vigil_echo::runtime instead.

Test plan

  • cargo fmt clean
  • cargo clippy --all-targets clean
  • cargo test — 45 passed, 0 failed

Add runtime module with path-parameterized functions for:
- Signal extraction from LLM response text
- Signal frame persistence (load/save from custom root_dir)
- Cognitive health assessment with configurable window/threshold
- Health text rendering for prompt injection

This enables echo-system to remove its internal monitoring module
(~580 lines) and import from vigil-echo::runtime instead.
@dnacenta dnacenta self-assigned this Mar 3, 2026
@dnacenta dnacenta merged commit f1bca64 into development Mar 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add runtime module for echo-system integration

1 participant