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>
1 line
3.3 KiB
JSON
1 line
3.3 KiB
JSON
{"rustc":9435880562281667341,"features":"[\"__rustls\", \"__rustls-ring\", \"__tls\", \"charset\", \"cookies\", \"default\", \"default-tls\", \"h2\", \"http2\", \"json\", \"macos-system-configuration\", \"rustls-tls\", \"rustls-tls-webpki-roots\", \"rustls-tls-webpki-roots-no-provider\", \"stream\", \"system-proxy\"]","declared_features":"[\"__rustls\", \"__rustls-ring\", \"__tls\", \"blocking\", \"brotli\", \"charset\", \"cookies\", \"default\", \"default-tls\", \"deflate\", \"gzip\", \"h2\", \"hickory-dns\", \"http2\", \"http3\", \"json\", \"macos-system-configuration\", \"multipart\", \"native-tls\", \"native-tls-alpn\", \"native-tls-vendored\", \"rustls-tls\", \"rustls-tls-manual-roots\", \"rustls-tls-manual-roots-no-provider\", \"rustls-tls-native-roots\", \"rustls-tls-native-roots-no-provider\", \"rustls-tls-no-provider\", \"rustls-tls-webpki-roots\", \"rustls-tls-webpki-roots-no-provider\", \"socks\", \"stream\", \"system-proxy\", \"trust-dns\", \"zstd\"]","target":8885864859914201979,"profile":447021486742529345,"path":17358765635675223933,"deps":[[302948626015856208,"futures_core",false,4761005530782589620],[784494742817713399,"tower_service",false,656585047767581847],[1528297757488249563,"url",false,1525208535990980354],[1788832197870803419,"hyper_rustls",false,5212368119494374535],[1902968815130013246,"cookie_store",false,13405559702898032910],[1991942485830005045,"tokio_rustls",false,5570095616247531722],[2251399859588827949,"pin_project_lite",false,8317614281473630519],[2517136641825875337,"sync_wrapper",false,2916753509289183866],[2620434475832828286,"http",false,9556541628456486345],[3158163345960637315,"h2",false,12470409796943285397],[3163899731817361221,"tokio_util",false,14852622090748472708],[3632162862999675140,"tower",false,4396493481730161552],[3870702314125662939,"bytes",false,15211993964557924087],[4160778395972110362,"hyper",false,8048583284019072483],[5071328984507806225,"webpki_roots",false,16976886684558764957],[5898568623609459682,"futures_util",false,13519345905381991405],[6803352382179706244,"percent_encoding",false,10826645319054063446],[7228429836347935118,"rustls",false,17222063391527395622],[8434721349366383850,"tower_http",false,8817003923662379191],[9144560277883153344,"native_tls_crate",false,15658102140455398242],[10229185211513642314,"mime",false,12888514149790648463],[10630857666389190470,"log",false,5933974529767802847],[11976082518617474977,"hyper_util",false,8975755937414823623],[12186126227181294540,"tokio_native_tls",false,3350266741979280098],[13077212702700853852,"base64",false,1724586486040521648],[13298363700532491723,"tokio",false,15662614361045245662],[13548984313718623784,"serde",false,535738971094763500],[13795362694956882968,"serde_json",false,13758373779650404829],[14084095096285906100,"http_body",false,10911532891524076315],[14564311161534545801,"encoding_rs",false,12166840375887044845],[16542808166767769916,"serde_urlencoded",false,18334611649218029758],[16727543399706004146,"cookie_crate",false,8350083850166457599],[16900715236047033623,"http_body_util",false,17415884463512634629],[17894305664988315121,"rustls_pki_types",false,12109973763418727797],[18273243456331255970,"hyper_tls",false,15810877501838699602]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/reqwest-ab125f616a36e769/dep-lib-reqwest","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0} |