@gabrihhh/jarvis 2.0.1 → 2.0.3

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.
@@ -1,3 +1,8 @@
1
+ ---
2
+ name: memory-index
3
+ description: Indexar repositório atual no grafo de memória semantica (Neo4j)
4
+ ---
5
+
1
6
  # Memory Index — Indexar Repositório no Grafo de Memória
2
7
 
3
8
  Você vai analisar o repositório atual de forma exaustiva e indexar seu entendimento no Neo4j. **Não grave nada sem aprovação explícita do usuário.**
@@ -1,3 +1,8 @@
1
+ ---
2
+ name: setup-memory
3
+ description: Configurar ambiente Neo4j + MCP Server para memória semântica do Claude Code
4
+ ---
5
+
1
6
  # Setup Memory — Preparar ambiente Neo4j e MCP Server
2
7
 
3
8
  Você vai configurar o ambiente de memória semântica para o Claude Code. Siga este fluxo exato, passo a passo.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gabrihhh/jarvis",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Claude Code terminal dashboard + semantic memory graph via Neo4j",
5
5
  "bin": {
6
6
  "jarvis": "bin/jarvis.js",
@@ -13,7 +13,7 @@
13
13
  "files": [
14
14
  "bin/",
15
15
  "src/",
16
- ".claude/"
16
+ ".claude/commands/"
17
17
  ],
18
18
  "keywords": [
19
19
  "claude",
@@ -1,25 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(head -50 ~/.claude/telemetry/*.json)",
5
- "Bash(grep -l \"usage\\\\|tokens\\\\|cost\\\\|model\" ~/.claude/projects/*/*.jsonl)",
6
- "Bash(xargs -I {} sh -c 'echo \"=== {} ===\" && cat {}')",
7
- "Bash(chmod +x /tmp/analyze_claude_data.sh)",
8
- "Bash(/tmp/analyze_claude_data.sh)",
9
- "Read(//tmp/**)",
10
- "Bash(chmod +x:*)",
11
- "Bash(npm install:*)",
12
- "Bash(node:*)",
13
- "Bash(claude-usage:*)",
14
- "Bash(COLUMNS=60 node -e \"process.stdout.columns=60; import\\('./bin/claude-usage.js'\\)\")",
15
- "Bash(npm set:*)",
16
- "Bash(git init:*)",
17
- "Bash(git add:*)",
18
- "Bash(git commit -m ':*)",
19
- "Bash(npm publish:*)",
20
- "Bash(git commit:*)",
21
- "Bash(git push:*)",
22
- "Read(//home/patara/.nvm/versions/node/v18.20.8/lib/node_modules/@gabrihhh/jarvis/**)"
23
- ]
24
- }
25
- }