2025-10-28 11:21:04 -04:00
|
|
|
{
|
2025-10-28 23:08:54 -04:00
|
|
|
"name": "pulse",
|
2025-10-28 11:21:04 -04:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
feat: AI ticket analyzer (phases 1-6)
Multi-stage LLM pipeline that produces structured analyses of Autotask
tickets from local Postgres. Migration 069 + Zod schemas, Stage 0
preprocessor, IT Glue redaction + search, Anthropic SDK wrapper, Stages
1/3/4 (Haiku/Sonnet/Opus), pipeline + cost circuit breaker, job worker
(opt-in autostart), 6 API routes, 3 frontend pages, share-row
persistence (email send deferred to phase 7). 128 vitest tests, tsc
clean. Build journal in docs/wulf-pulse-ticket-analyzer-build-notes.md.
Sync: adds syncTicketNotes() + ticket_notes to ordered/date-filtered
entities so the analyzer's local mirror stays current via scheduler.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 10:59:40 -04:00
|
|
|
"lint": "eslint",
|
|
|
|
|
"test": "vitest run",
|
|
|
|
|
"test:watch": "vitest"
|
2025-10-28 11:21:04 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
feat: Veeam RPO analysis, comparison, ticket analysis + company teams table
- Add Veeam RPO analysis page (/veeam-analysis) and comparison page (/veeam-comparison)
- Add API routes: /api/veeam/rpo-analyze, rpo-comparison, rpo-offline-log, ticket-analysis
- Add veeam-rpo-service.ts enhancements (RPO logic, offline detection, comparison)
- Add veeam-analysis-state.ts and rmm-device-resolver.ts services
- Add migrations 065-068: company_teams, veeam_rpo_offline_log, rpo_comparison_tables, veeam_ticket_analysis
- Add backup-status page updates and nav links for new Veeam pages
- Add scripts: deactivate-cis-for-inactive-companies, workstation category updates
- Add docs: mimecast-api-guide, veeam-backup-alerting-recommendation, workstation-backup-overview, ticket-analyzer-prompt
- Minor: webhook-service, entity-sync, entity-mapper, sync-helpers, sync.ts, middleware.ts updates
2026-04-29 09:16:46 -04:00
|
|
|
"@anthropic-ai/sdk": "^0.91.1",
|
2026-01-26 10:24:58 -05:00
|
|
|
"@better-auth/cli": "^1.4.10",
|
2025-10-28 11:21:04 -04:00
|
|
|
"@hookform/resolvers": "^5.2.2",
|
2025-11-19 14:18:16 -05:00
|
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
2025-10-28 11:21:04 -04:00
|
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
|
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
|
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
2026-01-26 10:24:58 -05:00
|
|
|
"@radix-ui/react-label": "^2.1.8",
|
2025-11-19 14:18:16 -05:00
|
|
|
"@radix-ui/react-navigation-menu": "^1.2.14",
|
2025-10-28 11:21:04 -04:00
|
|
|
"@radix-ui/react-popover": "^1.1.15",
|
2026-01-26 10:24:58 -05:00
|
|
|
"@radix-ui/react-progress": "^1.1.8",
|
2025-11-19 14:18:16 -05:00
|
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
2025-10-28 11:21:04 -04:00
|
|
|
"@radix-ui/react-select": "^2.2.6",
|
2026-01-26 10:24:58 -05:00
|
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
2025-10-28 11:21:04 -04:00
|
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
|
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
|
|
|
"@tanstack/react-table": "^8.21.3",
|
2026-01-26 10:24:58 -05:00
|
|
|
"@types/node-cron": "^3.0.11",
|
|
|
|
|
"better-auth": "^1.4.10",
|
2025-10-28 11:21:04 -04:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"date-fns": "^4.1.0",
|
2025-11-19 14:18:16 -05:00
|
|
|
"dotenv": "^17.2.3",
|
2026-01-26 10:24:58 -05:00
|
|
|
"ioredis": "^5.9.0",
|
|
|
|
|
"lucide-react": "^0.562.0",
|
|
|
|
|
"next": "16.1.1",
|
2025-10-28 11:21:04 -04:00
|
|
|
"next-themes": "^0.4.6",
|
2026-01-26 10:24:58 -05:00
|
|
|
"node-cron": "^4.2.1",
|
|
|
|
|
"nodemailer": "^7.0.12",
|
2025-11-19 14:18:16 -05:00
|
|
|
"pg": "^8.11.0",
|
2026-01-26 10:24:58 -05:00
|
|
|
"react": "19.2.3",
|
|
|
|
|
"react-day-picker": "^9.13.0",
|
|
|
|
|
"react-dom": "19.2.3",
|
|
|
|
|
"react-hook-form": "^7.70.0",
|
2026-03-11 09:34:51 -04:00
|
|
|
"recharts": "^3.7.0",
|
2026-01-26 10:24:58 -05:00
|
|
|
"redis": "^5.10.0",
|
2025-10-28 11:21:04 -04:00
|
|
|
"sonner": "^2.0.7",
|
2026-01-26 10:24:58 -05:00
|
|
|
"tailwind-merge": "^3.4.0",
|
|
|
|
|
"zod": "^4.3.5"
|
2025-10-28 11:21:04 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-26 10:24:58 -05:00
|
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
|
|
|
"@types/node": "^20.19.27",
|
|
|
|
|
"@types/nodemailer": "^7.0.4",
|
|
|
|
|
"@types/pg": "^8.16.0",
|
|
|
|
|
"@types/react": "^19.2.7",
|
|
|
|
|
"@types/react-dom": "^19.2.3",
|
2025-10-28 11:21:04 -04:00
|
|
|
"babel-plugin-react-compiler": "1.0.0",
|
feat: QuickBooks Online integration
- Add QBO OAuth2 client with token refresh (lib/services/qbo-client.ts)
- Add QBO sync service for invoices, payments, deposits, purchases, journal entries, reports (lib/services/qbo-sync-service.ts)
- Add QBO types (lib/types/qbo.ts)
- Add API routes: /api/qbo/auth, /api/qbo/sync, /api/qbo/disconnect
- Add /admin/qbo status and sync management page
- Add legal pages: /legal/eula, /legal/privacy (Intuit app assessment)
- Add QBO nav link under Admin
- Fix reports: remove invalid summarize_column_by, add accounting_method from Preferences API, add showrows=all&showcols=all
- Add CashFlow report type alongside P&L and BalanceSheet
- Add NoReportData check to skip empty report months
- Add intuit_tid capture in error messages
- Add redirect: follow for cluster routing
- Migration 051: qbo_tokens, qbo_invoices, qbo_payments, qbo_deposits, qbo_transactions, qbo_reports tables
Also includes earlier work:
- Ping flap suppression pipeline step
- Ticket digest reports with LLM analysis
- Zabbix WAN monitor and gap analysis
- Kiosk is_deleted filter fixes
- Datto RMM ping target enrichment
- Entity sync soft-delete detection
2026-03-17 07:39:55 -04:00
|
|
|
"baseline-browser-mapping": "2.10.8",
|
2026-01-26 10:24:58 -05:00
|
|
|
"eslint": "^9.39.2",
|
|
|
|
|
"eslint-config-next": "16.1.1",
|
|
|
|
|
"tailwindcss": "^4.1.18",
|
2025-10-28 11:21:04 -04:00
|
|
|
"tw-animate-css": "^1.4.0",
|
feat: AI ticket analyzer (phases 1-6)
Multi-stage LLM pipeline that produces structured analyses of Autotask
tickets from local Postgres. Migration 069 + Zod schemas, Stage 0
preprocessor, IT Glue redaction + search, Anthropic SDK wrapper, Stages
1/3/4 (Haiku/Sonnet/Opus), pipeline + cost circuit breaker, job worker
(opt-in autostart), 6 API routes, 3 frontend pages, share-row
persistence (email send deferred to phase 7). 128 vitest tests, tsc
clean. Build journal in docs/wulf-pulse-ticket-analyzer-build-notes.md.
Sync: adds syncTicketNotes() + ticket_notes to ordered/date-filtered
entities so the analyzer's local mirror stays current via scheduler.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 10:59:40 -04:00
|
|
|
"typescript": "^5",
|
|
|
|
|
"vitest": "^4.1.5"
|
2025-10-28 11:21:04 -04:00
|
|
|
}
|
|
|
|
|
}
|