ghosttrap-cli 0.3.3__tar.gz → 0.3.4__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.
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/PKG-INFO +1 -1
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/ghosttrap_cli/cli.py +3 -1
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/ghosttrap_cli.egg-info/PKG-INFO +1 -1
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/pyproject.toml +1 -1
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/README.md +0 -0
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/ghosttrap_cli/__init__.py +0 -0
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/ghosttrap_cli.egg-info/SOURCES.txt +0 -0
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/ghosttrap_cli.egg-info/dependency_links.txt +0 -0
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/ghosttrap_cli.egg-info/entry_points.txt +0 -0
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/ghosttrap_cli.egg-info/requires.txt +0 -0
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/ghosttrap_cli.egg-info/top_level.txt +0 -0
- {ghosttrap_cli-0.3.3 → ghosttrap_cli-0.3.4}/setup.cfg +0 -0
|
@@ -63,7 +63,9 @@ Read `~/.ghosttrap/config.json` for state. It contains:
|
|
|
63
63
|
|
|
64
64
|
## When peek returns
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
1. **Immediately restart peek** in the background before doing anything else — this ensures you're listening for the next error while you work on the current one.
|
|
67
|
+
2. Read the JSON output: `error.repo`, `error.type`, `error.message`, `error.traceback` (list of strings), `error.frames` (list of `{file, line, function, code}`).
|
|
68
|
+
3. Open the file from the last frame, diagnose, fix.
|
|
67
69
|
|
|
68
70
|
## Rules
|
|
69
71
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|