RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/CLAUDE.md/NickCirv/engram

CLAUDE.md

CLAUDE.md
CLAUDE.mdroot

Quality

63/100

Scores the file, not the repository.

Length

307 words

4 headings · 0 code blocks

Repository

139

— · pushed 42 days ago

Last changed

3 days ago

First indexed 3 days ago.
NickCirv/engram/CLAUDE.mdRawGitHub
1 
2 
3<!-- engram:start -->
4## Codebase Structure (auto-generated by engram)
5 
6**Graph:** 451 nodes, 1005 edges | 96% extracted, 4% inferred
7**View:** general
8 
9## Core entities
10 
11- `extractDirectory()` (function, 2 connections) — src/miners/ast-miner.ts
12- `extractFile()` (function, 2 connections) — src/miners/ast-miner.ts
13- `generateSummary()` (function, 2 connections) — src/autogen.ts
14- `writeToFile()` (function, 2 connections) — src/autogen.ts
15- `parseReadLikeBashCommand()` (function, 2 connections) — src/intercept/handlers/bash.ts
16- `createAuthService()` (function, 2 connections) — tests/intercept/handlers/bash.test.ts
17- `hashPassword()` (function, 2 connections) — tests/intercept/handlers/bash.test.ts
18- `SessionStore` (class, 2 connections) — tests/intercept/handlers/bash.test.ts
19 
20## Structure
21 
22- `./` — tsup.config.ts
23- `bench/` — runner.ts
24- `src/` — autogen.ts, cli.ts, core.ts, dashboard.ts, hooks.ts, serve.ts, watcher.ts
25- `src/ccs/` — exporter.ts, importer.ts
26- `src/db/` — migrate.ts
27- `src/generators/` — aider-context.ts, cursor-mdc.ts
28- `src/graph/` — path-utils.ts, query.ts, render-utils.ts, schema.ts, store.ts
29- `src/intelligence/` — hook-log.ts, token-tracker.ts
30- `src/intercept/` — component-status.ts, context.ts, cursor-adapter.ts, dispatch.ts, formatter.ts, installer.ts, memory-md.ts, safety.ts, stats.ts
31- `src/intercept/handlers/` — bash.ts, cwd-changed.ts, edit-write.ts, lsp-capture.ts, post-tool.ts, pre-compact.ts, read.ts, session-start.ts, user-prompt.ts
32- `src/miners/` — ast-miner.ts, git-miner.ts, session-miner.ts, skills-miner.ts
33- `src/providers/` — ast.ts, context7.ts, engram-git.ts, engram-mistakes.ts, engram-structure.ts, grammar-loader.ts, lsp-connection.ts, lsp.ts, mempalace.ts, obsidian.ts, resolver.ts, types.ts
34- `src/server/` — http.ts
35- `src/tuner/` — config.ts, index.ts
36- `src/types/` — sql.js.d.ts
37- `tests/` — ast-miner.test.ts, autogen.test.ts, core.test.ts, mistake-memory.test.ts, provider-cache.test.ts, render-utils.test.ts, skills-miner.test.ts, store.test.ts, stress.test.ts, watcher.test.ts
38- `tests/ccs/` — ccs.test.ts
39- `tests/db/` — migrate.test.ts
40- `tests/fixtures/` — sample.ts
41- `tests/generators/` — cursor-mdc.test.ts
42- `tests/intercept/` — cli-intercept.test.ts, context.test.ts, cursor-adapter.test.ts, dispatch-new-events.test.ts, dispatch.test.ts, formatter.test.ts, get-file-context.test.ts, hook-log.test.ts, installer.test.ts, memory-md.test.ts, mistakes-filter.test.ts, render-file-structure.test.ts, safety.test.ts, spike-regression.test.ts, stats.test.ts
43- `tests/intercept/handlers/` — bash.test.ts, cwd-changed.test.ts, edit-write.test.ts, post-tool.test.ts, pre-compact.test.ts, read.test.ts, session-start.test.ts, user-prompt.test.ts
44- `tests/providers/` — ast.test.ts, lsp.test.ts, resolver.test.ts
45- `tests/server/` — http.test.ts
46- `tests/tuner/` — tuner.test.ts
47 
48## Key dependencies
49 
50- `node_path` (imported by 66 files)
51- `vitest` (imported by 41 files)
52- `node_fs` (imported by 37 files)
53- `node_os` (imported by 34 files)
54- `core.ts` (imported by 34 files)
55 
56**Tip:** Run `engram query "your question"` for structural context instead of reading files.
57<!-- engram:end -->
58 

Commands it names

  • vitest

Sections

  • Codebase Structure (auto-generated by engram)
  • Core entities
  • Structure
  • Key dependencies

What it covers

testarchitecturedependencies

Stack — with the evidence

typescript

(1.00)

vitest

(1.00)

ai-agent

(0.90)

node

(0.70)

javascript

(0.60)

github-actions

(0.60)

Format

CLAUDE.md

Claude Code's memory file. Shaped like AGENTS.md but with two things it lacks: @path imports, so shared rules live in one place, and a user-scope layer that follows the developer across repos rather than shipping with the code.

What the corpus says about it

Repository

Owner
NickCirv
Language
—
License
—
Archived
no

All configs in this repo

Also in NickCirv/engram

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
NickCirv/engram.cursorrules · 139.cursorrulestypescriptvitest+4testarchdependencies63/1003 days ago
Diff against .cursorrules

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
livewire/livewireCLAUDE.md · 24kCLAUDE.mdphpvitest+4setupbuildteststyle+4100/1003 days ago
Adit-Jain-srm/NightmareNetCLAUDE.md · 45CLAUDE.mdtypescriptpython+18buildtestlint-formatstyle+6100/1003 days ago
microsoft/playwrightCLAUDE.md · 94kCLAUDE.mdtypescriptjavascript+10buildtestlint-formatstyle+7100/1003 days ago
dotCMS/corecore-web/CLAUDE.md · 949CLAUDE.mdjavanode+13teststylearchtesting-strategy+3100/1003 days ago
nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.4kCLAUDE.mdtypescriptnode+16setupbuildstylearch+2100/1003 days ago
dotCMS/coreCLAUDE.md · 949CLAUDE.mdjavanode+9setupbuildteststyle+799/100today
lollipopkit/flutter_server_boxCLAUDE.md · 8.3kCLAUDE.mddartflutter+8buildteststylearch+298/1003 days ago
carrot-foundation/middle-earthCLAUDE.md · 0CLAUDE.mdtypescriptnode+12setupbuildtestlint-format+697/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack