Skip to content

Commit 94df613

Browse files
authored
Merge pull request #1014 from AgentWorkforce/chore/remove-migrated-packages
chore: remove migrated packages and consolidate shared into utils
2 parents 9eb948b + 948a312 commit 94df613

221 files changed

Lines changed: 312 additions & 40289 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Trajectory: Clean stale CI references after package removals
2+
3+
> **Status:** ✅ Completed
4+
> **Confidence:** 90%
5+
> **Started:** May 29, 2026 at 07:04 AM
6+
> **Completed:** May 29, 2026 at 07:12 AM
7+
8+
---
9+
10+
## Summary
11+
12+
Cleaned stale CI references after removing packages, moved remaining Rust release and macOS clippy coverage into rust-ci.yml, and removed duplicate Rust job from test.yml.
13+
14+
**Approach:** Standard approach
15+
16+
---
17+
18+
## Key Decisions
19+
20+
### Centralized Rust CI coverage in rust-ci.yml
21+
22+
- **Chose:** Centralized Rust CI coverage in rust-ci.yml
23+
- **Reasoning:** Subagent audit found test.yml release Rust tests and macOS clippy were not fully redundant; moved release tests and macOS clippy coverage into rust-ci.yml before removing the duplicate Rust job from test.yml.
24+
25+
---
26+
27+
## Chapters
28+
29+
### 1. Work
30+
31+
_Agent: default_
32+
33+
- Centralized Rust CI coverage in rust-ci.yml: Centralized Rust CI coverage in rust-ci.yml
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"id": "traj_7xndisfkld4l",
3+
"version": 1,
4+
"task": {
5+
"title": "Clean stale CI references after package removals"
6+
},
7+
"status": "completed",
8+
"startedAt": "2026-05-29T11:04:57.643Z",
9+
"completedAt": "2026-05-29T11:12:22.313Z",
10+
"agents": [
11+
{
12+
"name": "default",
13+
"role": "lead",
14+
"joinedAt": "2026-05-29T11:08:20.355Z"
15+
}
16+
],
17+
"chapters": [
18+
{
19+
"id": "chap_vsiadmtvqn42",
20+
"title": "Work",
21+
"agentName": "default",
22+
"startedAt": "2026-05-29T11:08:20.355Z",
23+
"endedAt": "2026-05-29T11:12:22.313Z",
24+
"events": [
25+
{
26+
"ts": 1780052900356,
27+
"type": "decision",
28+
"content": "Centralized Rust CI coverage in rust-ci.yml: Centralized Rust CI coverage in rust-ci.yml",
29+
"raw": {
30+
"question": "Centralized Rust CI coverage in rust-ci.yml",
31+
"chosen": "Centralized Rust CI coverage in rust-ci.yml",
32+
"alternatives": [],
33+
"reasoning": "Subagent audit found test.yml release Rust tests and macOS clippy were not fully redundant; moved release tests and macOS clippy coverage into rust-ci.yml before removing the duplicate Rust job from test.yml."
34+
},
35+
"significance": "high"
36+
}
37+
]
38+
}
39+
],
40+
"retrospective": {
41+
"summary": "Cleaned stale CI references after removing packages, moved remaining Rust release and macOS clippy coverage into rust-ci.yml, and removed duplicate Rust job from test.yml.",
42+
"approach": "Standard approach",
43+
"confidence": 0.9
44+
},
45+
"commits": [],
46+
"filesChanged": [],
47+
"projectId": "/Users/will/Projects/AgentWorkforce/relay/.claude/worktrees/remove-migrated-packages",
48+
"tags": [],
49+
"_trace": {
50+
"startRef": "9221fabe063210333385a5e50c19abe4c77b8310",
51+
"endRef": "9221fabe063210333385a5e50c19abe4c77b8310"
52+
}
53+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Trajectory: Fix CI in chore/remove-migrated-packages
2+
3+
> **Status:** ✅ Completed
4+
> **Confidence:** 82%
5+
> **Started:** May 29, 2026 at 06:35 AM
6+
> **Completed:** May 29, 2026 at 06:43 AM
7+
8+
---
9+
10+
## Summary
11+
12+
Fixed Package Validation publish-fresh OOM by pinning root Zod to v3 so fresh npm installs keep zod-to-json-schema type-checking against the same major as @agent-relay/config.
13+
14+
**Approach:** Standard approach
15+
16+
---
17+
18+
## Key Decisions
19+
20+
### Pinned root Zod to v3 for publish-resolution installs
21+
22+
- **Chose:** Keep zod-to-json-schema on Zod 3 during fresh npm installs
23+
- **Reasoning:** The OOM reproduced only after deleting package-lock.json: npm resolved root zod to v4, so zod-to-json-schema type-checked against Zod 4 while @agent-relay/config schemas use Zod 3. A root Zod v3 devDependency keeps that peer resolution aligned with the lockfile while nested Zod 4 consumers retain their own copy.
24+
25+
---
26+
27+
## Chapters
28+
29+
### 1. Work
30+
31+
_Agent: default_
32+
33+
- Pinned root Zod to v3 for publish-resolution installs: Keep zod-to-json-schema on Zod 3 during fresh npm installs
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"id": "traj_mutgtir4ce8k",
3+
"version": 1,
4+
"task": {
5+
"title": "Fix CI in chore/remove-migrated-packages"
6+
},
7+
"status": "completed",
8+
"startedAt": "2026-05-29T10:35:59.583Z",
9+
"completedAt": "2026-05-29T10:43:42.494Z",
10+
"agents": [
11+
{
12+
"name": "default",
13+
"role": "lead",
14+
"joinedAt": "2026-05-29T10:43:26.722Z"
15+
}
16+
],
17+
"chapters": [
18+
{
19+
"id": "chap_ta925pi76aco",
20+
"title": "Work",
21+
"agentName": "default",
22+
"startedAt": "2026-05-29T10:43:26.722Z",
23+
"endedAt": "2026-05-29T10:43:42.494Z",
24+
"events": [
25+
{
26+
"ts": 1780051406723,
27+
"type": "decision",
28+
"content": "Pinned root Zod to v3 for publish-resolution installs: Keep zod-to-json-schema on Zod 3 during fresh npm installs",
29+
"raw": {
30+
"question": "Pinned root Zod to v3 for publish-resolution installs",
31+
"chosen": "Keep zod-to-json-schema on Zod 3 during fresh npm installs",
32+
"alternatives": [],
33+
"reasoning": "The OOM reproduced only after deleting package-lock.json: npm resolved root zod to v4, so zod-to-json-schema type-checked against Zod 4 while @agent-relay/config schemas use Zod 3. A root Zod v3 devDependency keeps that peer resolution aligned with the lockfile while nested Zod 4 consumers retain their own copy."
34+
},
35+
"significance": "high"
36+
}
37+
]
38+
}
39+
],
40+
"retrospective": {
41+
"summary": "Fixed Package Validation publish-fresh OOM by pinning root Zod to v3 so fresh npm installs keep zod-to-json-schema type-checking against the same major as @agent-relay/config.",
42+
"approach": "Standard approach",
43+
"confidence": 0.82
44+
},
45+
"commits": [],
46+
"filesChanged": [],
47+
"projectId": "/Users/will/Projects/AgentWorkforce/relay/.claude/worktrees/remove-migrated-packages",
48+
"tags": [],
49+
"_trace": {
50+
"startRef": "fe69561e992515920988116b090241166dfa98e9",
51+
"endRef": "fe69561e992515920988116b090241166dfa98e9"
52+
}
53+
}

.github/workflows/build-openclaw-binary.yml

Lines changed: 0 additions & 209 deletions
This file was deleted.

0 commit comments

Comments
 (0)