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
Copy file name to clipboardExpand all lines: CLAUDE.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,11 @@ When the user asks to track something in a note, store it in `.agent/notes/` by
211
211
-**Shared Libraries** (`shared/{language}/{package}/`) - Libraries shared between the engine and rivetkit (e.g., `shared/typescript/virtual-websocket/`)
212
212
-**Service Infrastructure** - Distributed services communicate via NATS messaging with service discovery
213
213
214
+
### Engine Runner Parity
215
+
- Keep `engine/sdks/typescript/runner` and `engine/sdks/rust/engine-runner` at feature parity.
216
+
- Any behavior, protocol handling, or test coverage added to one runner should be mirrored in the other runner in the same change whenever possible.
217
+
- When parity cannot be completed in the same change, explicitly document the gap and add a follow-up task.
0 commit comments