Skip to content

Report concise scope counts with analysis results - #97

Merged
stef-k merged 6 commits into
mainfrom
feature/94-scope-counts
Aug 25, 2026
Merged

Report concise scope counts with analysis results#97
stef-k merged 6 commits into
mainfrom
feature/94-scope-counts

Conversation

@stef-k

@stef-k stef-k commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Closes #94

Summary

  • Report selected, analyzed, inapplicable, and all-guard-excluded file totals for every completed analysis.
  • Add the exact compact human summary and additive JSON scope object without changing states, findings, policies, or exit behavior.
  • Reuse existing enabled-guard applicability and shared provider work without adding telemetry or generalized statistics infrastructure.
  • Document the counting model and add the feature to the Unreleased changelog.

Validation

  • python -m unittest tests.test_scope_counts — 3 passed.
  • python -m unittest discover -s tests — 288 passed.
  • Empty, mixed, and REVIEW public CLI probes — passed.
  • git diff --check main...HEAD — passed.
  • Code Guard exact changed-file review — only retained non-blocking findings in existing surfaces.

@stef-k
stef-k merged commit 7ed1d8e into main Aug 25, 2026
14 of 15 checks passed
@stef-k
stef-k deleted the feature/94-scope-counts branch August 25, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Report concise scope counts with analysis results

1 participant