chore: move README images to assets/ and polish the confirmation docs - #41
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ab80cd6. Configure here.
| </p> | ||
|
|
||
|  | ||
|  |
There was a problem hiding this comment.
Stale pubignore path for screenshots
Low Severity
README screenshots now live under assets/, but .pubignore still excludes doc/ as the repo-only screenshot folder. The logo and chat image will therefore enter the published archive, even though that ignore file exists so pub.dev loads them from the repository instead.
Reviewed by Cursor Bugbot for commit ab80cd6. Configure here.
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.


Summary
Two small follow-ups to #40.
doc/toassets/to match the org convention (thestacrepo keeps its README images inassets/) and updates the two README references. History is preserved throughgit mv.How this was verified
npm run buildindocs/completes cleanly (the unquoted colon reproduced the frontmatter failure first).doc/.Checklist
flutter analyze libandflutter analyzeinexample/andplayground/are cleandart format .applieddependencies:inpubspec.yaml(Flutter SDK and flutter.dev packages only)lib/flow_ui.dartand documented indocs/and the README table (not applicable: no API changes)CHANGELOG.mdupdated for user-facing changes, with breaking changes called out (not applicable: repo housekeeping and docs wording)feat:,fix:,refactor:,docs:,chore:)Note
Low Risk
Documentation and README asset paths only; no runtime or public API impact.
Overview
README image URLs now point at
assets/instead ofdoc/(logo and chat screenshot), aligning with the org’s convention after the folder rename.Confirmation docs get a clearer, quoted frontmatter
description(so YAML stays valid with the new colon) and copy edits that swap em dashes for colons, semicolons, and parentheses—same meaning, no API changes.Reviewed by Cursor Bugbot for commit ab80cd6. Bugbot is set up for automated code reviews on this repo. Configure here.