Skip to content

Commit 5ac989d

Browse files
tonychang04claude
andauthored
release: v0.0.7 (#18)
observe-hook fix (broken Claude Code config after every tool call), agent one-liner (insta setup agent + agents.sh), INSTA_API_URL env precedence, EXPOSE-derived --port default, insta upgrade + autoupdate, test CI. Claude-Session: https://claude.ai/code/session_01GMbAe5K1RfwaAcge5inX7P Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 3cde0e4 commit 5ac989d

1 file changed

Lines changed: 28 additions & 8 deletions

File tree

package.json

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,37 @@
11
{
22
"name": "insta",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"type": "module",
55
"description": "InstaCloud CLI — a thin client of the platform control-plane API.",
6-
"keywords": ["insta", "insforge", "cli", "backend", "baas", "platform"],
6+
"keywords": [
7+
"insta",
8+
"insforge",
9+
"cli",
10+
"backend",
11+
"baas",
12+
"platform"
13+
],
714
"license": "Apache-2.0",
815
"homepage": "https://github.com/InsForge/insta-cli#readme",
9-
"repository": { "type": "git", "url": "git+https://github.com/InsForge/insta-cli.git" },
10-
"bugs": { "url": "https://github.com/InsForge/insta-cli/issues" },
11-
"bin": { "insta": "dist/index.js" },
12-
"files": ["dist/**/*.js"],
13-
"engines": { "node": ">=18" },
14-
"publishConfig": { "access": "public" },
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/InsForge/insta-cli.git"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/InsForge/insta-cli/issues"
22+
},
23+
"bin": {
24+
"insta": "dist/index.js"
25+
},
26+
"files": [
27+
"dist/**/*.js"
28+
],
29+
"engines": {
30+
"node": ">=18"
31+
},
32+
"publishConfig": {
33+
"access": "public"
34+
},
1535
"scripts": {
1636
"build": "tsc -p tsconfig.json",
1737
"typecheck": "tsc -p tsconfig.json --noEmit",

0 commit comments

Comments
 (0)