From f4fd340727ec0b6d131ea52c43701f3d4cc7dbbf Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 25 Feb 2026 13:00:00 +0000 Subject: [PATCH] Setting up a bot.toml.example and ignoring bot.toml --- .gitignore | 3 +++ .story_kit/bot.toml.example | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .story_kit/bot.toml.example diff --git a/.gitignore b/.gitignore index f35e0d0..2ce1bbc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ store.json .story_kit_port +# Bot config (contains credentials) +.story_kit/bot.toml + # Agent worktrees (managed by the server, not tracked in git) .story_kit/worktrees/ diff --git a/.story_kit/bot.toml.example b/.story_kit/bot.toml.example new file mode 100644 index 0000000..0288e39 --- /dev/null +++ b/.story_kit/bot.toml.example @@ -0,0 +1,5 @@ +homeserver = "https://matrix.example.com" +username = "@botname:example.com" +password = "your-bot-password" +room_id = "!roomid:example.com" +enabled = false