Releases: lorelang/lore
Releases · lorelang/lore
v0.2.1
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 transcriptlore ingest memory(arscontexta,mem0,graphitiadapters)lore reviewfor 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
Makefileshortcuts (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.xline.