CogniRelay v1.4.8
CogniRelay v1.4.8 Release Notes
Release date: 2026-04-26
CogniRelay v1.4.8 is a focused packaging compatibility patch for the shipped
last-mile adapter skill. It fixes the cognirelay-continuity-authoring skill
from v1.4.7 so common skill loaders can accept it directly from
agent-assets/.
Highlights
- Added YAML frontmatter to the shipped
cognirelay-continuity-authoring
skill. - Preserved the existing skill body and responsibility split: CogniRelay is the
substrate, the running agent authors semantic continuity fields, and hooks or
adapters do not infer semantic meaning. - Added a flexible regression test that validates the frontmatter block without
overfitting line positions.
Compatibility Notes
- Runtime version is now
1.4.8. - Existing HTTP, MCP, graph, schedule, continuity, UI, and adapter-hook behavior
is unchanged. - The
GET /v1/capabilitiesversionfield remains the capability schema
version ("1").
Verification
Release preparation should pass:
git diff --check
./.venv/bin/python -m ruff check app tests tools agent-assets
./.venv/bin/python -m unittest tests/test_agent_assets_289.py -v
./.venv/bin/python -m unittest discover -s tests -v