@open330/agt 2026.3.19 → 2026.3.20

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/package.json CHANGED
@@ -1,18 +1,22 @@
1
1
  {
2
2
  "name": "@open330/agt",
3
- "version": "2026.3.19",
3
+ "version": "2026.3.20",
4
4
  "description": "agt — A modular toolkit for extending AI coding agents",
5
5
  "bin": {
6
6
  "agt": "bin/agt.js"
7
7
  },
8
+ "files": [
9
+ "bin/agt.js",
10
+ "scripts/postinstall.js"
11
+ ],
8
12
  "scripts": {
9
13
  "postinstall": "node scripts/postinstall.js"
10
14
  },
11
15
  "optionalDependencies": {
12
- "@open330/agt-darwin-arm64": "2026.3.18",
13
- "@open330/agt-darwin-x64": "2026.3.18",
14
- "@open330/agt-linux-x64": "2026.3.18",
15
- "@open330/agt-linux-arm64": "2026.3.18"
16
+ "@open330/agt-darwin-arm64": "2026.3.19",
17
+ "@open330/agt-darwin-x64": "2026.3.19",
18
+ "@open330/agt-linux-x64": "2026.3.19",
19
+ "@open330/agt-linux-arm64": "2026.3.19"
16
20
  },
17
21
  "repository": {
18
22
  "type": "git",
package/bin/agt DELETED
Binary file
Binary file
@@ -1,18 +0,0 @@
1
- {
2
- "name": "@open330/agt-darwin-arm64",
3
- "version": "2026.3.18",
4
- "description": "agt binary for macOS Apple Silicon (arm64)",
5
- "os": ["darwin"],
6
- "cpu": ["arm64"],
7
- "bin": {
8
- "agt": "bin/agt"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/open330/agt"
13
- },
14
- "license": "MIT",
15
- "publishConfig": {
16
- "access": "public"
17
- }
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "name": "@open330/agt-darwin-x64",
3
- "version": "2026.3.18",
4
- "description": "agt binary for macOS Intel (x64)",
5
- "os": ["darwin"],
6
- "cpu": ["x64"],
7
- "bin": {
8
- "agt": "bin/agt"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/open330/agt"
13
- },
14
- "license": "MIT",
15
- "publishConfig": {
16
- "access": "public"
17
- }
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "name": "@open330/agt-linux-arm64",
3
- "version": "2026.3.18",
4
- "description": "agt binary for Linux ARM64",
5
- "os": ["linux"],
6
- "cpu": ["arm64"],
7
- "bin": {
8
- "agt": "bin/agt"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/open330/agt"
13
- },
14
- "license": "MIT",
15
- "publishConfig": {
16
- "access": "public"
17
- }
18
- }
@@ -1,18 +0,0 @@
1
- {
2
- "name": "@open330/agt-linux-x64",
3
- "version": "2026.3.18",
4
- "description": "agt binary for Linux x64",
5
- "os": ["linux"],
6
- "cpu": ["x64"],
7
- "bin": {
8
- "agt": "bin/agt"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/open330/agt"
13
- },
14
- "license": "MIT",
15
- "publishConfig": {
16
- "access": "public"
17
- }
18
- }