Roadmap item (see ROADMAP.md). Record the git HEAD (and dirty flag) of each run in run-meta.json. On the next submit, diff against the previous run: re-scan only modules whose files changed, reuse prior results for untouched modules, and mark the reused portions in the synthesis report. Makes recurring scouting O(delta) instead of O(repo) — the quarterly-scan use case.
Roadmap item (see ROADMAP.md). Record the git HEAD (and dirty flag) of each run in
run-meta.json. On the next submit, diff against the previous run: re-scan only modules whose files changed, reuse prior results for untouched modules, and mark the reused portions in the synthesis report. Makes recurring scouting O(delta) instead of O(repo) — the quarterly-scan use case.