daveloop 1.1.0__tar.gz → 1.3.0__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.
- {daveloop-1.1.0 → daveloop-1.3.0}/PKG-INFO +10 -2
- {daveloop-1.1.0 → daveloop-1.3.0}/daveloop.egg-info/PKG-INFO +10 -2
- daveloop-1.3.0/daveloop.py +1117 -0
- {daveloop-1.1.0 → daveloop-1.3.0}/setup.py +1 -1
- daveloop-1.1.0/daveloop.py +0 -694
- {daveloop-1.1.0 → daveloop-1.3.0}/MANIFEST.in +0 -0
- {daveloop-1.1.0 → daveloop-1.3.0}/README.md +0 -0
- {daveloop-1.1.0 → daveloop-1.3.0}/daveloop.egg-info/SOURCES.txt +0 -0
- {daveloop-1.1.0 → daveloop-1.3.0}/daveloop.egg-info/dependency_links.txt +0 -0
- {daveloop-1.1.0 → daveloop-1.3.0}/daveloop.egg-info/entry_points.txt +0 -0
- {daveloop-1.1.0 → daveloop-1.3.0}/daveloop.egg-info/top_level.txt +0 -0
- {daveloop-1.1.0 → daveloop-1.3.0}/daveloop_prompt.md +0 -0
- {daveloop-1.1.0 → daveloop-1.3.0}/daveloop_swebench.py +0 -0
- {daveloop-1.1.0 → daveloop-1.3.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: daveloop
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
4
4
|
Summary: Self-healing debug agent powered by Claude Code CLI
|
|
5
5
|
Home-page: https://github.com/davebruzil/DaveLoop
|
|
6
6
|
Author: Dave Bruzil
|
|
@@ -19,6 +19,14 @@ Classifier: Topic :: Software Development :: Debuggers
|
|
|
19
19
|
Classifier: Topic :: Software Development :: Quality Assurance
|
|
20
20
|
Requires-Python: >=3.7
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
|
+
Dynamic: author
|
|
23
|
+
Dynamic: classifier
|
|
24
|
+
Dynamic: description
|
|
25
|
+
Dynamic: description-content-type
|
|
26
|
+
Dynamic: home-page
|
|
27
|
+
Dynamic: keywords
|
|
28
|
+
Dynamic: requires-python
|
|
29
|
+
Dynamic: summary
|
|
22
30
|
|
|
23
31
|
# DaveLoop
|
|
24
32
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: daveloop
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
4
4
|
Summary: Self-healing debug agent powered by Claude Code CLI
|
|
5
5
|
Home-page: https://github.com/davebruzil/DaveLoop
|
|
6
6
|
Author: Dave Bruzil
|
|
@@ -19,6 +19,14 @@ Classifier: Topic :: Software Development :: Debuggers
|
|
|
19
19
|
Classifier: Topic :: Software Development :: Quality Assurance
|
|
20
20
|
Requires-Python: >=3.7
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
|
+
Dynamic: author
|
|
23
|
+
Dynamic: classifier
|
|
24
|
+
Dynamic: description
|
|
25
|
+
Dynamic: description-content-type
|
|
26
|
+
Dynamic: home-page
|
|
27
|
+
Dynamic: keywords
|
|
28
|
+
Dynamic: requires-python
|
|
29
|
+
Dynamic: summary
|
|
22
30
|
|
|
23
31
|
# DaveLoop
|
|
24
32
|
|