memtrace 0.3.25 → 0.3.27
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/installer/skills/commands/memtrace-api-topology.md +1 -1
- package/installer/skills/commands/memtrace-cochange.md +1 -1
- package/installer/skills/commands/memtrace-evolution.md +1 -1
- package/installer/skills/commands/memtrace-graph.md +1 -1
- package/installer/skills/commands/memtrace-impact.md +1 -1
- package/installer/skills/commands/memtrace-index.md +1 -1
- package/installer/skills/commands/memtrace-quality.md +1 -1
- package/installer/skills/commands/memtrace-relationships.md +1 -1
- package/installer/skills/commands/memtrace-search.md +1 -1
- package/installer/skills/workflows/memtrace-change-impact-analysis.md +1 -1
- package/installer/skills/workflows/memtrace-codebase-exploration.md +1 -1
- package/installer/skills/workflows/memtrace-continuous-memory.md +1 -1
- package/installer/skills/workflows/memtrace-episode-replay.md +1 -1
- package/installer/skills/workflows/memtrace-first.md +1 -1
- package/installer/skills/workflows/memtrace-incident-investigation.md +1 -1
- package/installer/skills/workflows/memtrace-refactoring-guide.md +1 -1
- package/installer/skills/workflows/memtrace-session-continuity.md +1 -1
- package/package.json +4 -4
- package/skills/commands/memtrace-api-topology.md +1 -1
- package/skills/commands/memtrace-cochange.md +1 -1
- package/skills/commands/memtrace-evolution.md +1 -1
- package/skills/commands/memtrace-graph.md +1 -1
- package/skills/commands/memtrace-impact.md +1 -1
- package/skills/commands/memtrace-index.md +1 -1
- package/skills/commands/memtrace-quality.md +1 -1
- package/skills/commands/memtrace-relationships.md +1 -1
- package/skills/commands/memtrace-search.md +1 -1
- package/skills/workflows/memtrace-change-impact-analysis.md +1 -1
- package/skills/workflows/memtrace-codebase-exploration.md +1 -1
- package/skills/workflows/memtrace-continuous-memory.md +1 -1
- package/skills/workflows/memtrace-episode-replay.md +1 -1
- package/skills/workflows/memtrace-first.md +1 -1
- package/skills/workflows/memtrace-incident-investigation.md +1 -1
- package/skills/workflows/memtrace-refactoring-guide.md +1 -1
- package/skills/workflows/memtrace-session-continuity.md +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-api-topology
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for API endpoint, HTTP route, fetch/client call, REST surface, service dependency, cross-repo dependency, or API topology questions in source code. Do not use Grep, Glob, rg, find, or manual file search for routes or HTTP calls; Memtrace maps endpoints and call edges from the indexed AST graph."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_api_topology
|
|
6
6
|
- mcp__memtrace__find_api_endpoints
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-cochange
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for historical coupling, co-change, what changes with this, hidden dependency, or what else needs to move questions for source code. Do not use git log, git diff, Grep, or manual file search to correlate changes; Memtrace queries co-change and temporal graph data directly."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_cochange_context
|
|
6
6
|
- mcp__memtrace__find_symbol
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-evolution
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for source-code change history, recent modifications, what changed since a date, symbol timeline, evolution, unexpected changes, or incident timeline questions. Do not use git log, git diff, Grep, or manual file search to reconstruct history; Memtrace has symbol-level temporal memory."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_evolution
|
|
6
6
|
- mcp__memtrace__get_timeline
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-graph
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for source-code architecture, important symbols, centrality, PageRank, bridge functions, communities, logical modules, chokepoints, service boundaries, or dependency path questions. Do not use Glob, find, tree, or directory browsing to infer architecture; Memtrace runs graph algorithms over the AST graph."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__find_bridge_symbols
|
|
6
6
|
- mcp__memtrace__find_central_symbols
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-impact
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use before or during source-code changes when the user asks about blast radius, impact, what breaks, risk, upstream callers, downstream dependencies, or consequences of modifying a symbol. Do not use Grep or manual reference search; Memtrace computes transitive graph impact."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_impact
|
|
6
6
|
- mcp__memtrace__detect_changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-index
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use when the user asks to index, parse, ingest, reindex, watch, or prepare a source-code repo for Memtrace analysis, or when code exploration is needed but no Memtrace index exists. Use this before Grep, Glob, rg, find, or manual code search whenever the repo can be indexed."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__index_directory
|
|
6
6
|
- mcp__memtrace__check_job_status
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-quality
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for source-code quality, dead code, unused functions, zero callers, complexity, cyclomatic complexity, hotspots, refactoring candidates, or code smell questions. Do not use Grep, Glob, rg, or manual reference search for unused code; Memtrace uses graph reachability and complexity metrics."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__find_dead_code
|
|
6
6
|
- mcp__memtrace__calculate_cyclomatic_complexity
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-relationships
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for source-code relationship questions: callers, callees, references, imports, exports, type usages, class hierarchy, inheritance, implementations, overrides, or dependencies between symbols. Do not use Grep, Glob, rg, find, or manual text search for references; Memtrace traverses typed AST graph edges."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__analyze_relationships
|
|
6
6
|
- mcp__memtrace__get_symbol_context
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-search
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use to find, search, locate, or look up source-code symbols, functions, classes, types, constants, definitions, implementations, logic, error strings inside code, or where code lives. Do not use Grep, Glob, rg, find, or manual file search for code discovery; Memtrace uses BM25, vector search, RRF, and the AST graph."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__find_code
|
|
6
6
|
- mcp__memtrace__find_symbol
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-change-impact-analysis
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use before source-code edits, refactors, API changes, renames, removals, PR reviews, or risk assessments when the user needs to know what will break. Do not manually grep references or browse files for impact; this workflow uses Memtrace graph context, impact, and change detection."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__find_symbol
|
|
6
6
|
- mcp__memtrace__find_code
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-codebase-exploration
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use when the user wants to explore, understand, onboard to, map, or get an overview of an indexed source-code repo, architecture, modules, or major flows. Do not use Glob, find, tree, rg, or manual file browsing as the first exploration path; Memtrace provides structured graph briefing."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__index_directory
|
|
6
6
|
- mcp__memtrace__check_job_status
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-continuous-memory
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use when the user asks to keep Memtrace fresh while editing, watch a repo, enable live or incremental indexing, set up always-on memory, or make just-saved source code queryable immediately. Do not fall back to repeated Grep or manual rescans; configure Memtrace watching."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__watch_directory
|
|
6
6
|
- mcp__memtrace__list_watched_paths
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-episode-replay
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use to replay source-code evolution, understand why code looks this way, inspect implementation attempts, reversions, past reasoning, or abandoned approaches across commits and working-tree episodes. Do not use git log, git diff, Grep, or manual history reconstruction; Memtrace has episodic symbol replay."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_episode_replay
|
|
6
6
|
- mcp__memtrace__get_timeline
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-first
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use first for indexed source-code repos before searching files, reading code for discovery, debugging, tracing flows, finding implementations, understanding behavior, or answering how code works. Do not use Grep, Glob, rg, find, or manual file browsing for code discovery when Memtrace is indexed; only use file tools for configs, infra, docs, non-source artifacts, or exact paths already returned by Memtrace."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Memtrace First
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-incident-investigation
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for source-code bugs, incidents, regressions, production issues, failures, root cause analysis, what broke, or what changed when debugging. Do not start with Grep, Glob, rg, find, or manual file search for code causes; Memtrace combines symbol search, impact, call graph, and temporal history."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_evolution
|
|
6
6
|
- mcp__memtrace__get_timeline
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-refactoring-guide
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use when the user wants to refactor source code, reduce complexity, clean technical debt, split large functions, extract modules, reorganize code, or choose refactoring priorities. Do not use Grep or manual reference search to plan refactors; Memtrace provides complexity, dead-code, relationships, and impact context."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__find_most_complex_functions
|
|
6
6
|
- mcp__memtrace__find_dead_code
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-session-continuity
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use at session start or resume when the user asks to continue, catch up, see what changed while away, recover prior context, or orient without guessing timestamps in an indexed source-code repo. Do not use git log, Grep, or manual file search for catch-up; Memtrace provides session anchors and change memory."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_changes_since
|
|
6
6
|
- mcp__memtrace__list_indexed_repositories
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "memtrace",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.27",
|
|
4
4
|
"description": "Code intelligence graph — MCP server + AI agent skills + visualization UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"fs-extra": "^11.0.0"
|
|
38
38
|
},
|
|
39
39
|
"optionalDependencies": {
|
|
40
|
-
"@memtrace/darwin-arm64": "0.3.
|
|
41
|
-
"@memtrace/linux-x64": "0.3.
|
|
42
|
-
"@memtrace/win32-x64": "0.3.
|
|
40
|
+
"@memtrace/darwin-arm64": "0.3.26",
|
|
41
|
+
"@memtrace/linux-x64": "0.3.26",
|
|
42
|
+
"@memtrace/win32-x64": "0.3.26"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=18"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-api-topology
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for API endpoint, HTTP route, fetch/client call, REST surface, service dependency, cross-repo dependency, or API topology questions in source code. Do not use Grep, Glob, rg, find, or manual file search for routes or HTTP calls; Memtrace maps endpoints and call edges from the indexed AST graph."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_api_topology
|
|
6
6
|
- mcp__memtrace__find_api_endpoints
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-cochange
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for historical coupling, co-change, what changes with this, hidden dependency, or what else needs to move questions for source code. Do not use git log, git diff, Grep, or manual file search to correlate changes; Memtrace queries co-change and temporal graph data directly."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_cochange_context
|
|
6
6
|
- mcp__memtrace__find_symbol
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-evolution
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for source-code change history, recent modifications, what changed since a date, symbol timeline, evolution, unexpected changes, or incident timeline questions. Do not use git log, git diff, Grep, or manual file search to reconstruct history; Memtrace has symbol-level temporal memory."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_evolution
|
|
6
6
|
- mcp__memtrace__get_timeline
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-graph
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for source-code architecture, important symbols, centrality, PageRank, bridge functions, communities, logical modules, chokepoints, service boundaries, or dependency path questions. Do not use Glob, find, tree, or directory browsing to infer architecture; Memtrace runs graph algorithms over the AST graph."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__find_bridge_symbols
|
|
6
6
|
- mcp__memtrace__find_central_symbols
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-impact
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use before or during source-code changes when the user asks about blast radius, impact, what breaks, risk, upstream callers, downstream dependencies, or consequences of modifying a symbol. Do not use Grep or manual reference search; Memtrace computes transitive graph impact."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_impact
|
|
6
6
|
- mcp__memtrace__detect_changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-index
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use when the user asks to index, parse, ingest, reindex, watch, or prepare a source-code repo for Memtrace analysis, or when code exploration is needed but no Memtrace index exists. Use this before Grep, Glob, rg, find, or manual code search whenever the repo can be indexed."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__index_directory
|
|
6
6
|
- mcp__memtrace__check_job_status
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-quality
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for source-code quality, dead code, unused functions, zero callers, complexity, cyclomatic complexity, hotspots, refactoring candidates, or code smell questions. Do not use Grep, Glob, rg, or manual reference search for unused code; Memtrace uses graph reachability and complexity metrics."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__find_dead_code
|
|
6
6
|
- mcp__memtrace__calculate_cyclomatic_complexity
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-relationships
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for source-code relationship questions: callers, callees, references, imports, exports, type usages, class hierarchy, inheritance, implementations, overrides, or dependencies between symbols. Do not use Grep, Glob, rg, find, or manual text search for references; Memtrace traverses typed AST graph edges."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__analyze_relationships
|
|
6
6
|
- mcp__memtrace__get_symbol_context
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-search
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use to find, search, locate, or look up source-code symbols, functions, classes, types, constants, definitions, implementations, logic, error strings inside code, or where code lives. Do not use Grep, Glob, rg, find, or manual file search for code discovery; Memtrace uses BM25, vector search, RRF, and the AST graph."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__find_code
|
|
6
6
|
- mcp__memtrace__find_symbol
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-change-impact-analysis
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use before source-code edits, refactors, API changes, renames, removals, PR reviews, or risk assessments when the user needs to know what will break. Do not manually grep references or browse files for impact; this workflow uses Memtrace graph context, impact, and change detection."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__find_symbol
|
|
6
6
|
- mcp__memtrace__find_code
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-codebase-exploration
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use when the user wants to explore, understand, onboard to, map, or get an overview of an indexed source-code repo, architecture, modules, or major flows. Do not use Glob, find, tree, rg, or manual file browsing as the first exploration path; Memtrace provides structured graph briefing."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__index_directory
|
|
6
6
|
- mcp__memtrace__check_job_status
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-continuous-memory
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use when the user asks to keep Memtrace fresh while editing, watch a repo, enable live or incremental indexing, set up always-on memory, or make just-saved source code queryable immediately. Do not fall back to repeated Grep or manual rescans; configure Memtrace watching."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__watch_directory
|
|
6
6
|
- mcp__memtrace__list_watched_paths
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-episode-replay
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use to replay source-code evolution, understand why code looks this way, inspect implementation attempts, reversions, past reasoning, or abandoned approaches across commits and working-tree episodes. Do not use git log, git diff, Grep, or manual history reconstruction; Memtrace has episodic symbol replay."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_episode_replay
|
|
6
6
|
- mcp__memtrace__get_timeline
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-first
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use first for indexed source-code repos before searching files, reading code for discovery, debugging, tracing flows, finding implementations, understanding behavior, or answering how code works. Do not use Grep, Glob, rg, find, or manual file browsing for code discovery when Memtrace is indexed; only use file tools for configs, infra, docs, non-source artifacts, or exact paths already returned by Memtrace."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Memtrace First
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-incident-investigation
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use for source-code bugs, incidents, regressions, production issues, failures, root cause analysis, what broke, or what changed when debugging. Do not start with Grep, Glob, rg, find, or manual file search for code causes; Memtrace combines symbol search, impact, call graph, and temporal history."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_evolution
|
|
6
6
|
- mcp__memtrace__get_timeline
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-refactoring-guide
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use when the user wants to refactor source code, reduce complexity, clean technical debt, split large functions, extract modules, reorganize code, or choose refactoring priorities. Do not use Grep or manual reference search to plan refactors; Memtrace provides complexity, dead-code, relationships, and impact context."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__find_most_complex_functions
|
|
6
6
|
- mcp__memtrace__find_dead_code
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memtrace-session-continuity
|
|
3
|
-
description: "
|
|
3
|
+
description: "Always use at session start or resume when the user asks to continue, catch up, see what changed while away, recover prior context, or orient without guessing timestamps in an indexed source-code repo. Do not use git log, Grep, or manual file search for catch-up; Memtrace provides session anchors and change memory."
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__memtrace__get_changes_since
|
|
6
6
|
- mcp__memtrace__list_indexed_repositories
|