agr-opentui 0.2.1__py3-none-any.whl → 0.2.2__py3-none-any.whl
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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agr-opentui
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: OpenTUI frontend for agr
|
|
5
5
|
Project-URL: Homepage, https://github.com/RelativeSure/agr-opentui
|
|
6
6
|
Project-URL: Repository, https://github.com/RelativeSure/agr-opentui
|
|
@@ -83,12 +83,15 @@ Discover flow:
|
|
|
83
83
|
|
|
84
84
|
## Requirements
|
|
85
85
|
|
|
86
|
-
|
|
87
|
-
- Zig (required by OpenTUI build tooling)
|
|
86
|
+
Runtime (using `agr-tui`):
|
|
88
87
|
- Python 3.10+
|
|
89
88
|
- `uv`
|
|
90
89
|
- `agr` + `agrx` on your `PATH`
|
|
91
90
|
|
|
91
|
+
Build/Development (working on this repo):
|
|
92
|
+
- Bun 1.3.8+
|
|
93
|
+
- Zig (required by OpenTUI build tooling)
|
|
94
|
+
|
|
92
95
|
## Install
|
|
93
96
|
|
|
94
97
|
```bash
|
|
@@ -171,7 +174,7 @@ git commit -m "chore: bump version to X.Y.Z"
|
|
|
171
174
|
Alternative: use `.github/workflows/bump-version.yml` via **Actions → bump-version → Run workflow** and provide:
|
|
172
175
|
- `version` (required): target version like `0.3.0`
|
|
173
176
|
- `branch` (required): target branch to update (default `master`)
|
|
174
|
-
- `create_tag` (required
|
|
177
|
+
- `create_tag` (required, default enabled): creates/pushes tag `v<version>` and creates a GitHub Release
|
|
175
178
|
|
|
176
179
|
## Discover List (`skills.json`)
|
|
177
180
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
agr_opentui/__init__.py,sha256=noLIoaeF0mg3fcx2LNZjDFKGS7ioA-FDCxKLIdM0v8w,38
|
|
2
|
+
agr_opentui/bridge.py,sha256=NmhjSq8jSvxttue0iHV8F484pfaCDMXaVlWz3qTugZw,4551
|
|
3
|
+
agr_opentui-0.2.2.dist-info/METADATA,sha256=KBPEk-kE886LJGHVH3IxTWfeVxjXjLal556VXYNUrrU,5928
|
|
4
|
+
agr_opentui-0.2.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
5
|
+
agr_opentui-0.2.2.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
agr_opentui/__init__.py,sha256=noLIoaeF0mg3fcx2LNZjDFKGS7ioA-FDCxKLIdM0v8w,38
|
|
2
|
-
agr_opentui/bridge.py,sha256=NmhjSq8jSvxttue0iHV8F484pfaCDMXaVlWz3qTugZw,4551
|
|
3
|
-
agr_opentui-0.2.1.dist-info/METADATA,sha256=xNEFZX6GA4RnOvyyln8Ga8ML367OEW8_9LVsh64YvAk,5855
|
|
4
|
-
agr_opentui-0.2.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
5
|
-
agr_opentui-0.2.1.dist-info/RECORD,,
|
|
File without changes
|