Add interactive explorer and duplicate audit - #4
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
The previous skill could produce a report, but it was difficult to inspect a specific area interactively. This version lets a person map a path, inspect one node, ask a local AI about its likely purpose, and review duplicate evidence without changing files.
Safety
The default flow is read-only and metadata-first. File previews are bounded and stay local; duplicate hashing is opt-in; reports do not expose raw hashes. The demo assets are synthetic and contain no personal paths.
Validation
python3 -m py_compile audit-local-files/scripts/*.py tests/*.pypython3 tests/smoke_test.pypython3 tests/contract_test.pypython3 tests/duplicate_test.pypython3 tests/interactive_test.pypython3 tests/tui_test.pygit diff --checkThe demo video is intentionally a review artifact for this version; its narration and visual explanation can be refined in a follow-up.