The generated Rust types directory must be deleted after updating typegen.
Current state (transitional):
To complete:
typegen/rust/index.go to skip generating lib.rs, Cargo.toml, README.md when outputting to embedded locationtypegen/check.go to use new path for Rust typesflake.nix generate-typesexclude listqntx-app migrated to use qntx crateqntx-inference plugin createdUpdate typegen to output directly into the crate - Remove the sync step by having typegen generate types in place, skipping lib.rs/mod.rs generation for the embedded location.
Migrate pyre to use shared proto definitions - Replace its local proto compilation with imports from qntx::plugin::proto.
Add pyre integration with qntx types - Use qntx::types::{Job, JobStatus} for job lifecycle consistency.
Move workspace profiles to root Cargo.toml - Consolidate release profiles from individual crates.