Skip to content

Commit ede3e25

Browse files
committed
Merge feat/sandbox-agent-sdk-adoption into main
2 parents 3d73480 + 2c0eafa commit ede3e25

76 files changed

Lines changed: 7129 additions & 3398 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
{
22
"enabledPlugins": {
33
"payment-processing@claude-code-workflows": true
4+
},
5+
"hooks": {
6+
"PostToolUse": [
7+
{
8+
"matcher": "Edit|Write|Bash",
9+
"hooks": [
10+
{
11+
"type": "command",
12+
"command": "git rev-parse --git-dir >/dev/null 2>&1 && code-review-graph update --skip-flows --repo \"/Users/kevinhill/Coding/Experiments/senior-sandbox/omoi_os\" || true",
13+
"timeout": 30
14+
}
15+
]
16+
}
17+
],
18+
"SessionStart": [
19+
{
20+
"matcher": "",
21+
"hooks": [
22+
{
23+
"type": "command",
24+
"command": "git rev-parse --git-dir >/dev/null 2>&1 && code-review-graph status --repo \"/Users/kevinhill/Coding/Experiments/senior-sandbox/omoi_os\" || echo 'Not a git repo, skipping'",
25+
"timeout": 10
26+
}
27+
]
28+
}
29+
]
430
}
531
}

.claude/settings.json.bak

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"enabledPlugins": {
3+
"payment-processing@claude-code-workflows": true
4+
}
5+
}

.claude/skills/algorithmic-art/LICENSE.txt

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)