logos
λόγοςthe account of what is
reasoning — works out what follows, as accounts you can re-check
https://github.com/Bitspark/logos ↗Depended on by
kernel re-bases onto the logos reasoning engine (RFC 0006); intent-only — the re-base has not landed yet
codes to logos's published checker SPI (logos-contract): admit = check, gate = solve + check over thesmos's law
intent — the tri-core certifying kernel links logos's check/solve implementation; today only logos-contract is pinned in the manifests
implements logos's published checker SPI — depends on logos-contract (the Derivation/checker types), not logos's engine; the authorization program logos checks
implements logos's published checker SPI (Theory / LeafVerifier / RuleAdmissibility) and supplies a typing Program logos checks; consumes check(), never searches
drives logos as a benchmark subject — the CLI/in-process seam plus the vendored substrate BOM snapshot it resolves release ids from; a downstream consumer only, logos never depends on logos-bench
the benchmark reads against logos's published CLI surface (ADR 0015) and kernel/contract SPI, not its internals