From a66f4d4747fa8fffcdbdfb04c84836d5ec7d5d1e Mon Sep 17 00:00:00 2001 From: Khaliq Date: Sat, 15 Aug 2026 23:21:32 +0200 Subject: [PATCH] chore: stop format-gating generated trajectory artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `format:check` fails on main: [warn] .agentworkforce/trajectories/task-1507/completed/2026-08/traj_esvqzlbnhqbt/summary.md [warn] .agentworkforce/trajectories/task-1507/completed/2026-08/traj_esvqzlbnhqbt/trajectory.json Those files were committed by #1520 at 2026-08-15 20:34 and are generated agent runtime output, not source. Prettier had no ignore rule for them, so every open PR now fails Prettier regardless of what it changed — relay#1529 touches one Rust file and fails on this. Reformatting them would be wrong: they are regenerated on every run, so the next trajectory reintroduces the failure. Ignore the directory instead, alongside the other generated paths already listed. Related: #1385 adds the matching .gitignore rule; this is the formatter half. Co-Authored-By: Claude Opus 5 --- .prettierignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierignore b/.prettierignore index 2e476315d..7c88e95fd 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,3 +7,4 @@ packages/*/dist/ web/content/docs/ packages/config/src/cli-registry.generated.ts tests/benchmarks/head-to-head.ts +.agentworkforce/trajectories/