loopsmith-cli 0.2.1__tar.gz → 0.2.2__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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loopsmith-cli
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Self-evolving agent loops behind a deterministic verification gate. Installs the prebuilt Rust binary as `loopsmith`.
5
- Author-email: bitphill <bitphill@tuta.com>
5
+ Author-email: Vaibhav Agarwal <bitphill@duck.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/bitphill/loopsmith
8
8
  Project-URL: Repository, https://github.com/bitphill/loopsmith
@@ -21,7 +21,7 @@ Requires-Python: >=3.8
21
21
  Description-Content-Type: text/markdown
22
22
 
23
23
  <div align="center">
24
- <img src="https://raw.githubusercontent.com/bitphill/loopsmith/v0.2.1/assets/loopsmith-logo-256.png" alt="loopsmith" width="180" />
24
+ <img src="https://raw.githubusercontent.com/bitphill/loopsmith/v0.2.2/assets/loopsmith-logo-256.png" alt="loopsmith" width="180" />
25
25
  <h1>loopsmith</h1>
26
26
  <p><em>Self-evolving agent loops. The gate is code, so "done" cannot be argued.</em></p>
27
27
  </div>
@@ -56,7 +56,7 @@ a goal that stops being true stops being satisfied.
56
56
  file, you can run a loop. And if you would rather not open a text file at all,
57
57
  `loopsmith --web` builds one for you in a browser.
58
58
 
59
- ### ➜ [START-HERE — README-FOR-DUMMIES.md](https://github.com/bitphill/loopsmith/blob/v0.2.1/README-FOR-DUMMIES.md)
59
+ ### ➜ [START-HERE — README-FOR-DUMMIES.md](https://github.com/bitphill/loopsmith/blob/v0.2.2/README-FOR-DUMMIES.md)
60
60
 
61
61
  A plain-English guide: one install line, thirteen ready-made loops to copy, the
62
62
  six settings you actually edit, and how to leave it running on a schedule.
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://raw.githubusercontent.com/bitphill/loopsmith/v0.2.1/assets/loopsmith-logo-256.png" alt="loopsmith" width="180" />
2
+ <img src="https://raw.githubusercontent.com/bitphill/loopsmith/v0.2.2/assets/loopsmith-logo-256.png" alt="loopsmith" width="180" />
3
3
  <h1>loopsmith</h1>
4
4
  <p><em>Self-evolving agent loops. The gate is code, so "done" cannot be argued.</em></p>
5
5
  </div>
@@ -34,7 +34,7 @@ a goal that stops being true stops being satisfied.
34
34
  file, you can run a loop. And if you would rather not open a text file at all,
35
35
  `loopsmith --web` builds one for you in a browser.
36
36
 
37
- ### ➜ [START-HERE — README-FOR-DUMMIES.md](https://github.com/bitphill/loopsmith/blob/v0.2.1/README-FOR-DUMMIES.md)
37
+ ### ➜ [START-HERE — README-FOR-DUMMIES.md](https://github.com/bitphill/loopsmith/blob/v0.2.2/README-FOR-DUMMIES.md)
38
38
 
39
39
  A plain-English guide: one install line, thirteen ready-made loops to copy, the
40
40
  six settings you actually edit, and how to leave it running on a schedule.
@@ -6,12 +6,12 @@ build-backend = "setuptools.build_meta"
6
6
  # `loopsmith` on PyPI was already registered by an unrelated project, so the
7
7
  # distribution is `loopsmith-cli`. The installed command is `loopsmith`.
8
8
  name = "loopsmith-cli"
9
- version = "0.2.1"
9
+ version = "0.2.2"
10
10
  description = "Self-evolving agent loops behind a deterministic verification gate. Installs the prebuilt Rust binary as `loopsmith`."
11
11
  readme = "README.md"
12
12
  license = "MIT"
13
13
  requires-python = ">=3.8"
14
- authors = [{ name = "bitphill", email = "bitphill@tuta.com" }]
14
+ authors = [{ name = "Vaibhav Agarwal", email = "bitphill@duck.com" }]
15
15
  keywords = ["agent", "loop", "llm", "orchestration", "cli", "rust"]
16
16
  classifiers = [
17
17
  "Development Status :: 4 - Beta",
@@ -25,7 +25,7 @@ import urllib.request
25
25
  import zipfile
26
26
  from pathlib import Path
27
27
 
28
- __version__ = "0.2.1"
28
+ __version__ = "0.2.2"
29
29
 
30
30
  REPO = "bitphill/loopsmith"
31
31
  _RELEASE_BASE = f"https://github.com/{REPO}/releases/download/v{__version__}"
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loopsmith-cli
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Self-evolving agent loops behind a deterministic verification gate. Installs the prebuilt Rust binary as `loopsmith`.
5
- Author-email: bitphill <bitphill@tuta.com>
5
+ Author-email: Vaibhav Agarwal <bitphill@duck.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/bitphill/loopsmith
8
8
  Project-URL: Repository, https://github.com/bitphill/loopsmith
@@ -21,7 +21,7 @@ Requires-Python: >=3.8
21
21
  Description-Content-Type: text/markdown
22
22
 
23
23
  <div align="center">
24
- <img src="https://raw.githubusercontent.com/bitphill/loopsmith/v0.2.1/assets/loopsmith-logo-256.png" alt="loopsmith" width="180" />
24
+ <img src="https://raw.githubusercontent.com/bitphill/loopsmith/v0.2.2/assets/loopsmith-logo-256.png" alt="loopsmith" width="180" />
25
25
  <h1>loopsmith</h1>
26
26
  <p><em>Self-evolving agent loops. The gate is code, so "done" cannot be argued.</em></p>
27
27
  </div>
@@ -56,7 +56,7 @@ a goal that stops being true stops being satisfied.
56
56
  file, you can run a loop. And if you would rather not open a text file at all,
57
57
  `loopsmith --web` builds one for you in a browser.
58
58
 
59
- ### ➜ [START-HERE — README-FOR-DUMMIES.md](https://github.com/bitphill/loopsmith/blob/v0.2.1/README-FOR-DUMMIES.md)
59
+ ### ➜ [START-HERE — README-FOR-DUMMIES.md](https://github.com/bitphill/loopsmith/blob/v0.2.2/README-FOR-DUMMIES.md)
60
60
 
61
61
  A plain-English guide: one install line, thirteen ready-made loops to copy, the
62
62
  six settings you actually edit, and how to leave it running on a schedule.
File without changes