DevFlow Vault
DevFlow Vault is a VS Code/Cursor productivity extension that keeps your repetitive workflow tools in one place.
Important
- Open
DevFlow: Quick Action Hub first if you are new.
- All project data is local in
.vscode/ (no backend/database).
- Use keyboard shortcuts to keep workflow fast and focused.
Current v0.0.1 Features
- Smart pinboard with last-edited and git-aware status.
- Pinboard quick filter modes (
all, changedOnly, conflictsOnly, cleanOnly).
- Inline pin group risk badges (
LOW, MEDIUM, HIGH).
- Quick Action Hub (
Ctrl/Cmd+Alt+K) for fast command access.
- Status bar pinboard mode control (
DevFlow sort/filter).
- Today Focus suggestion to auto-place active file in best group.
- Today Focus Top 3 panel with streak-based ranking.
- Focus streak ordering mode (
focusStreak) for pinboard sort.
- Explainable focus recommendations with confidence + reason.
- Lower UI churn via pinned-file-only refresh triggers and debounce.
- Dedicated Bookmarks module/view (
bookmarks.json).
- Macro recorder flow (start/stop + captured IDE file actions).
- Automatic diagnostics ingestion to local error logs (
errors.json + errors.md).
- Not committed files list for review/debug loops.
- Macro creation/playback with trusted command policies.
- Templates manager and prompt library (local JSON files).
- Rules engine (file name regex checks on save) and project memory notes.
- In-extension feature guide and onboarding hints.
- Local file persistence in
.vscode/ and global storage.
Fast Commands
DevFlow: Quick Action Hub
DevFlow: Pin Current File
DevFlow: Show Not Committed Files
DevFlow: Open Last Edited Pinned File
DevFlow: Open Feature Guide
DevFlow: Cycle Pinboard Filter
DevFlow: Move Current File To Group
DevFlow: Configure Pinboard View
DevFlow: Suggest Today Focus Group
DevFlow: Open Today Focus
DevFlow: Add Bookmark (Current File)
DevFlow: Start Macro Recording
DevFlow: Stop Macro Recording
DevFlow: Record Terminal Macro Step
Shortcut Quick Reference
Ctrl/Cmd + Alt + K - Quick Action Hub
Ctrl/Cmd + Alt + S - Cycle pinboard sort
Ctrl/Cmd + Alt + F - Cycle pinboard filter
Ctrl/Cmd + Alt + M - Move current file to group
Ctrl/Cmd + Alt + T - Suggest today focus group
Ctrl/Cmd + Alt + J - Open today focus picker
Ctrl/Cmd + Alt + B - Add bookmark (current file)
Ctrl/Cmd + Alt + 1 - Start macro recording
Ctrl/Cmd + Alt + 2 - Stop macro recording
Ctrl/Cmd + Alt + 3 - Record terminal macro step
Storage Files (workspace)
.vscode/pinned-files.json
.vscode/errors.md
.vscode/hints-state.json
.vscode/ui-preferences.json
.vscode/macros.json
.vscode/trusted-commands.json
.vscode/command-log.md
.vscode/templates.json
.vscode/prompts.json
.vscode/project-memory.json
.vscode/rules.json
.vscode/bookmarks.json
.vscode/errors.json
Release Status
- Current state: production-ready baseline
- Build status: TypeScript compile passes
- Packaging: VSIX artifact generated successfully
| |