Compare commits
2 Commits
b0ee848f39
...
e5e3a73cae
| Author | SHA1 | Date | |
|---|---|---|---|
| e5e3a73cae | |||
| c3d937bd4f |
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user