tftsr-devops_investigation/src-tauri/target/debug/.fingerprint/tracing-subscriber-f140d3214e59255b/lib-tracing_subscriber.json
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

1 line
1.5 KiB
JSON

{"rustc":9435880562281667341,"features":"[\"alloc\", \"ansi\", \"default\", \"env-filter\", \"fmt\", \"matchers\", \"nu-ansi-term\", \"once_cell\", \"registry\", \"sharded-slab\", \"smallvec\", \"std\", \"thread_local\", \"tracing\", \"tracing-log\"]","declared_features":"[\"alloc\", \"ansi\", \"chrono\", \"default\", \"env-filter\", \"fmt\", \"json\", \"local-time\", \"matchers\", \"nu-ansi-term\", \"once_cell\", \"parking_lot\", \"regex\", \"registry\", \"serde\", \"serde_json\", \"sharded-slab\", \"smallvec\", \"std\", \"thread_local\", \"time\", \"tracing\", \"tracing-log\", \"tracing-serde\", \"valuable\", \"valuable-serde\", \"valuable_crate\"]","target":4817557058868189149,"profile":15960269462403795582,"path":7608781265429077474,"deps":[[1017461770342116999,"sharded_slab",false,1547756306997349033],[1359731229228270592,"thread_local",false,1472541221162784853],[3621165330500844947,"regex_automata",false,10363008793969025205],[3666196340704888985,"smallvec",false,3323977740156656561],[5599393681448432053,"nu_ansi_term",false,12336165252311775503],[5855319743879205494,"once_cell",false,9946495314672432428],[10806489435541507125,"tracing_log",false,1727231871134445778],[14757622794040968908,"tracing",false,15861861103483316527],[16023452927926505185,"tracing_core",false,8411355828287451069],[18218885586351977002,"matchers",false,479492668149780874]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tracing-subscriber-f140d3214e59255b/dep-lib-tracing_subscriber","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}