-
Notifications
You must be signed in to change notification settings - Fork 53
Rename relay state directory to .agentworkforce/relay #1028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3387f9f
be1f0dc
9febc55
96fccbd
f5b676a
537091b
6496494
fb645ee
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Trajectory: Review and fix PR 1028 | ||
|
|
||
| > **Status:** ✅ Completed | ||
| > **Confidence:** 86% | ||
| > **Started:** June 3, 2026 at 05:35 AM | ||
| > **Completed:** June 3, 2026 at 05:41 AM | ||
|
|
||
| --- | ||
|
|
||
| ## Summary | ||
|
|
||
| Reviewed PR 1028 path rename, kept new .agentworkforce/relay behavior, added legacy installer cleanup for uninstall, and validated TS tests/typecheck. | ||
|
|
||
| **Approach:** Standard approach | ||
|
|
||
| --- | ||
|
|
||
| ## Key Decisions | ||
|
|
||
| ### Kept uninstall cleanup for legacy ~/.agent-relay installer artifacts | ||
|
|
||
| - **Chose:** Kept uninstall cleanup for legacy ~/.agent-relay installer artifacts | ||
| - **Reasoning:** The PR intentionally moves new runtime/global paths to ~/.agentworkforce/relay, but users upgrading from old installer layouts still need uninstall to remove old dashboard assets and bin directories. | ||
|
|
||
| --- | ||
|
|
||
| ## Chapters | ||
|
|
||
| ### 1. Work | ||
|
|
||
| _Agent: default_ | ||
|
|
||
| - Kept uninstall cleanup for legacy ~/.agent-relay installer artifacts: Kept uninstall cleanup for legacy ~/.agent-relay installer artifacts |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| { | ||
| "id": "traj_4md0a6r9hjtd", | ||
| "version": 1, | ||
| "task": { | ||
| "title": "Review and fix PR 1028" | ||
| }, | ||
| "status": "completed", | ||
| "startedAt": "2026-06-03T05:35:04.174Z", | ||
| "completedAt": "2026-06-03T05:41:21.816Z", | ||
| "agents": [ | ||
| { | ||
| "name": "default", | ||
| "role": "lead", | ||
| "joinedAt": "2026-06-03T05:39:59.848Z" | ||
| } | ||
| ], | ||
| "chapters": [ | ||
| { | ||
| "id": "chap_jfgf7qdbqv3z", | ||
| "title": "Work", | ||
| "agentName": "default", | ||
| "startedAt": "2026-06-03T05:39:59.848Z", | ||
| "endedAt": "2026-06-03T05:41:21.816Z", | ||
| "events": [ | ||
| { | ||
| "ts": 1780465199849, | ||
| "type": "decision", | ||
| "content": "Kept uninstall cleanup for legacy ~/.agent-relay installer artifacts: Kept uninstall cleanup for legacy ~/.agent-relay installer artifacts", | ||
| "raw": { | ||
| "question": "Kept uninstall cleanup for legacy ~/.agent-relay installer artifacts", | ||
| "chosen": "Kept uninstall cleanup for legacy ~/.agent-relay installer artifacts", | ||
| "alternatives": [], | ||
| "reasoning": "The PR intentionally moves new runtime/global paths to ~/.agentworkforce/relay, but users upgrading from old installer layouts still need uninstall to remove old dashboard assets and bin directories." | ||
| }, | ||
| "significance": "high" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "retrospective": { | ||
| "summary": "Reviewed PR 1028 path rename, kept new .agentworkforce/relay behavior, added legacy installer cleanup for uninstall, and validated TS tests/typecheck.", | ||
| "approach": "Standard approach", | ||
| "confidence": 0.86 | ||
| }, | ||
| "commits": [], | ||
| "filesChanged": [], | ||
| "projectId": "AgentWorkforce/relay", | ||
| "tags": [], | ||
| "_trace": { | ||
| "startRef": "be1f0dc5ec01a3b6f4bfdbb3921f7b8b089b0281", | ||
| "endRef": "be1f0dc5ec01a3b6f4bfdbb3921f7b8b089b0281" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Trajectory: Review and fix PR 1028 | ||
|
|
||
| > **Status:** ✅ Completed | ||
| > **Confidence:** 86% | ||
| > **Started:** June 3, 2026 at 05:30 AM | ||
| > **Completed:** June 3, 2026 at 05:34 AM | ||
|
|
||
| --- | ||
|
|
||
| ## Summary | ||
|
|
||
| Reviewed PR 1028 path rename, ran stale path sweeps, built TypeScript packages, and verified full Vitest plus typecheck. No code fixes were required after local review. | ||
|
|
||
| **Approach:** Standard approach |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| { | ||
| "id": "traj_7vb67ogdp9x7", | ||
| "version": 1, | ||
| "task": { | ||
| "title": "Review and fix PR 1028" | ||
| }, | ||
| "status": "completed", | ||
| "startedAt": "2026-06-03T05:30:21.088Z", | ||
| "completedAt": "2026-06-03T05:34:56.500Z", | ||
| "agents": [], | ||
| "chapters": [], | ||
| "retrospective": { | ||
| "summary": "Reviewed PR 1028 path rename, ran stale path sweeps, built TypeScript packages, and verified full Vitest plus typecheck. No code fixes were required after local review.", | ||
| "approach": "Standard approach", | ||
| "confidence": 0.86 | ||
| }, | ||
| "commits": [], | ||
| "filesChanged": [], | ||
| "projectId": "AgentWorkforce/relay", | ||
| "tags": [], | ||
| "_trace": { | ||
| "startRef": "3387f9f4d6e2dfc700a1133246dbff16b0722acc", | ||
| "endRef": "3387f9f4d6e2dfc700a1133246dbff16b0722acc" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -80,7 +80,7 @@ __pycache__/ | |
| *.egg-info/ | ||
| .pytest_cache/ | ||
|
|
||
| .agent-relay/ | ||
| .agentworkforce/relay/ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When Relay is started from a package/subproject inside a monorepo, Useful? React with 👍 / 👎. |
||
| .relay/ | ||
|
|
||
| .sst | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2: Decision event
contentfield has duplicated text — the same phrase appears both before and after the colon separatorPrompt for AI agents