Commit Graph

  • ed5863768a feat: add feedback submission schema chihlasm 2026-02-18 17:35:20 -05:00
  • eeac98b17a docs: revise feedback design doc with enhancements chihlasm 2026-02-18 17:31:25 -05:00
  • e995316d41 docs: revise feedback implementation plan with enhancements chihlasm 2026-02-18 17:27:14 -05:00
  • b0b77d6645 docs: add feedback form implementation plan chihlasm 2026-02-18 17:22:09 -05:00
  • 346b99ff31 docs: add feedback form design document chihlasm 2026-02-18 17:19:24 -05:00
  • b127b28711 docs: add implementation plan for flow editor UX fixes chihlasm 2026-02-18 00:55:36 -05:00
  • 94de29b5f2 feat: canvas UX fixes — scroll, fullscreen, InfoTip tooltips, answer stub system (#80) chihlasm 2026-02-18 12:52:08 -05:00
  • fad9646ed3 fix: prevent sidebar wheel from blocking tree library scrolling chihlasm 2026-02-17 21:06:56 -05:00
  • 9f2e98376e fix: ensure procedural runtime panes are scrollable in app shell chihlasm 2026-02-17 20:21:49 -05:00
  • db715929e7 fix: stabilize maintenance flow run/resume and procedural scrolling chihlasm 2026-02-17 20:12:07 -05:00
  • 058e2c5a23 fix: remove folder icons, add single run for maintenance, fix batch 400 chihlasm 2026-02-17 19:35:52 -05:00
  • fbfca80313 chore: add maintenance flow seed script with 3 MSP templates chihlasm 2026-02-17 19:24:06 -05:00
  • c8c5fc84db fix: wire up maintenance flow creation, editing, and navigation in frontend chihlasm 2026-02-17 18:47:26 -05:00
  • dbe0e9e5b3 docs: update CLAUDE.md with maintenance flows learnings chihlasm 2026-02-17 18:36:22 -05:00
  • 1b1ecf13ca Merge branch 'feat/maintenance-flows' chihlasm 2026-02-17 16:40:43 -05:00
  • c89456b53c chore: add .worktrees/ to .gitignore chihlasm 2026-02-17 10:03:03 -05:00
  • d18ec88bc3 docs: add maintenance flows implementation plan chihlasm 2026-02-17 09:54:20 -05:00
  • 3b506059f6 docs: add maintenance flows design document chihlasm 2026-02-17 09:47:23 -05:00
  • 6240d68d09 fix: apply code review security and robustness fixes chihlasm 2026-02-17 16:15:19 -05:00
  • a4717e9dd7 feat: add Target Lists settings page under Team account chihlasm 2026-02-17 14:38:26 -05:00
  • 5abff028bc feat: APScheduler integration for maintenance flow auto-session creation chihlasm 2026-02-17 14:21:29 -05:00
  • 55cd481e48 feat: BatchLaunchModal and MaintenanceFlowDetailPage with schedule panel and run history chihlasm 2026-02-17 14:11:20 -05:00
  • 8441a8dbaf feat: maintenance flows frontend foundation - types, API clients, sidebar, library filter chihlasm 2026-02-17 14:06:36 -05:00
  • 829b7cf5a7 fix: add cross-team authorization to maintenance schedule endpoints chihlasm 2026-02-17 13:42:23 -05:00
  • 25cc16da3a feat: add maintenance_schedules table, schema, and CRUD endpoints chihlasm 2026-02-17 13:20:55 -05:00
  • 5a3af9c87e fix: add auth guards, optimize refresh loop, and improve batch session tests chihlasm 2026-02-17 12:29:04 -05:00
  • b78a50c8c5 feat: add batch_id/target_label to sessions and batch launch endpoint chihlasm 2026-02-17 11:48:08 -05:00
  • adcdf39d35 fix: clean migration, cross-team isolation test, and PUT field-set fix for target_lists chihlasm 2026-02-17 11:29:25 -05:00
  • 0c2d4ba685 feat: add target_lists table, schema, and CRUD endpoints chihlasm 2026-02-17 11:16:40 -05:00
  • 36e1335a00 refactor: extract PROCEDURAL_TREE_TYPES constant and add negative tree_type test chihlasm 2026-02-17 10:54:39 -05:00
  • d75e6f78e1 feat: add maintenance tree_type with db migration and tests chihlasm 2026-02-17 10:35:31 -05:00
  • 8baddd6597 chore: add .worktrees/ to .gitignore chihlasm 2026-02-17 10:03:03 -05:00
  • 64a36c941a docs: add maintenance flows implementation plan chihlasm 2026-02-17 09:54:20 -05:00
  • f27d922f61 docs: add maintenance flows design document chihlasm 2026-02-17 09:47:23 -05:00
  • 3a112476dc Add Claude Code GitHub Workflow (#79) chihlasm 2026-02-17 00:43:50 -05:00
  • 01a062169e chore: add test user seed script and fix seed flow validation chihlasm 2026-02-16 22:48:51 -05:00
  • 697669ffe4 chore: clean up old plan docs and add analytics improvement notes chihlasm 2026-02-16 15:27:42 -05:00
  • 4a8d45f1f1 Merge branch 'main' of https://github.com/patherly/patherly chihlasm 2026-02-16 15:25:24 -05:00
  • bd12ced5ee feat: analytics dashboards & two-tier feedback system (#78) chihlasm 2026-02-16 15:23:14 -05:00
  • 448ce4b53f docs: add analytics & user feedback design document chihlasm 2026-02-15 23:43:36 -05:00
  • 293ceaa9e9 docs: update CLAUDE.md design system section to match new patterns chihlasm 2026-02-15 22:48:20 -05:00
  • fa709faa60 feat: UI design system - sidebar layout, workspace system, and shell redesign (#77) chihlasm 2026-02-15 22:45:19 -05:00
  • ef829f06a4 Major UI overhaul plans; Other random docs Michael Chihlas 2026-02-15 00:43:41 -05:00
  • 1b86f66954 feat: add --api-url flag to procedural flows seed script Michael Chihlas 2026-02-14 23:48:55 -05:00
  • 771889ab4f feat: add reusable PasswordInput with show/hide toggle Michael Chihlas 2026-02-14 23:22:19 -05:00
  • e7d6f992c6 docs: update CLAUDE.md and CURRENT-STATE.md with latest features Michael Chihlas 2026-02-14 23:11:28 -05:00
  • 57f429f33b feat: session sharing frontend (#76) chihlasm 2026-02-14 23:08:17 -05:00
  • 6b4304ab92 fix: resolve eslint immutability error in StepChecklist chihlasm 2026-02-14 04:43:13 -05:00
  • 350c977eda feat: add procedural flows with intake forms, navigation, and seed templates chihlasm 2026-02-14 04:13:52 -05:00
  • 303570ca2c feat: add sensitive data redaction to export (Phase C) chihlasm 2026-02-14 00:11:20 -05:00
  • 1172c5394f docs: save Phase C redaction planning state Michael Chihlas 2026-02-13 20:49:58 -05:00
  • 938420a679 Merge pull request #75 from patherly/feat/export-phase-a chihlasm 2026-02-13 18:30:31 -05:00
  • f1577758f9 test: add Phase B tests for custom markers, detail levels, and summary block Michael Chihlas 2026-02-13 13:12:52 -05:00
  • 11e426eeb1 feat(frontend): add detail level dropdown and summary toggle to export controls Michael Chihlas 2026-02-13 13:01:41 -05:00
  • 808c8d49d1 feat(frontend): convert ExportPreviewModal to editable textarea with reset Michael Chihlas 2026-02-13 12:59:44 -05:00
  • 0a67a846de feat: add summary block generation to all 4 export generators Michael Chihlas 2026-02-13 12:57:55 -05:00
  • c8f9cc1c4b feat: add format-aware command output truncation for standard detail level Michael Chihlas 2026-02-13 12:56:16 -05:00
  • 28c969f06e feat: add [CUSTOM] markers to custom steps in all 4 export generators Michael Chihlas 2026-02-13 12:54:45 -05:00
  • f19e534ff4 feat(frontend): add include_summary and detail_level to SessionExport type Michael Chihlas 2026-02-13 12:53:52 -05:00
  • ea0f79fac0 feat: add include_summary and detail_level to SessionExport schema Michael Chihlas 2026-02-13 12:53:19 -05:00
  • c5adab1685 docs: update Phase B plan — fix test refs, placeholders, truncation formats Michael Chihlas 2026-02-13 12:22:41 -05:00
  • 4e9d269b53 docs: add Phase B export improvements implementation plan Michael Chihlas 2026-02-13 11:39:21 -05:00
  • bce741bb0c docs: Phase B export improvements design Michael Chihlas 2026-02-13 11:36:01 -05:00
  • f8a14d8b4c fix: skip RESOLUTION section in PSA export for incomplete sessions Michael Chihlas 2026-02-13 10:50:55 -05:00
  • 1869da4fcb feat(frontend): add mid-session Copy for Ticket to navigation page Michael Chihlas 2026-02-13 09:39:38 -05:00
  • 441ff2ae40 feat(frontend): add step cutoff control to export options Michael Chihlas 2026-02-13 09:39:20 -05:00
  • 7dab7d7782 feat(frontend): add next_steps to types, completion modal, and detail page Michael Chihlas 2026-02-13 09:38:04 -05:00
  • 8797ae0261 feat: add step cutoff and mid-session export support Michael Chihlas 2026-02-13 08:58:03 -05:00
  • 69c95065b6 feat: add Resolution and Next Steps sections to all export formats Michael Chihlas 2026-02-13 08:54:50 -05:00
  • ae701ef066 feat: save next_steps on session completion and update Michael Chihlas 2026-02-13 08:42:19 -05:00
  • ec5c91c8e4 feat: add next_steps column and update session schemas Michael Chihlas 2026-02-13 08:32:20 -05:00
  • 2fc4e69c38 feat: UX improvements — copy buttons, shortcuts modal, breadcrumb rewind, create tree CTA chihlasm 2026-02-13 02:19:24 -05:00
  • ad59446332 feat: user management — admin create, password reset, archive/delete, quick invite chihlasm 2026-02-13 01:42:51 -05:00
  • b8f25f19eb Add M365 and additional networking seed trees Michael Chihlas 2026-02-12 13:35:39 -05:00
  • 77d6621e75 Merge pull request #74 from patherly/feat/command-output-capture chihlasm 2026-02-12 01:04:15 -05:00
  • 577a2fbf2a feat: add command output capture to troubleshooting sessions (#57) chihlasm 2026-02-12 00:57:33 -05:00
  • 9dbb8b8406 Merge pull request #73 from patherly/feat/admin-invite-user-management chihlasm 2026-02-11 23:52:18 -05:00
  • 3c47292eaf feat: add resend capability for platform and account invite codes chihlasm 2026-02-11 23:45:23 -05:00
  • a1f5127e98 docs: update CLAUDE.md with invite API path and deps signature Michael Chihlas 2026-02-11 21:52:13 -05:00
  • 50cb0fc7f0 feat: admin invite codes with plan assignment + user detail page Michael Chihlas 2026-02-11 21:42:58 -05:00
  • a466400c5b fix(frontend): resolve session outcome modal ts build error Michael Chihlas 2026-02-11 19:25:37 -05:00
  • 06c66f5595 fix(frontend): resolve set-state-in-effect lint errors Michael Chihlas 2026-02-11 19:09:29 -05:00
  • ca4ce7cad6 Implement session outcomes, step timing, and live timer fixes Michael Chihlas 2026-02-11 17:52:12 -05:00
  • 2a1ed4d250 docs: update CLAUDE.md with session quick wins (#51-#55) Michael Chihlas 2026-02-10 19:44:10 -05:00
  • 402cdea063 feat: session quick wins (#51-#55) (#72) chihlasm 2026-02-10 19:40:45 -05:00
  • 84fa554a7a chore: add workspace file, update gitignore, and sync package deps Michael Chihlas 2026-02-10 18:57:41 -05:00
  • 0e0e3572f4 refactor: replace barrel imports with direct module imports for tree-shaking Michael Chihlas 2026-02-10 18:52:14 -05:00
  • d155c83ef0 fix: split category fetch, safe localStorage, aria-labels on icon buttons Michael Chihlas 2026-02-10 18:41:46 -05:00
  • 0c9fbdc90b fix: replace N+1 API calls in MyTreesPage with 2 parallel requests Michael Chihlas 2026-02-10 17:53:42 -05:00
  • e5e5922097 refactor: clean up dead files, restructure nav, align QuickStartPage to monochrome Michael Chihlas 2026-02-10 17:46:35 -05:00
  • 89d343d49a chore: archive 11 completed plan documents Michael Chihlas 2026-02-10 10:51:21 -05:00
  • 01ecba13a2 chore: clean up untracked files and gitignore .claude/ directory chihlasm 2026-02-10 10:00:52 -05:00
  • 6863f8e6e5 fix: move getMonacoEditor to separate file to fix react-refresh lint error chihlasm 2026-02-10 09:57:44 -05:00
  • 5c9b9c4074 Merge pull request #50 from patherly/feat/dual-mode-tree-editor chihlasm 2026-02-10 09:55:12 -05:00
  • eac6e184ec feat: add dual-mode tree editor with Code Mode, variables, and markdown sync chihlasm 2026-02-10 09:45:26 -05:00
  • 2bd47004e7 docs: update CLAUDE.md for monochrome design system chihlasm 2026-02-09 22:41:26 -05:00
  • f4ce1595d6 feat: implement monochrome design system across entire frontend chihlasm 2026-02-09 21:41:29 -05:00
  • 1381aaae99 feat: add cross-parent drag-and-drop with validation feedback chihlasm 2026-02-09 00:13:48 -05:00
  • b265269024 fix: repair tree editor drag-to-reorder with 6 bug fixes chihlasm 2026-02-08 23:58:48 -05:00
  • 7ab2ff1be2 Merge pull request #47 from patherly/feat/psa-export-and-quickstart chihlasm 2026-02-08 23:24:25 -05:00