code-graph-llm 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# CODE-GRAPH (v2.
|
|
1
|
+
# CODE-GRAPH (v2.1.1)
|
|
2
2
|
|
|
3
3
|
A language-agnostic, ultra-compact codebase mapper and **agent memory system** designed specifically for LLM agents. It optimizes context and token usage while enabling agents to learn from their own mistakes across sessions.
|
|
4
4
|
|
|
5
|
-
## 🚀 New in v2.
|
|
6
|
-
- **
|
|
7
|
-
- **
|
|
8
|
-
- **
|
|
9
|
-
- **Production
|
|
5
|
+
## 🚀 New in v2.1: Intelligent Reflection & Hard-Soft Enforcement
|
|
6
|
+
- **Project Initializer:** Automated bootstrapping with `code-graph init`.
|
|
7
|
+
- **Intelligent Reflection:** Deduplication and categorization in `PROJECT_REFLECTIONS.md`.
|
|
8
|
+
- **Commit Advisories:** Soft-nudge git hooks to remind agents of missing reflections.
|
|
9
|
+
- **Production-Ready Core:** Refactored Service-based architecture with full async support.
|
|
10
10
|
|
|
11
11
|
## Features
|
|
12
12
|
- **Structural Knowledge Graph:** Captures `imports`, `requires`, `extends`, and `implements`.
|