chore: track completed trajectory; ignore .agent-runs runtime artifacts - #1377
chore: track completed trajectory; ignore .agent-runs runtime artifacts#1377willwashburn wants to merge 4 commits into
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR adds completed trajectory metadata, a detailed trace inventory, summary documentation for issue ChangesTrajectory recording
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6b03773a22
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "id": "881" | ||
| } | ||
| }, | ||
| "status": "completed", |
There was a problem hiding this comment.
Remove the stale active copy of the completed trajectory
The reviewed tree now records traj_rtyte8r4g07t as completed here while still retaining .agentworkforce/trajectories/active/traj_rtyte8r4g07t/trajectory.json with the same ID and "status": "active". Any agent or tooling enumerating active/ will therefore continue to present issue #881 as unfinished and may append to a second, conflicting history; remove the active copy when landing the completed record so trajectory listings remain focused.
AGENTS.md reference: AGENTS.md:L162-L174
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
@.agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/trajectory.json:
- Around line 4-13: Regenerate the broker_panic issue `#881` trajectory artifacts
from the actual completed work: retain only the correct metadata in
trajectory.json lines 4-13; replace its events, retrospective, commit history,
and changed-file inventory in lines 30-558; regenerate summary.md with the
corrected summary and decisions; and regenerate the trace JSON for the actual
commit range and files. Affected sites: trajectory.json lines 4-13, 30-100, and
102-558; summary.md lines 1-53; and trajectory.trace.json lines 3-6406.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 9326d340-50b7-4285-80fb-19d4000d237a
📒 Files selected for processing (4)
.agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t.trace.json.agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/summary.md.agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/trajectory.json.gitignore
| "task": { | ||
| "title": "Implement broker_panic telemetry hook (issue #881)", | ||
| "source": { | ||
| "system": "plain", | ||
| "id": "881" | ||
| } | ||
| }, | ||
| "status": "completed", | ||
| "startedAt": "2026-07-15T23:00:55.646Z", | ||
| "completedAt": "2026-07-21T11:57:12.643Z", |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | 🏗️ Heavy lift
Regenerate the trajectory from the actual issue #881 work.
The record identifies broker_panic / issue #881, but its decisions, summary, commits, changed files, and trace describe unrelated manifest, cloud-worker, and Reflex work. This makes the durable trajectory unreliable.
.agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/trajectory.json#L4-L13: retain only the actual issue#881metadata..agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/trajectory.json#L30-L100: replace events and retrospective with#881activity..agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/trajectory.json#L102-L558: replace the commit and changed-file inventory with#881’s actual scope..agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/summary.md#L1-L53: regenerate the summary and decisions from the corrected trajectory..agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t.trace.json#L3-L6406: regenerate trace coverage for the corrected commit range and files.
📍 Affects 3 files
.agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/trajectory.json#L4-L13(this comment).agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/trajectory.json#L30-L100.agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/trajectory.json#L102-L558.agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/summary.md#L1-L53.agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t.trace.json#L3-L6406
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In
@.agentworkforce/trajectories/completed/2026-07/traj_rtyte8r4g07t/trajectory.json
around lines 4 - 13, Regenerate the broker_panic issue `#881` trajectory artifacts
from the actual completed work: retain only the correct metadata in
trajectory.json lines 4-13; replace its events, retrospective, commit history,
and changed-file inventory in lines 30-558; regenerate summary.md with the
corrected summary and decisions; and regenerate the trace JSON for the actual
commit range and files. Affected sites: trajectory.json lines 4-13, 30-100, and
102-558; summary.md lines 1-53; and trajectory.trace.json lines 3-6406.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Tracks the completed trajectory
traj_rtyte8r4g07tunder.agentworkforce/trajectories/completed/2026-07/(trajectories are a tracked record per repo policy; files scanned — no credentials present).Adds
.agent-runs/to.gitignore: it holds per-run bridge runtime artifacts (event logs, start configs) that never belong in git.🤖 Generated with Claude Code