Skip to content

Commit 869f5c4

Browse files
jahoomaclaude
andauthored
evalbuff: carve-based eval pipeline (delete & rebuild) (#487)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 330d0df commit 869f5c4

File tree

6 files changed

+1136
-2
lines changed

6 files changed

+1136
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ Make an efficient learning agent that can do anything.
4343
- [`docs/agents-and-tools.md`](docs/agents-and-tools.md) — Agent system, shell shims, tool definitions
4444
- [`docs/patterns/handle-steps-generators.md`](docs/patterns/handle-steps-generators.md) — handleSteps generator patterns and spawn_agents tool calls
4545
- [docs/evalbuff/interpreting-task-prompts.md](docs/evalbuff/interpreting-task-prompts.md)
46+
- [docs/patterns/discover-before-implement.md](docs/patterns/discover-before-implement.md)

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

evalbuff/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@codebuff/common": "workspace:*",
1919
"@codebuff/sdk": "workspace:*",
2020
"ai": "^5.0.0",
21+
"openai": "^6.33.0",
2122
"zod": "^4.2.1"
2223
}
2324
}

0 commit comments

Comments
 (0)