claude-jacked 0.2.1__tar.gz → 0.2.3__tar.gz

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.
Files changed (32) hide show
  1. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/PKG-INFO +74 -17
  2. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/README.md +73 -16
  3. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/pyproject.toml +1 -1
  4. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/.claude/settings.local.json +0 -0
  5. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/.github/workflows/publish.yml +0 -0
  6. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/.gitignore +0 -0
  7. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/LICENSE +0 -0
  8. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/agents/code-simplicity-reviewer.md +0 -0
  9. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/agents/defensive-error-handler.md +0 -0
  10. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/agents/double-check-reviewer.md +0 -0
  11. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/agents/git-pr-workflow-manager.md +0 -0
  12. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/agents/issue-pr-coordinator.md +0 -0
  13. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/agents/pr-workflow-checker.md +0 -0
  14. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/agents/readme-maintainer.md +0 -0
  15. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/agents/test-coverage-engineer.md +0 -0
  16. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/agents/test-coverage-improver.md +0 -0
  17. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/agents/wiki-documentation-architect.md +0 -0
  18. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/commands/dc.md +0 -0
  19. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/commands/pr.md +0 -0
  20. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/docs/DESIGN.md +0 -0
  21. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/jacked/__init__.py +0 -0
  22. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/jacked/cli.py +0 -0
  23. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/jacked/client.py +0 -0
  24. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/jacked/config.py +0 -0
  25. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/jacked/indexer.py +0 -0
  26. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/jacked/retriever.py +0 -0
  27. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/jacked/searcher.py +0 -0
  28. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/jacked/transcript.py +0 -0
  29. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/skills/jacked/SKILL.md +0 -0
  30. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/tests/__init__.py +0 -0
  31. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/tests/test_config.py +0 -0
  32. {claude_jacked-0.2.1 → claude_jacked-0.2.3}/tests/test_transcript.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-jacked
3
- Version: 0.2.1
3
+ Version: 0.2.3
4
4
  Summary: Cross-machine semantic search for Claude Code sessions
5
5
  Project-URL: Homepage, https://github.com/jackneil/claude-jacked
6
6
  Project-URL: Repository, https://github.com/jackneil/claude-jacked
@@ -32,24 +32,48 @@ Supercharge your Claude Code workflow with cross-machine session search, review
32
32
 
33
33
  ## Install (Copy This Into Claude Code)
34
34
 
