codexa 0.0.1

A Git-native content compiler for building typed public and private knowledge artifacts.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 6.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 241.27 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • orbyts/codexa
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • suhailphotos

Codexa

Codexa is a Git-native content compiler for aggregating structured content from multiple repositories into typed public and private knowledge artifacts.

Version 0.0.1 is the initial internal pre-release scaffold.

Version policy

  • 0.0.1 through 0.0.9: internal pre-release development
  • 0.1.0: first working release

Current behavior

$ codexa
Hello from Codexa!

$ codexa --version
codexa 0.0.1

Planned architecture

Git repositories
    ↓
source adapters
    ↓
typed content model
    ↓
resolved content graph
    ↓
renderers
    ├── public website
    ├── private website
    ├── Obsidian vault
    ├── Substack export
    └── additional artifacts

Development

cargo fmt --all --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all-targets --all-features
cargo run

License

MIT