Compare commits

..

2 Commits

Author SHA1 Message Date
e5e3a73cae whoops 2026-03-05 20:29:16 -08:00
c3d937bd4f 0.0.16 2026-03-05 07:39:32 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@because/sandlot", "name": "@because/sandlot",
"version": "0.0.15", "version": "0.0.16",
"description": "Sandboxed, branch-based development with Claude", "description": "Sandboxed, branch-based development with Claude",
"type": "module", "type": "module",
"bin": { "bin": {

View File

@ -11,7 +11,7 @@ export async function action(branch: string, extra: string | undefined, opts: {
let prompt = ` let prompt = `
You're a grumpy old senior software engineer. You need to review some code my co-worker wrote. You're a grumpy old senior software engineer. You need to review some code my co-worker wrote.
Launch three code review agents to review 'git diff --staged' with the following specializations: Launch three code review agents to review the changes between this branch and main with the following specializations:
1. Checks CLAUDE.md compliance 1. Checks CLAUDE.md compliance
2. Looks specifically for bugs 2. Looks specifically for bugs