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
Main moved the command descriptor registry into @agent-device/command-registry (#2348) and split
src/daemon/types.ts (#2346): the planned-operations module and its test follow the registry into
the package (exported as ./planned-operations), the executionPlan carrier moves to
daemon-request.ts, and the batch step context lands on the new BatchInvoke signature.
Copy file name to clipboardExpand all lines: .fallowrc.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@
256
256
},
257
257
{
258
258
"comment": "Type-level `AssertTrue<...>` registry-totality guards. Exported only so `noUnusedLocals` keeps them alive; a consumer would defeat the point.",
0 commit comments