MOOT Semantics provides the vocabulary and classification libraries used by MOOTx01 technology.
Current version: v1.0.36 · generated from canonical source commit 2c3025455.
Choose this repository when: You need the ARIA vocabulary or deterministic local classification from text or code to stable FDC and Wikidata anchors.
Documentation index · package map · dependency graph · security policy
The MOOTx01 engines are published as four standalone Apache-2.0 repositories. You can install one repository or compose the family.
| Repository | Use it for |
|---|---|
moot-memory |
Structured memory, vector search, and local RAG |
moot-semantics |
ARIA vocabulary and deterministic local classification |
moot-system |
Storage, datasets, queues, sync, telemetry, and loopback HTTP |
moot-core |
Shared types, kernel, fingerprints, lifecycle rules, and memory math |
Dependency order is moot-core, then moot-semantics and moot-system,
then moot-memory. The release tags move in lockstep.
| Package | Responsibility | Swift product | Rust crate |
|---|---|---|---|
AriaLexiconLib |
Reified ARIA nouns, verbs, adjectives, and flow rules | AriaLexiconLib |
aria-lexicon-lib |
LatticeLib |
Deterministic local FDC classification and semantic evidence | LatticeLib |
lattice-lib |
EideticLib |
Small text-or-code to stable anchor facade | EideticLib |
eidetic-lib |
Start with EideticLib for one-call anchoring. Use LatticeLib when you need classifier evidence, labels, or lower-level control.
The Swift package requires Swift 6.2 and declares macOS 26 and iOS 26. Add the repository, then select only the products your target uses.
dependencies: [
.package(
url: "https://github.com/codedaptive/moot-semantics.git",
from: "1.0.36"
),
],
targets: [
.target(
name: "YourTarget",
dependencies: [
.product(
name: "EideticLib",
package: "moot-semantics"
),
]
),
]The Rust workspace uses edition 2021. Select a concrete crate by package name.
[dependencies]
eidetic-lib = { git = "https://github.com/codedaptive/moot-semantics", tag = "v1.0.36" }Verify a checkout with both language gates:
swift test
cargo test --workspace --lockeddocs/README.md is the documentation front door.
Each package has three maintained views:
- AriaLexiconLib: overview, implementation detail, AI and maintainer map
- LatticeLib: overview, implementation detail, AI and maintainer map
- EideticLib: overview, implementation detail, AI and maintainer map
Use docs/CONFORMANCE.md for cross-language gates.
Use docs/DATA_PROVENANCE.md for artifact origin.
Use SOURCE.md and docs/PUBLISH_REPORT.md
to trace this release back to the canonical source.
This repository is a generated public venue for MOOTx01 Framework libraries. The code here is Apache-2.0 and is intended for direct use outside the MOOTx01 product. The publisher records the exact source and load report for every tag.
- Canonical source:
mootx01-ee - Source commit:
2c30254551f920bc319855c3278a87a88af97fc4 - Version:
1.0.36 - Generated by:
scripts/lib_publish/publish-libraries.py
See CONTRIBUTING.md before proposing changes and
SECURITY.md for private vulnerability reporting.
MOOTx01 is a registered trademark. Use MOOTx01 Approved only for artifacts
that pass the published conformance and release gates. Independent work that has
not passed those gates should use compatible with MOOTx01 technology.