From 168f3a2e77d8e8c9bdf69b7bb98056f0aa97eee3 Mon Sep 17 00:00:00 2001 From: Will Washburn Date: Sun, 21 Jun 2026 09:41:21 -0400 Subject: [PATCH 1/2] ci(publish): drop the removed @agent-relay/telemetry package #1181 deleted the `packages/telemetry` placeholder, but the Publish Package workflow still listed `telemetry` in two publish matrices, so the spawned job failed at `cd packages/telemetry` ("No such file or directory"). Remove `telemetry` from the publish-all and publish-main-runtime-deps matrices. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c55552cf7..6f55ac4fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -898,7 +898,6 @@ jobs: - utils - cloud - sdk - - telemetry - brand - harness-driver - integration-prompts @@ -1088,7 +1087,6 @@ jobs: - cloud - config - sdk - - telemetry - utils - harness-driver From 15ae230b6801d0d5f89a45446af74fa9c09926e5 Mon Sep 17 00:00:00 2001 From: Will Washburn Date: Sun, 21 Jun 2026 17:22:59 -0400 Subject: [PATCH 2/2] chore(trajectories): consolidate stray root .trajectories into canonical dir A trajectory (`traj_o61z0ze6kvla`, "Review and fix PR #1092") was written to a stray root `.trajectories/` instead of the canonical `.agentworkforce/relay` data dir the tool now defaults to, so it never showed up in `trail list`. Move it into `.agentworkforce/trajectories/completed/2026-06/` and drop the empty root `.trajectories/`. Default `trail list` now counts it (257 -> 258); `trail doctor` is clean. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../trajectories}/completed/2026-06/traj_o61z0ze6kvla/summary.md | 0 .../completed/2026-06/traj_o61z0ze6kvla/trajectory.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {.trajectories => .agentworkforce/trajectories}/completed/2026-06/traj_o61z0ze6kvla/summary.md (100%) rename {.trajectories => .agentworkforce/trajectories}/completed/2026-06/traj_o61z0ze6kvla/trajectory.json (100%) diff --git a/.trajectories/completed/2026-06/traj_o61z0ze6kvla/summary.md b/.agentworkforce/trajectories/completed/2026-06/traj_o61z0ze6kvla/summary.md similarity index 100% rename from .trajectories/completed/2026-06/traj_o61z0ze6kvla/summary.md rename to .agentworkforce/trajectories/completed/2026-06/traj_o61z0ze6kvla/summary.md diff --git a/.trajectories/completed/2026-06/traj_o61z0ze6kvla/trajectory.json b/.agentworkforce/trajectories/completed/2026-06/traj_o61z0ze6kvla/trajectory.json similarity index 100% rename from .trajectories/completed/2026-06/traj_o61z0ze6kvla/trajectory.json rename to .agentworkforce/trajectories/completed/2026-06/traj_o61z0ze6kvla/trajectory.json