code-graph-llm
Advanced tools
@@ -17,2 +17,3 @@ # LLM_AGENT_PROJECT_LEARNINGS | ||
| - [TOOLING: 2026-04-16] Upgraded to v3.1.0: Segregated skills into `projectmap` and `reflections`, enabling selective installation and standardizing on `install-skills` command. | ||
| - [TOOLING: 2026-04-16] Upgraded to v3.2.0: "Universal Agent OS" release. Restored full surgical integration for Antigravity, Kiro, Codex, and OpenCode. Implemented segregated skill hooks for platforms that support them. | ||
| - [TOOLING: 2026-04-16] Upgraded to v3.2.0: "Universal Agent OS" release. Restored full surgical integration for Antigravity, Kiro, Codex, and OpenCode. Implemented segregated skill hooks for platforms that support them. | ||
| - [TOOLING: 2026-04-16] Upgraded to v3.2.1: Exhaustive documentation of platform-specific installation details and integration table synchronization. |
+1
-1
| { | ||
| "name": "code-graph-llm", | ||
| "version": "3.2.0", | ||
| "version": "3.2.1", | ||
| "description": "Compact, language-agnostic codebase mapper for LLM token efficiency.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+6
-2
@@ -1,2 +0,2 @@ | ||
| # CODE-GRAPH (v3.2.0) | ||
| # CODE-GRAPH (v3.2.1) | ||
@@ -36,2 +36,6 @@ 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. | ||
| | **Gemini CLI** | `code-graph install-skills gemini` | | ||
| | **Antigravity** | `code-graph install-skills antigravity` | | ||
| | **Kiro IDE/CLI** | `code-graph install-skills kiro` | | ||
| | **Roo Code (Cline)** | `code-graph install-skills roocode` | | ||
| | **IntelliJ / JetBrains** | `code-graph install-skills intellij` | | ||
| | **Codex** | `code-graph install-skills codex` | | ||
@@ -41,3 +45,3 @@ | **OpenCode** | `code-graph install-skills opencode` | | ||
| | **VS Code Copilot Chat** | `code-graph install-skills vscode` | | ||
| | **Aider / Trae / etc.** | `code-graph install-skills <platform>` | | ||
| | **Aider / Trae / Hermes** | `code-graph install-skills aider` | | ||
@@ -44,0 +48,0 @@ ### Selective Installation |
45774
0.88%162
2.53%