Compare commits

..

No commits in common. "e5e3a73cae0e8e8a65a7ffef777457a65053ab2f" and "b0ee848f39553589ae4efa5b3f68a3d214e23a01" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@ export async function action(branch: string, extra: string | undefined, opts: {
let prompt = `
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 the changes between this branch and main with the following specializations:
Launch three code review agents to review 'git diff --staged' with the following specializations:
1. Checks CLAUDE.md compliance
2. Looks specifically for bugs