You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document tracks the incremental evolution of the codebase. It serves as a high-level narrative for human developers and a semantic anchor for LLMs.
4
+
5
+
---
6
+
7
+
## [v0.1.0] - 2023-10-27
8
+
9
+
**Commit Range:**`init...a1b2c3d`
10
+
**Focus:** MVP Release - Core Parsing and Graph Building
11
+
12
+
### 🧠 Temporal Context & Intent
13
+
Initial release of the KnowCode MVP. The primary focus was establishing the pipeline to convert raw source code into a queryable knowledge graph. The scope was strictly limited to Python, Markdown, and YAML to prove the concept of "token-efficient context generation" without tracking temporal changes (git history) yet.
0 commit comments