You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): resolve pre-existing lint + several CI test failures (#3628)
Clears the lint job and several Test/Integration failures that had been
accumulating on main:
- internal/cmd/sling_formula.go: fix 'ect' → 'etc' misspelling (misspell)
- internal/git/git.go: silence unparam on runWithTimeout (string kept
for consistency with Run())
- internal/beads/beads_rig.go: call EnsureCustomTypes() before bd create
--type=rig, matching CreateAgentBead (fixes TestIsRigParked_WhenOnlyBeadLabelPresent)
- internal/beads/beads_agent_test.go: drop stale bd slot assertion
(slot removed in bd v0.62; hook_bead authority is now work-bead
status=hooked + assignee)
- internal/util/diskspace.go: split into unix/windows variants with
build constraints (fixes Windows Smoke Test)
- internal/web/fetcher.go: strip "[1m]" context-window suffix from
model display labels
Remaining integration failures (4 scheduler tests) are tracked
separately — they fail at sling-context creation, a different root
cause than the rig-type validation this PR addresses.
Co-authored-by: Mike Akers <mikeakers@users.noreply.github.com>
0 commit comments