Commit Graph

11 Commits

Author SHA1 Message Date
Shaun Arman
e88d289118 ci: use npm ci --legacy-peer-deps for vite6/vitest peer dep conflict 2026-03-15 14:39:43 -05:00
Shaun Arman
171bac86e5 ci: remove wiki-sync step (incompatible with Woodpecker 0.15.4 secrets syntax) 2026-03-15 14:23:21 -05:00
Shaun Arman
52f464d8bd docs: add wiki source files and CI auto-sync pipeline
- Add docs/wiki/ with 11 wiki pages (Home, Architecture, Database,
  AI-Providers, PII-Detection, IPC-Commands, CICD-Pipeline,
  Security-Model, Integrations, Development-Setup, Troubleshooting)
- Add wiki-sync step to .woodpecker/test.yml: syncs docs/wiki/*.md to
  the Gogs wiki git repo on every push to master
- Add Wiki Maintenance section to CLAUDE.md: code→wiki file mapping
  so Claude and contributors know which wiki page to update per change

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 13:45:30 -05:00
Shaun Arman
b7c49abc4d ci: bump Rust to 1.88-slim (min required by cookie_store, time, darling) 2026-03-15 12:58:28 -05:00
Shaun Arman
d8d012b4dc ci: bump Rust to 1.85-slim for edition 2024 support 2026-03-15 12:51:59 -05:00
Shaun Arman
f2d578533a ci: put clone step on gogs_default network for hostname resolution 2026-03-15 12:38:08 -05:00
Shaun Arman
11d2ee12fd ci: use host IP for clone URL (step containers can't resolve gogs_app) 2026-03-15 12:33:39 -05:00
Shaun Arman
9bb27ab370 ci: use CI_REPO_CLONE_URL override for plugin-git 2026-03-15 12:32:52 -05:00
Shaun Arman
ba54695793 ci: override clone URL — fix empty DRONE_REMOTE_URL from Gogs 0.14 hook payload 2026-03-15 12:30:46 -05:00
Shaun Arman
92f2be64c8 ci: convert test.yml to Woodpecker 0.15.4 pipeline: map format 2026-03-15 12:02:17 -05:00
Shaun Arman
8839075805 feat: initial implementation of TFTSR IT Triage & RCA application
Implements Phases 1-8 of the TFTSR implementation plan.

Rust backend (Tauri 2.x, src-tauri/):
- Multi-provider AI: OpenAI-compatible, Anthropic, Gemini, Mistral, Ollama
- PII detection engine: 11 regex patterns with overlap resolution
- SQLCipher AES-256 encrypted database with 10 versioned migrations
- 28 Tauri IPC commands for triage, analysis, document, and system ops
- Ollama: hardware probe, model recommendations, pull/delete with events
- RCA and blameless post-mortem Markdown document generators
- PDF export via printpdf
- Audit log: SHA-256 hash of every external data send
- Integration stubs for Confluence, ServiceNow, Azure DevOps (v0.2)

Frontend (React 18 + TypeScript + Vite, src/):
- 9 pages: full triage workflow NewIssue→LogUpload→Triage→Resolution→RCA→Postmortem→History+Settings
- 7 components: ChatWindow, TriageProgress, PiiDiffViewer, DocEditor, HardwareReport, ModelSelector, UI primitives
- 3 Zustand stores: session, settings (persisted), history
- Type-safe tauriCommands.ts matching Rust backend types exactly
- 8 IT domain system prompts (Linux, Windows, Network, K8s, DB, Virt, HW, Obs)

DevOps:
- .woodpecker/test.yml: rustfmt, clippy, cargo test, tsc, vitest on every push
- .woodpecker/release.yml: linux/amd64 + linux/arm64 builds, Gogs release upload

Verified:
- cargo check: zero errors
- tsc --noEmit: zero errors
- vitest run: 13/13 unit tests passing

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 22:36:25 -05:00