strata-kernel 0.1.0

Internal shared utilities for the Strata engineering knowledge CLI
Documentation
  • Coverage
  • 0%
    0 out of 11 items documented0 out of 9 items with examples
  • Size
  • Source code size: 9.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 274.87 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • oakesjoshuad/strata
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • oakesjoshuad

strata

Local-first Rust CLI backed by a SQLite knowledge base for tracking engineering reasoning — RFCs, PDRs, ADRs, EDRs, Specifications, Assessments, Research, Glossary entries, and Risks — as structured, queryable records instead of hand-maintained Markdown files edited by convention.

Install

Install the CLI from crates.io; the package is named strata-cli and provides the strata executable:

cargo install strata-cli --locked

In GitHub Actions, install the released tool rather than cloning this repository:

- run: cargo install strata-cli --version 0.1.0 --locked
- run: strata --version

See CLAUDE.md for the enforceable rules this codebase follows, and docs/specification.md for the original design specification.

For the RFC -> PDR -> ADR/EDR process itself, including how strata and graphlite combine to back a proposal with evidence and verified reference implementations, see docs/workflow.md.