mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 23:26:39 +03:00
Eval-found fixes: workspace-relative cards, build outranks comps at caps
The release-gate campaign confirmed two skill bugs with transcripts. Sandboxed harnesses reject absolute paths, so following the CHOSEN CARD directive with the absolute card-base path failed view_image; the directive and the quality-bar clause now say download into the workspace and open the relative path. And under the openai worker's turn cap, models spent the budget on init, cards, and comp generation and never built the page (a third of small-n supplement slices); the visualize mandate gains its one exception: at a hard cap the shipped page outranks optional imagery. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
73dec5d159
commit
e76ff27adf
@@ -105,7 +105,7 @@ function printAnswer(raw) {
|
||||
try {
|
||||
const a = JSON.parse(raw);
|
||||
if (a.hero || a.board) {
|
||||
console.log("CHOSEN CARD: open the chosen world's board and hero images now, before any code (download local copies first when your harness only reads files); they set the craft bar the build must reach.");
|
||||
console.log("CHOSEN CARD: open the chosen world's board and hero images now, before any code. When your harness only reads files, or runs sandboxed, download them INTO the workspace and open the relative path; a sandboxed viewer rejects absolute paths outside it. They set the craft bar the build must reach.");
|
||||
}
|
||||
if (a.optionId === 'canon') {
|
||||
console.log('CANON CHOSEN: the user picked the category standard on purpose. Ask once for two or three products this should sit alongside; their craft level becomes the quality bar. Execute the canon at full commitment, conventions embraced without irony or smuggled quirk.');
|
||||
|
||||
Reference in New Issue
Block a user