mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Bootstrap the Rust port of Headroom. Additive only — no existing Python code modified. Ships the workshop, not the widgets. Layout Cargo.toml (workspace) + rust-toolchain.toml crates/headroom-core — transform library, stub only crates/headroom-proxy — axum binary, /healthz only crates/headroom-py — PyO3 cdylib, exposes headroom._core.hello() crates/headroom-parity — Rust-vs-Python oracle harness + parity-run CLI Tooling Makefile: test, test-parity, bench, build-proxy, build-wheel, fmt, lint .github/workflows/rust.yml: test, wheels (linux/mac), audit, parity-nightly deny.toml for cargo-deny Parity corpus tests/parity/recorder.py + scripts/record_fixtures.py 125 recorded fixtures across 5 leaf transforms (ccr, tokenizer, log_compressor, diff_compressor, cache_aligner) Docs RUST_DEV.md — developer setup and workspace reference docs/spec/022-rust-migration.md — migration plan and stage breakdown .gitignore: whitelist scripts/record_fixtures.py; ignore target/ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 001-vision.md | ||
| 002-architecture.md | ||
| 003-adrs.md | ||
| 004-domain-model.md | ||
| 005-integrations.md | ||
| 006-actors.md | ||
| 007-behavior.md | ||
| 008-capabilities.md | ||
| 009-compliance.md | ||
| 010-data.md | ||
| 011-deployment.md | ||
| 012-diagrams.md | ||
| 013-disaster-recovery.md | ||
| 014-governance.md | ||
| 015-interfaces.md | ||
| 016-observability.md | ||
| 017-operations.md | ||
| 018-policies.md | ||
| 019-quality.md | ||
| 020-security.md | ||
| 021-testing.md | ||
| 022-rust-migration.md | ||
| SPEC.md | ||