Releases: indigokarasu/elephas
v3.2.10
v3.2.8
Removed
- Stale pipeline variants superseded by
elephas_pipeline.pyandelephas_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.pyfrom SKILL.md (replaced with currentelephas_pipeline.pyinvocation).
v3.2.5
Documentation
- Rewrote
references/ladybugdb_operational.md(architectural refactor) - Added Node Type Property Names section to
references/schemas.mddocumentingentity_type,place_type,concept_type,thing_typediscriminator fields - Updated
references/ingestion_pipeline.mdwith journal field location variance notes and session file format details - Added LadybugDB API notes to
references/init_pattern.md
v3.2.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.
v3.2.3
Replace skill.json references with SKILL.md frontmatter for agentskills.io compatibility.
v3.2.2
Remove hardcoded OpenClaw references. All skills now platform-neutral.
v3.2.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.
v3.2.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.
v3.1.2
Architecture coherence audit sync - v3.1.2
v3.1.1
Spec compliance and audit updates