Skip to content

Releases: lorelang/lore

v0.2.1

22 Feb 19:01

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Lorelang v0.2.0 (same source code as 0.2.1, so spec and language is pinned at 0.2.0)

Lorelang is an AI-first, self-updating ontology language for agentic systems.
This release focuses on semi-structured ontology authoring, stronger governance, and launch tooling.

Highlights

  • AI-first ontology workflow from unstructured inputs

    • lore ingest transcript
    • lore ingest memory (arscontexta, mem0, graphiti adapters)
    • lore review for proposal acceptance/rejection
  • Language-level behavior and quality

    • Prose-friendly view placeholders with deterministic validation/compilation
    • Improved validation and compiler coverage across core targets
    • Added language conformance suite and conformance tests
  • Launch and developer tooling

    • Makefile shortcuts (make launch-check, make smoke, make dist-check, etc.)
    • End-to-end smoke script
    • CI workflow for launch checks
    • Release-check workflow for build artifact validation
  • Documentation and onboarding

    • Developer guide, plugin guide, meeting-to-ontology guide
    • Versioning/release cycle documentation
    • PR-first contribution workflow

Philosophy

Lorelang is not a memory runtime.
It is the ontology authority layer where durable facts, beliefs, values, and precedents are distilled and governed.

Compatibility

  • Version: 0.2.0
  • Python: >=3.10
  • No breaking language changes intended within the 0.2.x line.