This was generated by AI during triage.
What to build
Add diagnostics that classify Rust source files by Cargo package ownership and crate-root context where that can be determined safely. This should make package and crate-root boundaries visible to profile/evidence output without changing same-crate graph behavior or writing cross-package edges.
Plan: docs/plans/2026-06-27-rust-language-indexing-plan-4-cargo-workspace-package-frontier.md
Roadmap node: 1-4-4-2
Acceptance criteria
Blocked by
What to build
Add diagnostics that classify Rust source files by Cargo package ownership and crate-root context where that can be determined safely. This should make package and crate-root boundaries visible to profile/evidence output without changing same-crate graph behavior or writing cross-package edges.
Plan:
docs/plans/2026-06-27-rust-language-indexing-plan-4-cargo-workspace-package-frontier.mdRoadmap node:
1-4-4-2Acceptance criteria
.rsfiles in a package are classified by package ownership when deterministic.Blocked by