Commit Graph

2 Commits

Author SHA1 Message Date
jgrusewski
b84e14e175 fix(fxt): mark machine_id test as #[ignore] for container CI
test_machine_id_derivation reads /etc/machine-id which doesn't exist
in container environments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 14:35:56 +01:00
jgrusewski
9c3d741a08 refactor: restructure repo — crates/, bin/, testing/ layout
Move 17 library crates into crates/, CLI binary into bin/fxt,
consolidate 10 test crates into testing/, split config crate
from deployment config files.

Root directory reduced from 38+ to ~17 directories.
All Cargo.toml paths and build.rs proto refs updated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 11:56:00 +01:00