From 1318ae20ca189513f4f2834085382acefba8c0ed Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 6 Jan 2025 23:13:59 -0800 Subject: [PATCH] snf: session file brainstorming --- lib/snf/src/session.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/snf/src/session.rs diff --git a/lib/snf/src/session.rs b/lib/snf/src/session.rs new file mode 100644 index 0000000..dc31afa --- /dev/null +++ b/lib/snf/src/session.rs @@ -0,0 +1,2 @@ +// a session is a recording of the client's inputs +// which should deterministically recreate a bot or whatever the client did