Document the 0.6.0 features and cut the AI tells from README and the site - #48
Merged
Merged
Conversation
…site The README and the landing page still described the app as it was before #44: no folder sizes, no subfolder navigation, and triage marks that died with the folder they were made in. Three of the four things a new user would notice first were missing. README gains browse-in-place (Enter/double-click, back/forward/up, the breadcrumb, Alt+arrows), marks that span folders (the toolbar pill and the commit dialog's per-folder scope), and folder sizes including the states that took the most work to get right - "link" for a junction, "no access" for a folder Windows refuses, and a floor rather than a total when a walk was partial. Preview details gained the folder item count, the build examples dropped -Version now that build.ps1 reads Directory.Build.props, and Tech notes explain why the walk uses FileSystemEnumerable. The landing page gets matching cards, and its mock catches up with the UI: a location bar with back/forward/up and a clickable breadcrumb, a pending-marks pill, real sizes in the Size column, and v0.6.0 on the update pill. Both files also got a pass for AI writing patterns: em dashes out of prose, superlatives and filler adverbs cut ("the fastest way to", "without ever leaving", "actually", "simply"), rhetorical questions and staccato headings rewritten ("Swipe. Swipe. Done." -> "Swipe through a folder"). The em dashes left in docs/index.html are inside the mock, where they reproduce strings the app really prints. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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
README.md
Enter/double-click into a folder, back / forward / up, clickable breadcrumb,Alt+arrows andBackspace, and the remembered per-folder selection.37 marks in 5 folders) with its Discard button, and the commit dialog's per-folder breakdown and scope choice.linkfor a junction,no accessfor a folder Windows refuses,≥ 4.2 GBfor a partial walk).-Versionsincebuild.ps1readsDirectory.Build.props; Tech notes explain theFileSystemEnumerablechoice and the session size cache.docs/index.html
870 MB…), andv0.6.0on the update pill.Both files, pass for AI writing patterns
Why
Three of the four things a new user notices first (folder sizes, subfolder navigation, marks that survive a trip to another folder) shipped in #44 and appeared in neither the README nor the site, so both described the app as it was at 0.5.0.
Notes for a reviewer
docs/index.html. They sit inside the mock and reproduce strings the app really prints:Explorer Helper — <path>(MainWindow.xaml.cs) andTriage committed — …(MainViewModel.CommitTriage). Changing them would make the mock wrong..mock-toolbar; rendered and checked at desktop and narrow widths.pages.ymlwill deploy the site on merge, sincedocs/**changed.🤖 Generated with Claude Code