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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # CODE-GRAPH (v2.0.0)
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.0: Self-Learning Memory
6
- - **Reflection System:** Agents can now persist "Lessons Learned" via `code-graph reflect`.
7
- - **Operational Protocol:** Standardized `AGENT_RULES.md` ensures agents follow strict "Reflect-Act-Verify" cycles.
8
- - **Architectural Weight:** Project maps now include dependency counts (↑N ↓M) and CORE entry-point markers.
9
- - **Production Refactor:** Class-based service architecture with full `fs/promises` async support.
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`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-graph-llm",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Compact, language-agnostic codebase mapper for LLM token efficiency.",
5
5
  "main": "index.js",
6
6
  "bin": {