23 lines
821 B
Markdown
23 lines
821 B
Markdown
# 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 "knowledge" terminology to "knowledge").
|
|
|