Skip to content

Releases: indigokarasu/elephas

v3.2.10

27 Apr 04:36

Choose a tag to compare

Changed

  • Version alignment: SKILL.md frontmatter, CHANGELOG.md, and GitHub release tag now in sync per spec-ocas-skill-publishing.md. No functional change in this release.

v3.2.8

27 Apr 01:26
f506cd0

Choose a tag to compare

Removed

  • Stale pipeline variants superseded by elephas_pipeline.py and elephas_deep_pipeline.py: elephas_pipeline_v2.py, elephas_run_ingest_consolidate.py, cron_ingest_consolidate.py, ingest_and_consolidate.py, ingest_journals.py.
  • References to nonexistent immediate_consolidate.py from SKILL.md (replaced with current elephas_pipeline.py invocation).

v3.2.5

27 Apr 01:26
f506cd0

Choose a tag to compare

Documentation

  • Rewrote references/ladybugdb_operational.md (architectural refactor)
  • Added Node Type Property Names section to references/schemas.md documenting entity_type, place_type, concept_type, thing_type discriminator fields
  • Updated references/ingestion_pipeline.md with journal field location variance notes and session file format details
  • Added LadybugDB API notes to references/init_pattern.md

v3.2.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.

v3.2.3

10 Apr 05:36

Choose a tag to compare

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

v3.2.2

10 Apr 04:56

Choose a tag to compare

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

v3.2.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.

v3.2.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.

v3.1.2

07 Apr 16:07

Choose a tag to compare

Architecture coherence audit sync - v3.1.2

v3.1.1

04 Apr 18:38

Choose a tag to compare

Spec compliance and audit updates