Skip to main content

Garfield

@adam/garfieldv2026.07.14.2· 2d agoMODELSWORKFLOWS
01README

Adaptive Garfield review and repair workflow with deterministic validation, checkpointing, finding adjudication, and flat process accounting.

02Models1
@adam/garfieldv2026.07.14.1extensions/models/garfield.ts
fn run(runId: string, workItem: string, workspaceDir: string, intent: string, validationProgram: string, validationArgs: array, codexPath: string, model: string, reasoningEffort: enum, agentTimeoutMs: number, maxActorCalls: number, maxReviewCalls: number, maxConcurrentReviewers: number)
Run the bounded validate, review, repair, and independent re-review loop
ArgumentTypeDescription
runIdstring
workItemstring
workspaceDirstring
intentstring
validationProgramstring
validationArgsarray
codexPathstring
modelstring
reasoningEffortenum
agentTimeoutMsnumber
maxActorCallsnumber
maxReviewCallsnumber
maxConcurrentReviewersnumber

Resources

checkpoint(infinite)— Latest durable phase and accounting checkpoint for a Garfield work item
result(infinite)— Terminal Garfield verdict, evidence, and complete flat agent accounting
03Workflows1
@adam/garfield85e0dd22-d1bc-4b3b-b15b-527a08c52990

Run a bounded independent review and repair loop without a coordinator agent.

garfieldDelegate the complete bounded algorithm to the Garfield extension method.
1.run— Validate, review, repair, revalidate, and independently re-review.
04Previous Versions1
2026.07.14.1Jul 14, 2026
05Stats
A
100 / 100
Downloads
0
Archive size
47.5 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels