engramx 0.1.0

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/LICENSE ADDED
@@ -0,0 +1,189 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work.
38
+
39
+ "Derivative Works" shall mean any work, whether in Source or Object
40
+ form, that is based on (or derived from) the Work and for which the
41
+ editorial revisions, annotations, elaborations, or other modifications
42
+ represent, as a whole, an original work of authorship. For the purposes
43
+ of this License, Derivative Works shall not include works that remain
44
+ separable from, or merely link (or bind by name) to the interfaces of,
45
+ the Work and Derivative Works thereof.
46
+
47
+ "Contribution" shall mean any work of authorship, including
48
+ the original version of the Work and any modifications or additions
49
+ to that Work or Derivative Works thereof, that is intentionally
50
+ submitted to the Licensor for inclusion in the Work by the copyright owner
51
+ or by an individual or Legal Entity authorized to submit on behalf of
52
+ the copyright owner. For the purposes of this definition, "submitted"
53
+ means any form of electronic, verbal, or written communication sent
54
+ to the Licensor or its representatives, including but not limited to
55
+ communication on electronic mailing lists, source code control systems,
56
+ and issue tracking systems that are managed by, or on behalf of, the
57
+ Licensor for the purpose of discussing and improving the Work, but
58
+ excluding communication that is conspicuously marked or otherwise
59
+ designated in writing by the copyright owner as "Not a Contribution."
60
+
61
+ "Contributor" shall mean Licensor and any individual or Legal Entity
62
+ on behalf of whom a Contribution has been received by the Licensor and
63
+ subsequently incorporated within the Work.
64
+
65
+ 2. Grant of Copyright License. Subject to the terms and conditions of
66
+ this License, each Contributor hereby grants to You a perpetual,
67
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
68
+ copyright license to reproduce, prepare Derivative Works of,
69
+ publicly display, publicly perform, sublicense, and distribute the
70
+ Work and such Derivative Works in Source or Object form.
71
+
72
+ 3. Grant of Patent License. Subject to the terms and conditions of
73
+ this License, each Contributor hereby grants to You a perpetual,
74
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75
+ (except as stated in this section) patent license to make, have made,
76
+ use, offer to sell, sell, import, and otherwise transfer the Work,
77
+ where such license applies only to those patent claims licensable
78
+ by such Contributor that are necessarily infringed by their
79
+ Contribution(s) alone or by combination of their Contribution(s)
80
+ with the Work to which such Contribution(s) was submitted. If You
81
+ institute patent litigation against any entity (including a
82
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
83
+ or a Contribution incorporated within the Work constitutes direct
84
+ or contributory patent infringement, then any patent licenses
85
+ granted to You under this License for that Work shall terminate
86
+ as of the date such litigation is filed.
87
+
88
+ 4. Redistribution. You may reproduce and distribute copies of the
89
+ Work or Derivative Works thereof in any medium, with or without
90
+ modifications, and in Source or Object form, provided that You
91
+ meet the following conditions:
92
+
93
+ (a) You must give any other recipients of the Work or
94
+ Derivative Works a copy of this License; and
95
+
96
+ (b) You must cause any modified files to carry prominent notices
97
+ stating that You changed the files; and
98
+
99
+ (c) You must retain, in the Source form of any Derivative Works
100
+ that You distribute, all copyright, patent, trademark, and
101
+ attribution notices from the Source form of the Work,
102
+ excluding those notices that do not pertain to any part of
103
+ the Derivative Works; and
104
+
105
+ (d) If the Work includes a "NOTICE" text file as part of its
106
+ distribution, then any Derivative Works that You distribute must
107
+ include a readable copy of the attribution notices contained
108
+ within such NOTICE file, excluding any notices that do not
109
+ pertain to any part of the Derivative Works, in at least one
110
+ of the following places: within a NOTICE text file distributed
111
+ as part of the Derivative Works; within the Source form or
112
+ documentation, if provided along with the Derivative Works; or,
113
+ within a display generated by the Derivative Works, if and
114
+ wherever such third-party notices normally appear. The contents
115
+ of the NOTICE file are for informational purposes only and
116
+ do not modify the License. You may add Your own attribution
117
+ notices within Derivative Works that You distribute, alongside
118
+ or as an addendum to the NOTICE text from the Work, provided
119
+ that such additional attribution notices cannot be construed
120
+ as modifying the License.
121
+
122
+ You may add Your own copyright statement to Your modifications and
123
+ may provide additional or different license terms and conditions
124
+ for use, reproduction, or distribution of Your modifications, or
125
+ for any such Derivative Works as a whole, provided Your use,
126
+ reproduction, and distribution of the Work otherwise complies with
127
+ the conditions stated in this License.
128
+
129
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
130
+ any Contribution intentionally submitted for inclusion in the Work
131
+ by You to the Licensor shall be under the terms and conditions of
132
+ this License, without any additional terms or conditions.
133
+ Notwithstanding the above, nothing herein shall supersede or modify
134
+ the terms of any separate license agreement you may have executed
135
+ with Licensor regarding such Contributions.
136
+
137
+ 6. Trademarks. This License does not grant permission to use the trade
138
+ names, trademarks, service marks, or product names of the Licensor,
139
+ except as required for reasonable and customary use in describing the
140
+ origin of the Work and reproducing the content of the NOTICE file.
141
+
142
+ 7. Disclaimer of Warranty. Unless required by applicable law or
143
+ agreed to in writing, Licensor provides the Work (and each
144
+ Contributor provides its Contributions) on an "AS IS" BASIS,
145
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
146
+ implied, including, without limitation, any warranties or conditions
147
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
148
+ PARTICULAR PURPOSE. You are solely responsible for determining the
149
+ appropriateness of using or redistributing the Work and assume any
150
+ risks associated with Your exercise of permissions under this License.
151
+
152
+ 8. Limitation of Liability. In no event and under no legal theory,
153
+ whether in tort (including negligence), contract, or otherwise,
154
+ unless required by applicable law (such as deliberate and grossly
155
+ negligent acts) or agreed to in writing, shall any Contributor be
156
+ liable to You for damages, including any direct, indirect, special,
157
+ incidental, or consequential damages of any character arising as a
158
+ result of this License or out of the use or inability to use the
159
+ Work (including but not limited to damages for loss of goodwill,
160
+ work stoppage, computer failure or malfunction, or any and all
161
+ other commercial damages or losses), even if such Contributor
162
+ has been advised of the possibility of such damages.
163
+
164
+ 9. Accepting Warranty or Additional Liability. While redistributing
165
+ the Work or Derivative Works thereof, You may choose to offer,
166
+ and charge a fee for, acceptance of support, warranty, indemnity,
167
+ or other liability obligations and/or rights consistent with this
168
+ License. However, in accepting such obligations, You may act only
169
+ on Your own behalf and on Your sole responsibility, not on behalf
170
+ of any other Contributor, and only if You agree to indemnify,
171
+ defend, and hold each Contributor harmless for any liability
172
+ incurred by, or claims asserted against, such Contributor by reason
173
+ of your accepting any such warranty or additional liability.
174
+
175
+ END OF TERMS AND CONDITIONS
176
+
177
+ Copyright 2026 Nicholas Ashkar
178
+
179
+ Licensed under the Apache License, Version 2.0 (the "License");
180
+ you may not use this file except in compliance with the License.
181
+ You may obtain a copy of the License at
182
+
183
+ http://www.apache.org/licenses/LICENSE-2.0
184
+
185
+ Unless required by applicable law or agreed to in writing, software
186
+ distributed under the License is distributed on an "AS IS" BASIS,
187
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
188
+ See the License for the specific language governing permissions and
189
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,249 @@
1
+ <p align="center">
2
+ <img src="assets/banner.png" alt="engram — AI coding memory" width="100%">
3
+ </p>
4
+
5
+ <p align="center">
6
+ <a href="#install"><strong>Install</strong></a> ·
7
+ <a href="#usage"><strong>Usage</strong></a> ·
8
+ <a href="#mcp-server"><strong>MCP Server</strong></a> ·
9
+ <a href="#how-it-works"><strong>How It Works</strong></a> ·
10
+ <a href="#contributing"><strong>Contributing</strong></a>
11
+ </p>
12
+
13
+ <p align="center">
14
+ <a href="https://github.com/NickCirv/engram/actions"><img src="https://github.com/NickCirv/engram/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
15
+ <img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License">
16
+ <img src="https://img.shields.io/badge/node-%3E%3D20-brightgreen" alt="Node">
17
+ <img src="https://img.shields.io/badge/tests-63%20passing-brightgreen" alt="Tests">
18
+ <img src="https://img.shields.io/badge/LLM%20cost-$0-green" alt="Zero LLM cost">
19
+ <img src="https://img.shields.io/badge/native%20deps-zero-green" alt="Zero native deps">
20
+ </p>
21
+
22
+ ---
23
+
24
+ **Your AI coding assistant forgets everything. We fixed that.**
25
+
26
+ engram gives AI coding tools persistent memory. One command scans your codebase, builds a knowledge graph, and makes every session start where the last one left off.
27
+
28
+ Zero LLM cost. Zero cloud. Works with Claude Code, Cursor, Codex, aider, and any MCP client.
29
+
30
+ ```bash
31
+ npx engram init
32
+ ```
33
+
34
+ ```
35
+ 🔍 Scanning codebase...
36
+ 🌳 AST extraction complete (42ms, 0 tokens used)
37
+ 60 nodes, 96 edges from 14 files (2,155 lines)
38
+
39
+ 📊 Token savings: 11x fewer tokens vs relevant files
40
+ Full corpus: ~15,445 tokens | Graph query: ~285 tokens
41
+
42
+ ✅ Ready. Your AI now has persistent memory.
43
+ ```
44
+
45
+ ## Why
46
+
47
+ Every AI coding session starts from zero. Claude Code re-reads your files. Cursor reindexes. Copilot has no memory. CLAUDE.md is a sticky note you write by hand.
48
+
49
+ engram fixes this with three things no other tool combines:
50
+
51
+ 1. **Persistent knowledge graph** — survives across sessions, stored in `.engram/graph.db`
52
+ 2. **Learns from every session** — decisions, patterns, mistakes are extracted and remembered
53
+ 3. **Universal protocol** — MCP server + CLI + auto-generates CLAUDE.md, .cursorrules, AGENTS.md
54
+
55
+ ## Install
56
+
57
+ ```bash
58
+ npx engram-ai init
59
+ ```
60
+
61
+ Or install globally:
62
+
63
+ ```bash
64
+ npm install -g engram-ai
65
+ engram init
66
+ ```
67
+
68
+ Requires Node.js 20+. Zero native dependencies. No build tools needed.
69
+
70
+ ## Usage
71
+
72
+ ```bash
73
+ engram init [path] # Scan codebase, build knowledge graph
74
+ engram query "how does auth" # Query the graph (BFS, token-budgeted)
75
+ engram query "auth" --dfs # DFS traversal (trace specific paths)
76
+ engram gods # Show most connected entities
77
+ engram stats # Node/edge counts, token savings
78
+ engram bench # Token reduction benchmark
79
+ engram path "auth" "database" # Shortest path between concepts
80
+ engram learn "chose JWT..." # Teach a decision or pattern
81
+ engram gen # Generate CLAUDE.md section from graph
82
+ engram hooks install # Auto-rebuild on git commit
83
+ ```
84
+
85
+ ## How It Works
86
+
87
+ engram runs three miners on your codebase. None of them use an LLM.
88
+
89
+ **AST Miner** — Extracts code structure (classes, functions, imports, exports, call patterns) using pattern matching across 10 languages: TypeScript, JavaScript, Python, Go, Rust, Java, C, C++, Ruby, PHP. Zero tokens, deterministic, cached.
90
+
91
+ **Git Miner** — Reads `git log` for co-change patterns (files that change together), hot files (most frequently modified), and authorship. Creates INFERRED edges between structurally coupled files.
92
+
93
+ **Session Miner** — Scans CLAUDE.md, .cursorrules, AGENTS.md, and `.engram/sessions/` for decisions, patterns, and mistakes your team has documented. Stores these as queryable graph nodes.
94
+
95
+ Results are stored in a local SQLite database (`.engram/graph.db`) and queryable via CLI, MCP server, or programmatic API.
96
+
97
+ ## MCP Server
98
+
99
+ Connect engram to Claude Code, Windsurf, or any MCP client:
100
+
101
+ ```json
102
+ {
103
+ "mcpServers": {
104
+ "engram": {
105
+ "command": "npx",
106
+ "args": ["-y", "engram-ai", "serve", "/path/to/your/project"]
107
+ }
108
+ }
109
+ }
110
+ ```
111
+
112
+ Or if installed globally:
113
+
114
+ ```json
115
+ {
116
+ "mcpServers": {
117
+ "engram": {
118
+ "command": "engram-serve",
119
+ "args": ["/path/to/your/project"]
120
+ }
121
+ }
122
+ }
123
+ ```
124
+
125
+ **MCP Tools:**
126
+ - `query_graph` — Search the knowledge graph with natural language
127
+ - `god_nodes` — Core abstractions (most connected entities)
128
+ - `graph_stats` — Node/edge counts, confidence breakdown
129
+ - `shortest_path` — Trace connections between two concepts
130
+ - `benchmark` — Token reduction measurement
131
+
132
+ ## Auto-Generated AI Instructions
133
+
134
+ After building a graph, run:
135
+
136
+ ```bash
137
+ engram gen # Auto-detect CLAUDE.md / .cursorrules / AGENTS.md
138
+ engram gen --target claude # Write to CLAUDE.md
139
+ engram gen --target cursor # Write to .cursorrules
140
+ engram gen --target agents # Write to AGENTS.md
141
+ ```
142
+
143
+ This writes a structured codebase summary — god nodes, file structure, key dependencies, decisions — so your AI assistant navigates by structure instead of grepping.
144
+
145
+ ## How engram Compares
146
+
147
+ | | engram | Mem0 | Graphify | aider repo-map | CLAUDE.md |
148
+ |---|---|---|---|---|---|
149
+ | **Code structure** | AST extraction (10 langs) | No | Yes (tree-sitter) | Yes (tree-sitter) | No |
150
+ | **Persistent memory** | SQLite graph, survives sessions | Yes (vector + graph) | Static snapshot | Per-session only | Manual text file |
151
+ | **Session learning** | Mines decisions, patterns, mistakes | Generic facts | No | No | You write it by hand |
152
+ | **Universal** | MCP + CLI + auto-gen | API only | Claude Code only | aider only | Claude Code only |
153
+ | **LLM cost** | $0 | $0 (self-host) / paid cloud | Tokens for docs/images | Per-session | $0 |
154
+ | **Code-specific** | Built for codebases | Generic AI memory | Yes | Yes | No |
155
+ | **Temporal** | Git history mining | No | No | No | No |
156
+
157
+ **The gap nobody fills:** Code-structural understanding + persistent cross-session learning + temporal awareness + works with every AI tool. engram is the first to combine all four.
158
+
159
+ ## Confidence System
160
+
161
+ Every relationship in the graph is tagged:
162
+
163
+ | Tag | Meaning | Score |
164
+ |-----|---------|-------|
165
+ | **EXTRACTED** | Found directly in source code (import, function definition) | 1.0 |
166
+ | **INFERRED** | Reasoned from patterns (git co-changes, session decisions) | 0.4-0.9 |
167
+ | **AMBIGUOUS** | Uncertain, flagged for review | 0.1-0.3 |
168
+
169
+ You always know what was found vs guessed.
170
+
171
+ ## Token Savings
172
+
173
+ engram reports two honest baselines:
174
+
175
+ - **vs relevant files** — compared to reading only the files that match your query. This is the fair comparison. Typical: **3-11x** fewer tokens.
176
+ - **vs full corpus** — compared to sending your entire codebase. This is the worst case you're avoiding. Typical: **30-400x** fewer tokens.
177
+
178
+ Both are reported transparently. No inflated claims.
179
+
180
+ ## Git Hooks
181
+
182
+ Auto-rebuild the graph on every commit:
183
+
184
+ ```bash
185
+ engram hooks install # Install post-commit + post-checkout hooks
186
+ engram hooks status # Check installation
187
+ engram hooks uninstall # Remove hooks
188
+ ```
189
+
190
+ Code changes trigger an instant AST rebuild (no LLM, <50ms). The graph stays fresh without manual re-runs.
191
+
192
+ ## Programmatic API
193
+
194
+ ```typescript
195
+ import { init, query, godNodes, stats } from "engram";
196
+
197
+ // Build the graph
198
+ const result = await init("./my-project");
199
+ console.log(`${result.nodes} nodes, ${result.edges} edges`);
200
+
201
+ // Query it
202
+ const answer = await query("./my-project", "how does auth work");
203
+ console.log(answer.text);
204
+
205
+ // Get god nodes
206
+ const gods = await godNodes("./my-project");
207
+ for (const g of gods) {
208
+ console.log(`${g.label} — ${g.degree} connections`);
209
+ }
210
+ ```
211
+
212
+ ## Architecture
213
+
214
+ ```
215
+ src/
216
+ ├── cli.ts CLI entry point
217
+ ├── core.ts API surface (init, query, stats, learn)
218
+ ├── serve.ts MCP server (5 tools, JSON-RPC stdio)
219
+ ├── hooks.ts Git hook install/uninstall
220
+ ├── autogen.ts CLAUDE.md / .cursorrules generation
221
+ ├── graph/
222
+ │ ├── schema.ts Types: nodes, edges, confidence
223
+ │ ├── store.ts SQLite persistence (sql.js, zero native deps)
224
+ │ └── query.ts BFS/DFS traversal, shortest path
225
+ ├── miners/
226
+ │ ├── ast-miner.ts Code structure extraction (10 languages)
227
+ │ ├── git-miner.ts Change patterns from git history
228
+ │ └── session-miner.ts Decisions/patterns from AI session docs
229
+ └── intelligence/
230
+ └── token-tracker.ts Cumulative token savings measurement
231
+ ```
232
+
233
+ ## Supported Languages
234
+
235
+ TypeScript, JavaScript, Python, Go, Rust, Java, C, C++, Ruby, PHP.
236
+
237
+ Tree-sitter WASM integration (20+ languages with full call-graph precision) is planned for v0.2.
238
+
239
+ ## Privacy
240
+
241
+ Everything runs locally. No data leaves your machine. No telemetry. No cloud. The only network call is `npm install`.
242
+
243
+ ## License
244
+
245
+ Apache 2.0
246
+
247
+ ## Contributing
248
+
249
+ Issues and PRs welcome. Run `engram init` on a real codebase and share what it got right and wrong.