Releases: indigokarasu/corvus
v2.6.5
Fixed
- Corrected session log path documentation: actual location is
{agent_root}/sessions/*.jsonl(flat directory), not{agent_root}/agents/*/sessions/ - Documented Chronicle data-source pitfall:
chronicle.lbugis not SQLite; use MemPalace MCP tools (mcp_mempalace_*) for queries - Added
execute_codeheredoc + nested f-string warning to data-source pitfalls
Changed
- Cron schedules converted from PT to UTC (cron evaluates in UTC).
corvus:updatenow0 7 * * *
v2.6.4
Changes
- feat: Add skill.json configuration file for OCAS architecture coherence
- feat: Version bump for architecture audit 2026-04-10
See CHANGELOG.md for details.
v2.6.3
Replace skill.json references with SKILL.md frontmatter for agentskills.io compatibility.
v2.6.2
Remove hardcoded OpenClaw references. All skills now platform-neutral.
v2.6.1
Storage architecture update: replaced invented $OCAS_DATA_ROOT variable with platform-native {agent_root}/commons/ convention. Replaced intake directory pattern with journal payload convention. Skills now ask the agent for its root directory at init — no environment variables needed.
v2.6.0
Multi-platform compatibility migration: adopted agentskills.io open standard, replaced skill.json with YAML frontmatter, replaced hardcoded paths with $OCAS_DATA_ROOT, abstracted scheduling to declarative metadata. Compatible with OpenClaw and Hermes Agent.
v2.5.3
Architecture coherence audit sync - v2.5.3
v2.5.2
Fix: add missing Ontology types section (Concept/Idea, Signal) to SKILL.md per spec-ocas-ontology.md
v2.5.1
Spec compliance and audit updates
v2.5.0
[2.5.0] - 2026-04-02
Added
- Memory file reading (
MEMORY.md,memory/*.md) as pattern analysis data source - Session log reading with machine-noise filtering (human/assistant messages only)
- Filesystem read permissions for Memory/ and session log paths