gh-axi 0.1.0 → 0.1.4
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.
- package/README.md +1 -1
- package/dist/bin/gh-axi.js +0 -0
- package/package.json +2 -3
- package/dist/bin/gh-axg.d.ts +0 -2
- package/dist/bin/gh-axg.js +0 -4
- package/dist/bin/gh-axg.js.map +0 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ gh-axi run list -R owner/repo # list workflow runs for a specific repo
|
|
|
33
33
|
| `release` | Releases — list, view, create, edit, delete |
|
|
34
34
|
| `repo` | Repositories — list, view, create, edit, clone, fork |
|
|
35
35
|
| `label` | Labels — list, create, edit, delete |
|
|
36
|
-
| `search` | Search
|
|
36
|
+
| `search` | Search issues, PRs, repos, commits, code |
|
|
37
37
|
| `api` | Raw GitHub API access |
|
|
38
38
|
|
|
39
39
|
### Global flags
|
package/dist/bin/gh-axi.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gh-axi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "AXI-compliant gh CLI wrapper — token-efficient TOON output, contextual suggestions, idempotent mutations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/kunchenguid/
|
|
9
|
-
"directory": "gh-axi"
|
|
8
|
+
"url": "https://github.com/kunchenguid/gh-axi.git"
|
|
10
9
|
},
|
|
11
10
|
"keywords": [
|
|
12
11
|
"github",
|
package/dist/bin/gh-axg.d.ts
DELETED
package/dist/bin/gh-axg.js
DELETED
package/dist/bin/gh-axg.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gh-axg.js","sourceRoot":"","sources":["../../bin/gh-axg.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAErC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC"}
|