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: issues.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,3 +295,34 @@ defensive fallbacks, and ISSUE-008 focused specifically on `**kwargs`.
295
295
296
296
### Status
297
297
Low priority. We won't work on this until a user reports that it causes issues.
298
+
299
+
## ISSUE-011
300
+
### Description
301
+
Create a concise set of small Python example scripts to exercise key code paths of the Rust‑backed recorder during development. Place all examples under `/examples` and make them easy to run with the module CLI.
302
+
303
+
### Definition of Done
304
+
- Create `/examples` at repo root.
305
+
- Add minimal, deterministic scripts covering common scenarios:
0 commit comments