Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

code-graph-llm

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-graph-llm - npm Package Compare versions

Comparing version
3.2.0
to
3.2.1
+2
-1
llm-agent-project-learnings.md

@@ -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.
{
"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",

@@ -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