Merged
Conversation
- Created comprehensive docs/E2E_WALKTHROUGH.md covering all app phases - Captured 32 screenshots from the production Linux AppImage (v2.0.4) - Documents: Welcome, Setup, Discover, Organize, Search, Settings phases - Includes all 6 Settings sections expanded with every configuration option - Shows Model Setup Wizard, file selection, analysis progress, Knowledge OS - Screenshots taken from actual user interactions with the built distribution Co-authored-by: Levy Tate <iLevyTate@users.noreply.github.com>
- 01_welcome_and_setup_walkthrough.mp4 — Welcome screen, How it works, Setup phase - 02_discover_phase_walkthrough.mp4 — Naming Strategy, Knowledge OS, file import - 03_discover_analysis_and_model_setup.mp4 — Model wizard, download progress - 04_settings_search_and_navigation.mp4 — Settings overview, Search widget - 05_settings_deep_dive_and_scan_folder.mp4 — All settings expanded, Scan Folder demo Co-authored-by: Levy Tate <iLevyTate@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
- Fixed model path issue: Qwen 0.5B model needed to be in userData dir - Added 7 new screenshots showing successful AI analysis pipeline - Analysis complete with 5/5 files at 95-100% confidence - Organize phase showing AI-generated rename suggestions and batch ops - Knowledge OS semantic search with real results (keyword + NL queries) - Added video 06_organize_and_knowledge_os_demo.mp4 - Updated E2E_WALKTHROUGH.md with working analysis and search sections Co-authored-by: Levy Tate <iLevyTate@users.noreply.github.com>
The LlamaService resolves models via app.getPath('userData') which is
~/.config/StratoSort Core/models/ (with space), not the legacy
~/.config/stratosort-core/models/ path used by postinstall. Document
this to prevent future confusion.
Co-authored-by: Levy Tate <iLevyTate@users.noreply.github.com>
All Organize phase and Knowledge OS screenshots/video are now captured from the production AppImage (StratoSortCore-2.0.4-linux-x86_64.AppImage). No DevTools, no browser chrome, no localhost URLs. - Replaced screenshots 34-38 with clean production captures - Replaced video 06 with production AppImage recording - Removed screenshots 33, 39 (dev-mode only, no prod equivalent) - Updated E2E_WALKTHROUGH.md to remove dev-mode screenshot refs Co-authored-by: Levy Tate <iLevyTate@users.noreply.github.com>
- Added Understand tab: AI conversational chat with RAG, document search, source citation (screenshots 46-48) - Added Relate tab: Knowledge Graph with clusters, expanded file nodes, node details, WHY THIS CLUSTER tags, connection reasons, insights panel with organizational health score A(95) (screenshots 49-54) - Added video 08_knowledge_os_all_tabs_complete.mp4 covering all 3 tabs - Updated E2E_WALKTHROUGH.md with full Knowledge OS documentation Co-authored-by: Levy Tate <iLevyTate@users.noreply.github.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.
Summary
docs/E2E_WALKTHROUGH.md) covering all 8 app areas.e2e-screenshots/) captured from the production Linux AppImage.e2e-videos/) demonstrating real user interactions with the built AppImage distribution.Scope
Type of Change
Test Plan
Automated
npm run format:checknpm run lintnpm testManual QA
TESTING.md)Manual QA notes:
StratoSortCore-2.0.4-linux-x86_64.AppImage) on Linux.docs/E2E_WALKTHROUGH.mdfor accuracy, clarity, and correct referencing of media files.Checklist
Known Limitations:
The "Organize" and "Complete" phases could not be fully demonstrated with AI analysis due to VM environment constraints (SIGILL crashes with larger LLM models). These phases are documented based on codebase structure.