tftsr-devops_investigation/docs/wiki
Shaun Arman fdb4fc03b9 docs(architecture): add C4 diagrams, ADRs, and architecture overview
Comprehensive architecture documentation covering:

- docs/architecture/README.md: Full C4 model diagrams (system context,
  container, component), data flow sequences, security architecture,
  AI provider class diagram, CI/CD pipeline, and deployment diagrams.
  All diagrams use Mermaid for version-controlled diagram-as-code.

- docs/architecture/adrs/ADR-001: Tauri vs Electron decision rationale
- docs/architecture/adrs/ADR-002: SQLCipher encryption choices and
  cipher_page_size=16384 rationale for Apple Silicon
- docs/architecture/adrs/ADR-003: Provider trait + factory pattern
- docs/architecture/adrs/ADR-004: Regex + Aho-Corasick PII detection
- docs/architecture/adrs/ADR-005: Auto-generate encryption keys at
  runtime (documents the fix from PR #24)
- docs/architecture/adrs/ADR-006: Zustand state management rationale

- docs/wiki/Architecture.md: Updated module table (14 migrations, not
  10), corrected integrations description, updated startup sequence to
  reflect key auto-generation, added links to new ADR docs.

- README.md: Fixed stale database paths (tftsr → trcaa) and updated
  env var descriptions to reflect auto-generation behavior.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 09:35:35 -05:00
..
AI-Providers.md fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
Architecture.md docs(architecture): add C4 diagrams, ADRs, and architecture overview 2026-04-07 09:35:35 -05:00
CICD-Pipeline.md docs: update CI pipeline wiki and add ticket summary for arm64 fix 2026-04-05 12:51:30 -05:00
Database.md docs: update wiki for v0.2.6 - integrations and Custom REST provider 2026-04-03 16:39:49 -05:00
Development-Setup.md fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
Home.md feat: add custom_rest provider mode and rebrand application name 2026-04-04 15:35:58 -05:00
Integrations.md docs: update wiki for v0.2.6 - integrations and Custom REST provider 2026-04-03 16:39:49 -05:00
IPC-Commands.md refactor(ollama): remove download/install buttons — show plain install instructions only 2026-04-05 20:53:57 -05:00
LiteLLM-Bedrock-Setup.md docs: add LiteLLM + AWS Bedrock integration guide 2026-03-31 12:13:26 -05:00
PII-Detection.md fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
Security-Model.md fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
Troubleshooting.md docs: update README and wiki for Gitea Actions migration 2026-03-29 17:46:34 -05:00