From 7b4af0e51c95d982a6471ca6cd105afd466bd8a0 Mon Sep 17 00:00:00 2001 From: readmenator-bot Date: Sun, 12 Jul 2026 08:12:21 +0000 Subject: [PATCH] docs: auto-generate knowledge base with readmenator --- KNOWLEDGE_BASE.md | 37 +++++++++++++++++++++++++++++++++++++ docs/KNOWLEDGE_BASE.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 KNOWLEDGE_BASE.md create mode 100644 docs/KNOWLEDGE_BASE.md diff --git a/KNOWLEDGE_BASE.md b/KNOWLEDGE_BASE.md new file mode 100644 index 0000000..1f3a127 --- /dev/null +++ b/KNOWLEDGE_BASE.md @@ -0,0 +1,37 @@ +# Polyglot Codebase Knowledge Graph + +> Generated offline by **readmenator**. Supports C, C++, Python, Go, Rust, JS/TS, Java, C#, Shell, PHP, Dart, GDScript, Nim, ASM. +> No LLMs. No tokens. Pure static analysis. See more [here](https://github.com/grisuno/ReadMenator) + +**Total Files Parsed:** 2 | **Total Symbols Extracted:** 0 | **Total Imports:** 0 + +## Structural Knowledge Map +```mermaid +graph TD + classDef mod fill:#1e1e1e,stroke:#ff6666,stroke-width:2px,color:#fff; + classDef cls fill:#2d2d2d,stroke:#4ec9b0,stroke-width:2px,color:#fff; + classDef fn fill:#333,stroke:#dcdcaa,stroke-width:1px,color:#dcdcaa; + classDef ext fill:#111,stroke:#666,stroke-dasharray:5 5,color:#aaa; + app_py["app.py (py)"] + class app_py mod; + install_sh["install.sh (sh)"] + class install_sh mod; +``` + +--- + +## Architecture Reference + +### PY (1 files) + +#### `app.py` +**Path:** `app.py` + +*No symbols extracted* + +### SH (1 files) + +#### `install.sh` +**Path:** `install.sh` + +*No symbols extracted* diff --git a/docs/KNOWLEDGE_BASE.md b/docs/KNOWLEDGE_BASE.md new file mode 100644 index 0000000..1f3a127 --- /dev/null +++ b/docs/KNOWLEDGE_BASE.md @@ -0,0 +1,37 @@ +# Polyglot Codebase Knowledge Graph + +> Generated offline by **readmenator**. Supports C, C++, Python, Go, Rust, JS/TS, Java, C#, Shell, PHP, Dart, GDScript, Nim, ASM. +> No LLMs. No tokens. Pure static analysis. See more [here](https://github.com/grisuno/ReadMenator) + +**Total Files Parsed:** 2 | **Total Symbols Extracted:** 0 | **Total Imports:** 0 + +## Structural Knowledge Map +```mermaid +graph TD + classDef mod fill:#1e1e1e,stroke:#ff6666,stroke-width:2px,color:#fff; + classDef cls fill:#2d2d2d,stroke:#4ec9b0,stroke-width:2px,color:#fff; + classDef fn fill:#333,stroke:#dcdcaa,stroke-width:1px,color:#dcdcaa; + classDef ext fill:#111,stroke:#666,stroke-dasharray:5 5,color:#aaa; + app_py["app.py (py)"] + class app_py mod; + install_sh["install.sh (sh)"] + class install_sh mod; +``` + +--- + +## Architecture Reference + +### PY (1 files) + +#### `app.py` +**Path:** `app.py` + +*No symbols extracted* + +### SH (1 files) + +#### `install.sh` +**Path:** `install.sh` + +*No symbols extracted*