From 4069015074755ca859ed86412e7a70765ab805bd Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 24 Feb 2026 09:43:45 -0800 Subject: [PATCH 1/2] Add description, keywords, license, and repository --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/package.json b/package.json index dbe4a3e..8eecea0 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,28 @@ { "name": "sandlot", "version": "0.0.1", + "description": "Branch-based development with git worktrees and Apple Container", "type": "module", "bin": { "sandlot": "./src/cli.ts" }, + "files": [ + "src", + "completions" + ], + "keywords": [ + "git", + "worktree", + "container", + "apple-container", + "claude", + "cli" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/nichochar/sandlot.git" + }, "dependencies": { "commander": "^14.0.3" }, From 6e0ecdb594bc2f662b4537e4819c42b9c03c511e Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 24 Feb 2026 09:48:16 -0800 Subject: [PATCH 2/2] Update description and repo URL in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8eecea0..ab6d9b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sandlot", "version": "0.0.1", - "description": "Branch-based development with git worktrees and Apple Container", + "description": "Sandboxed, branch-based development with Claude", "type": "module", "bin": { "sandlot": "./src/cli.ts" @@ -21,7 +21,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/nichochar/sandlot.git" + "url": "git+https://git.nose.space/defunkt/sandlot" }, "dependencies": { "commander": "^14.0.3"