headroom/.github/workflows
chopratejas 0414cb70e4 feat(rust): scaffold workspace + parity harness (phase-0)
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>
2026-04-24 13:39:48 -07:00
..
ci.yml Merge pull request #219 from JerrettDavis/fix/python-github-packages-publish 2026-04-21 21:30:16 -07:00
devcontainers.yml fix: harden devcontainer worktree startup 2026-04-10 13:49:29 -05:00
docker.yml fix: complete fork-friendly release publishing 2026-04-20 19:00:43 -05:00
docs.yml Add MkDocs GitHub Pages documentation site 2026-01-30 20:33:29 -08:00
eval.yml Add OSS evaluation suite, universal JSON crush, latency benchmarks 2026-02-23 19:08:54 -08:00
init-e2e.yml test: cover init install flows end to end 2026-04-21 20:15:11 -05:00
publish.yml Merge branch 'chopratejas:main' into ci/release-automation 2026-04-15 21:44:11 -05:00
release.yml ci: publish Python distributions to GitHub releases 2026-04-20 23:32:31 -05:00
rust.yml feat(rust): scaffold workspace + parity harness (phase-0) 2026-04-24 13:39:48 -07:00
wrap-e2e.yml feat(ci): add docker wrap e2e workflow 2026-04-07 22:36:43 -05:00