Compare commits
2 Commits
befad9b539
...
f504584ce4
| Author | SHA1 | Date | |
|---|---|---|---|
| f504584ce4 | |||
| 1e928e1603 |
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@because/sandlot",
|
"name": "@because/sandlot",
|
||||||
"version": "0.0.44",
|
"version": "0.0.45",
|
||||||
"description": "Sandboxed, branch-based development with Claude",
|
"description": "Sandboxed, branch-based development with Claude",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
||||||
|
|
@ -220,7 +220,6 @@ async function configureEnvironment(home: string, apiKey: string): Promise<void>
|
||||||
const hooks = {
|
const hooks = {
|
||||||
UserPromptSubmit: [{ hooks: [{ type: "command", command: `${activityBin} active` }] }],
|
UserPromptSubmit: [{ hooks: [{ type: "command", command: `${activityBin} active` }] }],
|
||||||
PreToolUse: [{ hooks: [{ type: "command", command: `${activityBin} active` }] }],
|
PreToolUse: [{ hooks: [{ type: "command", command: `${activityBin} active` }] }],
|
||||||
Stop: [{ hooks: [{ type: "command", command: `${activityBin} idle` }] }],
|
|
||||||
}
|
}
|
||||||
const statusLine = { type: "command", command: `/home/${USER}/.local/bin/sandlot-statusline` }
|
const statusLine = { type: "command", command: `/home/${USER}/.local/bin/sandlot-statusline` }
|
||||||
const settingsJson = JSON.stringify({ apiKeyHelper: "~/.claude/api-key-helper.sh", skipDangerousModePermissionPrompt: true, hooks, statusLine })
|
const settingsJson = JSON.stringify({ apiKeyHelper: "~/.claude/api-key-helper.sh", skipDangerousModePermissionPrompt: true, hooks, statusLine })
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user