35
+ > 📋 [View on GitHub](https://github.com/jackneil/claude-jacked#install-copy-this-into-claude-code) for copy button
36
+
35
37
  ```
36
- Install claude-jacked for me. First detect my OS, then guide me through the full setup:
37
-
38
- 1. Detect my operating system
39
- 2. Check if I have Python 3.11+. If not, help me install miniconda and create a Python 3.11 environment.
40
- 3. Check if I have pipx, install it if not (use Python 3.11)
41
- 4. Run: pipx install claude-jacked
42
- 5. Help me set up Qdrant Cloud (walk me through creating account at cloud.qdrant.io, getting credentials)
43
- 6. Help me add environment variables to my shell profile:
44
- - QDRANT_CLAUDE_SESSIONS_ENDPOINT (required)
45
- - QDRANT_CLAUDE_SESSIONS_API_KEY (required)
46
- - JACKED_USER_NAME (ask me what name I want to use for attribution)
47
- 7. Run: jacked install
48
- 8. Run: jacked backfill
49
- 9. Verify with: jacked status && jacked configure --show
50
-
51
- Ask me if I'm setting this up for personal use or for a team sharing sessions.
38
+ Install claude-jacked for me. First check what's already set up, then help me with anything missing:
39
+
40
+ DIAGNOSTIC PHASE (run these first to see current state):
41
+ - Detect my operating system
42
+ - Check if pipx is installed: pipx --version (or: python -m pipx --version)
43
+ - Check if jacked CLI is installed: jacked --version (or on Windows: where jacked)
44
+ - Check if Qdrant credentials are set in current shell: echo $QDRANT_CLAUDE_SESSIONS_ENDPOINT
45
+ - Check if hook is installed: look in ~/.claude/settings.json for "jacked index"
46
+ - If jacked exists and env vars visible: jacked status && jacked configure --show
47
+
48
+ WINDOWS EXTRA CHECK (Git Bash doesn't inherit Windows System Environment):
49
+ - If env vars NOT visible in bash, check Windows System Environment:
50
+ powershell.exe -Command "[System.Environment]::GetEnvironmentVariable('QDRANT_CLAUDE_SESSIONS_ENDPOINT', 'Machine')"
51
+ powershell.exe -Command "[System.Environment]::GetEnvironmentVariable('QDRANT_CLAUDE_SESSIONS_ENDPOINT', 'User')"
52
+ - If vars exist in Windows but not bash: they need to be added to ~/.bashrc
53
+
54
+ REPORT what's already configured vs what's missing before proceeding.
55
+
56
+ SETUP PHASE (only do steps that are missing):
57
+ 1. If no Python 3.11+: help install miniconda
58
+ 2. If no pipx: pip install pipx && pipx ensurepath
59
+ 3. If jacked not installed: pipx install claude-jacked
60
+ 4. If no Qdrant credentials anywhere: walk me through cloud.qdrant.io setup
61
+ 5. If env vars in Windows but not bash: add export lines to ~/.bashrc, then source it
62
+ 6. If env vars missing entirely: help add to shell profile
63
+ 7. If hook/agents not installed: jacked install
64
+ 8. If no indexed sessions: jacked backfill
65
+
66
+ VERIFY: jacked status && jacked configure --show
67
+
68
+ Ask if this is personal use or team setup.
52
69
  If team: explain that everyone needs the same Qdrant cluster credentials.
70
+
71
+ WINDOWS NOTES:
72
+ - Claude Code uses Git Bash, which does NOT inherit Windows System Environment variables
73
+ - If you set env vars in Windows Settings, you ALSO need them in ~/.bashrc for Git Bash
74
+ - pipx installs jacked to: C:\Users\<user>\pipx\venvs\claude-jacked\Scripts\jacked.exe
75
+ - If "jacked" isn't found, find it with: where jacked OR ls /c/Users/$USER/pipx/venvs/claude-jacked/Scripts/
76
+ - In Git Bash, backslash paths get mangled. Use forward slashes: /c/Users/...
53
77
  ```
54
78
 
55
79
  ---
@@ -396,6 +420,39 @@ pipx install claude-jacked
396
420
 
397
421
  This installs globally so the hook can find it regardless of which env is active.
398
422
 
423
+ ### Windows: Path Issues in Git Bash
424
+
425
+ Claude Code uses Git Bash on Windows, which mangles backslash paths. When you run `C:\Users\jack\.local\bin\jacked.exe`, bash turns it into garbage like `C:Usersjack.localbinjacked.exe`.
426
+
427
+ **Where pipx installs jacked on Windows:**
428
+ ```
429
+ C:\Users\<your-username>\pipx\venvs\claude-jacked\Scripts\jacked.exe
430
+ ```
431
+
432
+ **Solutions:**
433
+
434
+ 1. **Use cmd.exe wrapper** (most reliable in Git Bash):
435
+ ```bash
436
+ cmd.exe /c "C:\Users\jack\pipx\venvs\claude-jacked\Scripts\jacked.exe status"
437
+ ```
438
+
439
+ 2. **Add Scripts folder to PATH** (one-time fix):
440
+ Add `C:\Users\<you>\pipx\venvs\claude-jacked\Scripts` to your Windows PATH environment variable.
441
+
442
+ 3. **Use forward slashes** (sometimes works):
443
+ ```bash
444
+ /c/Users/jack/pipx/venvs/claude-jacked/Scripts/jacked.exe status
445
+ ```
446
+
447
+ **Finding where jacked is installed:**
448
+ ```cmd
449
+ where jacked
450
+ ```
451
+ or
452
+ ```cmd
453
+ dir C:\Users\%USERNAME%\pipx\venvs\claude-jacked\Scripts\jacked.exe
454
+ ```
455
+
399
456
  ### Agents not loading
400
457
 
401
458
  Make sure files are in the right place:
@@ -4,24 +4,48 @@ Supercharge your Claude Code workflow with cross-machine session search, review
4
4
 
5
5
  ## Install (Copy This Into Claude Code)
6
6
 
7
+ > 📋 [View on GitHub](https://github.com/jackneil/claude-jacked#install-copy-this-into-claude-code) for copy button
8
+
7
9
  ```
8
- Install claude-jacked for me. First detect my OS, then guide me through the full setup:
9
-
10
- 1. Detect my operating system
11
- 2. Check if I have Python 3.11+. If not, help me install miniconda and create a Python 3.11 environment.
12
- 3. Check if I have pipx, install it if not (use Python 3.11)
13
- 4. Run: pipx install claude-jacked
14
- 5. Help me set up Qdrant Cloud (walk me through creating account at cloud.qdrant.io, getting credentials)
15
- 6. Help me add environment variables to my shell profile:
16
- - QDRANT_CLAUDE_SESSIONS_ENDPOINT (required)
17
- - QDRANT_CLAUDE_SESSIONS_API_KEY (required)
18
- - JACKED_USER_NAME (ask me what name I want to use for attribution)
19
- 7. Run: jacked install
20
- 8. Run: jacked backfill
21
- 9. Verify with: jacked status && jacked configure --show
22
-
23
- Ask me if I'm setting this up for personal use or for a team sharing sessions.
10
+ Install claude-jacked for me. First check what's already set up, then help me with anything missing:
11
+
12
+ DIAGNOSTIC PHASE (run these first to see current state):
13
+ - Detect my operating system
14
+ - Check if pipx is installed: pipx --version (or: python -m pipx --version)
15
+ - Check if jacked CLI is installed: jacked --version (or on Windows: where jacked)
16
+ - Check if Qdrant credentials are set in current shell: echo $QDRANT_CLAUDE_SESSIONS_ENDPOINT
17
+ - Check if hook is installed: look in ~/.claude/settings.json for "jacked index"
18
+ - If jacked exists and env vars visible: jacked status && jacked configure --show
19
+
20
+ WINDOWS EXTRA CHECK (Git Bash doesn't inherit Windows System Environment):
21
+ - If env vars NOT visible in bash, check Windows System Environment:
22
+ powershell.exe -Command "[System.Environment]::GetEnvironmentVariable('QDRANT_CLAUDE_SESSIONS_ENDPOINT', 'Machine')"
23
+ powershell.exe -Command "[System.Environment]::GetEnvironmentVariable('QDRANT_CLAUDE_SESSIONS_ENDPOINT', 'User')"
24
+ - If vars exist in Windows but not bash: they need to be added to ~/.bashrc
25
+
26
+ REPORT what's already configured vs what's missing before proceeding.
27
+
28
+ SETUP PHASE (only do steps that are missing):
29
+ 1. If no Python 3.11+: help install miniconda
30
+ 2. If no pipx: pip install pipx && pipx ensurepath
31
+ 3. If jacked not installed: pipx install claude-jacked
32
+ 4. If no Qdrant credentials anywhere: walk me through cloud.qdrant.io setup
33
+ 5. If env vars in Windows but not bash: add export lines to ~/.bashrc, then source it
34
+ 6. If env vars missing entirely: help add to shell profile
35
+ 7. If hook/agents not installed: jacked install
36
+ 8. If no indexed sessions: jacked backfill
37
+
38
+ VERIFY: jacked status && jacked configure --show
39
+
40
+ Ask if this is personal use or team setup.
24
41
  If team: explain that everyone needs the same Qdrant cluster credentials.
42
+
43
+ WINDOWS NOTES:
44
+ - Claude Code uses Git Bash, which does NOT inherit Windows System Environment variables
45
+ - If you set env vars in Windows Settings, you ALSO need them in ~/.bashrc for Git Bash
46
+ - pipx installs jacked to: C:\Users\<user>\pipx\venvs\claude-jacked\Scripts\jacked.exe
47
+ - If "jacked" isn't found, find it with: where jacked OR ls /c/Users/$USER/pipx/venvs/claude-jacked/Scripts/
48
+ - In Git Bash, backslash paths get mangled. Use forward slashes: /c/Users/...
25
49
  ```
26
50
 
27
51
  ---
@@ -368,6 +392,39 @@ pipx install claude-jacked
368
392
 
369
393
  This installs globally so the hook can find it regardless of which env is active.
370
394
 
395
+ ### Windows: Path Issues in Git Bash
396
+
397
+ Claude Code uses Git Bash on Windows, which mangles backslash paths. When you run `C:\Users\jack\.local\bin\jacked.exe`, bash turns it into garbage like `C:Usersjack.localbinjacked.exe`.
398
+
399
+ **Where pipx installs jacked on Windows:**
400
+ ```
401
+ C:\Users\<your-username>\pipx\venvs\claude-jacked\Scripts\jacked.exe
402
+ ```
403
+
404
+ **Solutions:**
405
+
406
+ 1. **Use cmd.exe wrapper** (most reliable in Git Bash):
407
+ ```bash
408
+ cmd.exe /c "C:\Users\jack\pipx\venvs\claude-jacked\Scripts\jacked.exe status"
409
+ ```
410
+
411
+ 2. **Add Scripts folder to PATH** (one-time fix):
412
+ Add `C:\Users\<you>\pipx\venvs\claude-jacked\Scripts` to your Windows PATH environment variable.
413
+
414
+ 3. **Use forward slashes** (sometimes works):
415
+ ```bash
416
+ /c/Users/jack/pipx/venvs/claude-jacked/Scripts/jacked.exe status
417
+ ```
418
+
419
+ **Finding where jacked is installed:**
420
+ ```cmd
421
+ where jacked
422
+ ```
423
+ or
424
+ ```cmd
425
+ dir C:\Users\%USERNAME%\pipx\venvs\claude-jacked\Scripts\jacked.exe
426
+ ```
427
+
371
428
  ### Agents not loading
372
429
 
373
430
  Make sure files are in the right place:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "claude-jacked"
7
- version = "0.2.1"
7
+ version = "0.2.3"
8
8
  description = "Cross-machine semantic search for Claude Code sessions"
9
9
  readme = "README.md"
10
10
  license = "MIT"
File without changes
File without changes