chore: add workspace file, update gitignore, and sync package deps

Add monaco-editor to frontend deps, gitignore temp files (test_results.txt,
stats.html, .agents/), and add VS Code workspace config.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-02-10 18:57:41 -05:00
parent 0e0e3572f4
commit 84fa554a7a
6 changed files with 314 additions and 18 deletions

View File

@@ -448,20 +448,20 @@ Turns ResolutionFlow from a tool you visit per-ticket into something you keep op
### Mid-term (build next, medium effort, high value)
4. **Share Progress / Escalation** (Idea 2) — daily use for team collaboration
5. **Recurring Issue Detection** (Idea 8) — leverages existing data immediately
6. **Quick Actions Dashboard** (Bonus) — improves daily UX
7. **Path Analytics** (Idea 5) — needs session volume, start collecting data now
1. **Share Progress / Escalation** (Idea 2) — daily use for team collaboration
2. **Recurring Issue Detection** (Idea 8) — leverages existing data immediately
3. **Quick Actions Dashboard** (Bonus) — improves daily UX
4. **Path Analytics** (Idea 5) — needs session volume, start collecting data now
### Later (larger effort, needs foundation)
8. **Push Steps to Active Sessions** (Idea 4) — needs notification system
9. **Tree Health Scores** (Idea 9) — needs session volume + analytics infrastructure
10. **Multi-Tree Sessions** (Idea 7) — complex UX, large refactor
1. **Push Steps to Active Sessions** (Idea 4) — needs notification system
2. **Tree Health Scores** (Idea 9) — needs session volume + analytics infrastructure
3. **Multi-Tree Sessions** (Idea 7) — complex UX, large refactor
### Long-term vision
11. **AI Tree Intelligence** (Idea 10) — phased rollout, ultimate differentiator
1. **AI Tree Intelligence** (Idea 10) — phased rollout, ultimate differentiator
---