Skip to content

Releases: indigokarasu/corvus

v2.6.5

27 Apr 01:27

Choose a tag to compare

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.lbug is not SQLite; use MemPalace MCP tools (mcp_mempalace_*) for queries
  • Added execute_code heredoc + nested f-string warning to data-source pitfalls

Changed

  • Cron schedules converted from PT to UTC (cron evaluates in UTC). corvus:update now 0 7 * * *

v2.6.4

10 Apr 16:21

Choose a tag to compare

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

10 Apr 05:36

Choose a tag to compare

Replace skill.json references with SKILL.md frontmatter for agentskills.io compatibility.

v2.6.2

10 Apr 04:56

Choose a tag to compare

Remove hardcoded OpenClaw references. All skills now platform-neutral.

v2.6.1

09 Apr 06:17

Choose a tag to compare

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

09 Apr 04:32

Choose a tag to compare

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

07 Apr 16:07

Choose a tag to compare

Architecture coherence audit sync - v2.5.3

v2.5.2

05 Apr 07:44

Choose a tag to compare

Fix: add missing Ontology types section (Concept/Idea, Signal) to SKILL.md per spec-ocas-ontology.md

v2.5.1

04 Apr 18:38

Choose a tag to compare

Spec compliance and audit updates

v2.5.0

02 Apr 21:26

Choose a tag to compare

[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