Commit Graph

2 Commits

Author SHA1 Message Date
rob 14885fb567 Add workspace files and enhanced first-run wizard
- Add PathResolver module for centralized path resolution from settings
- Add workspace export/import (YAML) for shareable configuration
- Replace SetupWizardDialog with multi-page wizard (Simple/Docs/Import modes)
- Add documentation mode settings (auto/standalone/project-docs)
- Implement graceful degradation (hide features when not configured)
- Add Export/Import Workspace menu items
- Update Settings dialog with documentation mode section
- Replace hardcoded paths with paths resolver throughout codebase
- Add pyyaml dependency for workspace file parsing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 05:40:02 -04:00
rob 8a5bd8db03 Project auto-discovery, dashboard improvements, progress bar percentages
Features:
- Auto-discover projects from configurable search paths (Settings UI)
- Projects detected by .git folder presence
- Ignore patterns for trash, project-docs, etc.
- Progress bars now show percentages on all sections
- Individual milestone progress bars also show percentages

Files:
- settings.py: New project_search_paths and project_ignore_folders settings
- project_discovery.py: Rewritten for auto-discovery with metadata merge
- dialogs.py: Settings dialog with search path management
- views/dashboard.py: Progress bars with percentage text
- widgets/collapsible_section.py: Milestone progress bars with percentages

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 04:00:19 -04:00