claude-jacked 0.2.2__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.
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/PKG-INFO +21 -11
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/README.md +20 -10
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/pyproject.toml +1 -1
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/.claude/settings.local.json +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/.github/workflows/publish.yml +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/.gitignore +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/LICENSE +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/agents/code-simplicity-reviewer.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/agents/defensive-error-handler.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/agents/double-check-reviewer.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/agents/git-pr-workflow-manager.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/agents/issue-pr-coordinator.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/agents/pr-workflow-checker.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/agents/readme-maintainer.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/agents/test-coverage-engineer.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/agents/test-coverage-improver.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/agents/wiki-documentation-architect.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/commands/dc.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/commands/pr.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/docs/DESIGN.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/jacked/__init__.py +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/jacked/cli.py +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/jacked/client.py +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/jacked/config.py +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/jacked/indexer.py +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/jacked/retriever.py +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/jacked/searcher.py +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/jacked/transcript.py +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/skills/jacked/SKILL.md +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/tests/__init__.py +0 -0
- {claude_jacked-0.2.2 → claude_jacked-0.2.3}/tests/test_config.py +0 -0
- {claude_jacked-0.2.2 → 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.
|
|
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,17 +32,24 @@ 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
38
|
Install claude-jacked for me. First check what's already set up, then help me with anything missing:
|
|
37
39
|
|
|
38
40
|
DIAGNOSTIC PHASE (run these first to see current state):
|
|
39
41
|
- Detect my operating system
|
|
40
|
-
- Check if pipx is installed: pipx --version
|
|
42
|
+
- Check if pipx is installed: pipx --version (or: python -m pipx --version)
|
|
41
43
|
- Check if jacked CLI is installed: jacked --version (or on Windows: where jacked)
|
|
42
|
-
- Check if Qdrant credentials are set
|
|
43
|
-
- Check current config: jacked configure --show (if jacked exists)
|
|
44
|
+
- Check if Qdrant credentials are set in current shell: echo $QDRANT_CLAUDE_SESSIONS_ENDPOINT
|
|
44
45
|
- Check if hook is installed: look in ~/.claude/settings.json for "jacked index"
|
|
45
|
-
-
|
|
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
|
|
46
53
|
|
|
47
54
|
REPORT what's already configured vs what's missing before proceeding.
|
|
48
55
|
|
|
@@ -50,10 +57,11 @@ SETUP PHASE (only do steps that are missing):
|
|
|
50
57
|
1. If no Python 3.11+: help install miniconda
|
|
51
58
|
2. If no pipx: pip install pipx && pipx ensurepath
|
|
52
59
|
3. If jacked not installed: pipx install claude-jacked
|
|
53
|
-
4. If no Qdrant credentials: walk me through cloud.qdrant.io setup
|
|
54
|
-
5. If env vars
|
|
55
|
-
6. If
|
|
56
|
-
7. If
|
|
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
|
|
57
65
|
|
|
58
66
|
VERIFY: jacked status && jacked configure --show
|
|
59
67
|
|
|
@@ -61,9 +69,11 @@ Ask if this is personal use or team setup.
|
|
|
61
69
|
If team: explain that everyone needs the same Qdrant cluster credentials.
|
|
62
70
|
|
|
63
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
|
|
64
74
|
- pipx installs jacked to: C:\Users\<user>\pipx\venvs\claude-jacked\Scripts\jacked.exe
|
|
65
|
-
- If "jacked" isn't found, find it with: where jacked OR
|
|
66
|
-
- In Git Bash, backslash paths get mangled. Use:
|
|
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/...
|
|
67
77
|
```
|
|
68
78
|
|
|
69
79
|
---
|
|
@@ -4,17 +4,24 @@ 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
10
|
Install claude-jacked for me. First check what's already set up, then help me with anything missing:
|
|
9
11
|
|
|
10
12
|
DIAGNOSTIC PHASE (run these first to see current state):
|
|
11
13
|
- Detect my operating system
|
|
12
|
-
- Check if pipx is installed: pipx --version
|
|
14
|
+
- Check if pipx is installed: pipx --version (or: python -m pipx --version)
|
|
13
15
|
- Check if jacked CLI is installed: jacked --version (or on Windows: where jacked)
|
|
14
|
-
- Check if Qdrant credentials are set
|
|
15
|
-
- Check current config: jacked configure --show (if jacked exists)
|
|
16
|
+
- Check if Qdrant credentials are set in current shell: echo $QDRANT_CLAUDE_SESSIONS_ENDPOINT
|
|
16
17
|
- Check if hook is installed: look in ~/.claude/settings.json for "jacked index"
|
|
17
|
-
-
|
|
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
|
|
18
25
|
|
|
19
26
|
REPORT what's already configured vs what's missing before proceeding.
|
|
20
27
|
|
|
@@ -22,10 +29,11 @@ SETUP PHASE (only do steps that are missing):
|
|
|
22
29
|
1. If no Python 3.11+: help install miniconda
|
|
23
30
|
2. If no pipx: pip install pipx && pipx ensurepath
|
|
24
31
|
3. If jacked not installed: pipx install claude-jacked
|
|
25
|
-
4. If no Qdrant credentials: walk me through cloud.qdrant.io setup
|
|
26
|
-
5. If env vars
|
|
27
|
-
6. If
|
|
28
|
-
7. If
|
|
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
|
|
29
37
|
|
|
30
38
|
VERIFY: jacked status && jacked configure --show
|
|
31
39
|
|
|
@@ -33,9 +41,11 @@ Ask if this is personal use or team setup.
|
|
|
33
41
|
If team: explain that everyone needs the same Qdrant cluster credentials.
|
|
34
42
|
|
|
35
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
|
|
36
46
|
- pipx installs jacked to: C:\Users\<user>\pipx\venvs\claude-jacked\Scripts\jacked.exe
|
|
37
|
-
- If "jacked" isn't found, find it with: where jacked OR
|
|
38
|
-
- In Git Bash, backslash paths get mangled. Use:
|
|
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/...
|
|
39
49
|
```
|
|
40
50
|
|
|
41
51
|
---
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|