gh-axi 0.1.0 → 0.1.3

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 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 repositories |
36
+ | `search` | Search issues, PRs, repos, commits, code |
37
37
  | `api` | Raw GitHub API access |
38
38
 
39
39
  ### Global flags
File without changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "gh-axi",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
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/axg.git",
8
+ "url": "https://github.com/kunchenguid/axi.git",
9
9
  "directory": "gh-axi"
10
10
  },
11
11
  "keywords": [
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env node
2
- export {};
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env node
2
- import { main } from '../src/cli.js';
3
- main(process.argv.slice(2));
4
- //# sourceMappingURL=gh-axg.js.map
@@ -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"}