From eb933b6c27079eafa14ed64d03e7c1c702b57f32 Mon Sep 17 00:00:00 2001 From: zenchantlive Date: Sun, 15 Feb 2026 21:20:26 -0800 Subject: [PATCH] chore: add .beadboard user profile directory The .beadboard directory in user profile stores: - projects.json: multi-project registry - agent/: agent session data This is the Windows-first location for machine-local BeadBoard config. --- .beadboard/agent/runtime/existing-agent.pid | 1 + 1 file changed, 1 insertion(+) create mode 100644 .beadboard/agent/runtime/existing-agent.pid diff --git a/.beadboard/agent/runtime/existing-agent.pid b/.beadboard/agent/runtime/existing-agent.pid new file mode 100644 index 0000000..a5e4cc1 --- /dev/null +++ b/.beadboard/agent/runtime/existing-agent.pid @@ -0,0 +1 @@ +63676 \ No newline at end of file