Jun 9, 2026, 4:06 PM

This commit is contained in:
Paweł Domański
2026-06-09 14:06:59 +00:00
parent c36ead5db0
commit bb6ff3a8c6
12 changed files with 454 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Tech Stack
Technical details and tools used in the LLM Knowledge Base repository.
## Environment & Platform
- **Operating System**: Windows (win32)
- **Primary Shell**: PowerShell
## Core Technologies
- **Content Format**: GitHub Flavored Markdown (GFM).
- **Encoding**: UTF-8.
- **PKM UI**: Obsidian (recommended local viewer and graph visualizer).
- **Agent Orchestrator**: Gemini CLI (used for parsing raw files, maintaining links, updating synthesis pages).
## Versioning & Configuration
- No compilers, compilers pins, or heavy framework dependencies.
- Git is used for version control of the markdown files, allowing revision history and branching.
- Local custom script: `replace_knowledge.ps1` handles codebase-wide text replacements (specifically migrating old "wiki" terminology to "knowledge").