Skip to content

E2e video documentation#34

Merged
iLevyTate merged 6 commits intomainfrom
cursor/e2e-video-documentation-2cc9
Feb 27, 2026
Merged

E2e video documentation#34
iLevyTate merged 6 commits intomainfrom
cursor/e2e-video-documentation-2cc9

Conversation

@iLevyTate
Copy link
Owner

Summary

  • Created comprehensive user documentation (docs/E2E_WALKTHROUGH.md) covering all 8 app areas.
  • Added 32 annotated screenshots (e2e-screenshots/) captured from the production Linux AppImage.
  • Included 5 walkthrough videos (e2e-videos/) demonstrating real user interactions with the built AppImage distribution.
  • The documentation and media aim to provide a clear guide on how to use the app from a user's perspective.

Scope

  • Area(s): Documentation, User Experience, E2E Testing
  • Risk Level: Low
  • Breaking Changes: None

Type of Change

  • Bug fix
  • Enhancement
  • New feature (new user documentation)
  • Refactor
  • Documentation update
  • Breaking change

Test Plan

Automated

  • npm run format:check
  • npm run lint
  • npm test
  • Additional tests added/updated when behavior changed

Manual QA

  • Manual checklist completed (see TESTING.md)
  • Not applicable (explain below)

Manual QA notes:

  • Launched the production AppImage (StratoSortCore-2.0.4-linux-x86_64.AppImage) on Linux.
  • Interacted with all accessible phases of the application UI to capture videos and screenshots.
  • Verified the quality of captured video and image assets.
  • Reviewed docs/E2E_WALKTHROUGH.md for accuracy, clarity, and correct referencing of media files.

Checklist

  • I scoped this PR to one logical change
  • I self-reviewed code and naming for clarity
  • I updated docs/config references where needed
  • I called out follow-up work or known limitations

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.


Open in Web Open in Cursor 

cursoragent and others added 2 commits February 27, 2026 18:05
- 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
Copy link

cursor bot commented Feb 27, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

cursoragent and others added 4 commits February 27, 2026 19:05
- 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>
@iLevyTate iLevyTate marked this pull request as ready for review February 27, 2026 22:49
@iLevyTate iLevyTate merged commit bd48f54 into main Feb 27, 2026
7 checks passed
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.

2 participants