chihlasm
  • Joined on 2026-04-14
chihlasm pushed to feat/flowpilot-migration at chihlasm/resolutionflow 2026-04-22 04:15:31 +00:00
fa61376303 feat(pilot): Phase 5 — inline Script Generator integration
chihlasm pushed to feat/flowpilot-migration at chihlasm/resolutionflow 2026-04-22 03:54:56 +00:00
8fd2c1bac6 feat(pilot): Phase 4 — Resolve + Escalate PSA writebacks with status verification
chihlasm pushed to feat/flowpilot-migration at chihlasm/resolutionflow 2026-04-22 03:44:23 +00:00
7ccf4c602b fix(pilot): reorder Phase 3 useCallbacks to avoid TDZ on render
66e592096c feat(pilot): Phase 3 — Suggested fix tracking + Resolve preview with state_version cache
625dba7548 feat(pilot): Phase 2 — What we know (facts) with stable task-lane IDs
Compare 3 commits »
chihlasm opened issue chihlasm/resolutionflow#143 2026-04-21 05:39:55 +00:00
FlowPilot: /pilot/:id direct URL load shows blank main pane until sidebar click
chihlasm opened issue chihlasm/resolutionflow#142 2026-04-21 05:39:42 +00:00
FlowPilot: /pilot/:id direct URL load shows blank main pane until sidebar click
chihlasm pushed to feat/flowpilot-migration at chihlasm/resolutionflow 2026-04-21 05:21:13 +00:00
19cfd71995 chore(flowpilot-migration): remove migration handoff note after verification
3b55697c77 dev-env(proxmox): switch compose to direct-port exposure; document homelab topology
851966966d docs(claude-md): compact CLAUDE.md for 2026-04-19 baseline
Compare 3 commits »
chihlasm pushed to feat/flowpilot-migration at chihlasm/resolutionflow 2026-04-19 22:31:22 +00:00
66968e4c59 docs(flowpilot-migration): add ephemeral migration handoff note
b0622f5511 docs(dev-env): rewrite DEV-ENV.md for host-agnostic setup
Compare 2 commits »
chihlasm pushed to feat/flowpilot-migration at chihlasm/resolutionflow 2026-04-19 22:26:57 +00:00
f3c3ee5b57 feat(pilot): unify AI troubleshooting surface at /pilot, redirect /assistant (Phase 1)
b49772f1a1 feat(models): Phase 1 SQLAlchemy models — SessionFact, SessionSuggestedFix, DraftTemplate, AccountSettings
210d310fb2 feat(db): Phase 1 schema — session_facts, suggested_fixes, draft_templates, account_settings
92fadfb90a docs(flowpilot-migration): integrate Codex plan review + Phase 0 audit findings
3f0a132058 refactor(ai): rename _call_anthropic_cached → chat_call_cached; extract cache plumbing (Phase 0.4)
Compare 10 commits »
chihlasm created branch feat/flowpilot-migration in chihlasm/resolutionflow 2026-04-19 22:26:57 +00:00
chihlasm pushed to feat/psa-ticket-management at chihlasm/resolutionflow 2026-04-17 00:34:21 +00:00
995a0c1d2e fix(psa): use schedule entries for ticket co-assignees (CW canonical pattern)
chihlasm pushed to feat/psa-ticket-management at chihlasm/resolutionflow 2026-04-16 21:39:23 +00:00
f6a24ea4e1 fix(psa): resource assignment targets CW owner, status PATCH verifies apply
chihlasm pushed to feat/psa-ticket-management at chihlasm/resolutionflow 2026-04-16 21:28:50 +00:00
04ff2ea301 fix(tickets): refresh status and resources in detail panel after update
chihlasm pushed to feat/psa-ticket-management at chihlasm/resolutionflow 2026-04-16 21:03:02 +00:00
60851b400a fix(tickets): status filter dropdown and CW resource assignment
chihlasm created pull request chihlasm/resolutionflow#141 2026-04-16 14:44:42 +00:00
feat: PSA ticket management — /tickets page, detail panel, AI ticket creation
chihlasm pushed to feat/psa-ticket-management at chihlasm/resolutionflow 2026-04-16 14:44:09 +00:00
bea34229d6 chore: bump version and changelog (v0.1.0.0)
294b309faa fix: pre-landing review fixes — company_id filter and CW condition injection
Compare 2 commits »
chihlasm pushed to feat/psa-ticket-management at chihlasm/resolutionflow 2026-04-16 05:33:25 +00:00
fb7690485b fix(tickets): fix statuses endpoint, members auth gate, and graceful error handling
chihlasm pushed to feat/psa-ticket-management at chihlasm/resolutionflow 2026-04-16 04:59:05 +00:00
6044d5a88b fix(tickets): fix permissions toast, board fallback, assignment search, remove load more
chihlasm pushed to feat/psa-ticket-management at chihlasm/resolutionflow 2026-04-16 03:53:23 +00:00
00cd8b7c55 feat(tickets): update TicketQueue with mapping detection, 5-item cap, View All link
fded959b5e fix(tickets): guard linkedTicket fetch with currentChatRef to prevent race condition
5f5b9e5b23 feat(tickets): add spin-off ticket creation in ResolutionAssist — state, action handler, modal
b2ee1a2150 fix(tickets): improve accessibility and error logging in ticket creation components
08909aa884 feat(tickets): add AiTicketParseForm and NewTicketModal with two-tab creation flow
Compare 10 commits »
chihlasm created branch feat/psa-ticket-management in chihlasm/resolutionflow 2026-04-16 03:53:23 +00:00
chihlasm pushed to main at chihlasm/resolutionflow 2026-04-15 12:50:48 +00:00
f0ccf313a4 docs: add lessons 110-111 (RLS backfill audit, axios interceptor pattern)