This was generated by AI during triage.
What to build
Harden Rust core diagnostics for repo-local Cargo package ownership and condition-source taxonomy, without attempting active cfg evaluation or full Cargo resolution.
The implementation should keep package/crate ownership as diagnostic and guard input only. It should classify condition sources such as feature-gated, target-gated, test-only, and cfg_attr-affected Rust source so later graph writes can fail closed with precise reasons.
Acceptance criteria
Blocked by
What to build
Harden Rust core diagnostics for repo-local Cargo package ownership and condition-source taxonomy, without attempting active cfg evaluation or full Cargo resolution.
The implementation should keep package/crate ownership as diagnostic and guard input only. It should classify condition sources such as feature-gated, target-gated, test-only, and cfg_attr-affected Rust source so later graph writes can fail closed with precise reasons.
Acceptance criteria
.rsfiles.Blocked by