summary refs log tree commit diff
path: root/options.json.tmp
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2025-09-06 15:42:27 -0700
committerIrene Knapp <ireneista@irenes.space>2025-09-06 15:42:27 -0700
commitcf6e693773101b5ac6aea7a4186e7e15ce4508d5 (patch)
tree139914c41bc17e7e5df132f5b3f2672b68394afd /options.json.tmp
parentbaeb0e1fa08fb6b21e4a22458de16b4948d1f2d0 (diff)
move all the Kaylee code into a subdirectory
this is preparation for merging it into the Pollyana repo

Force-Push: yes
Change-Id: I155624ba39a0d212c999f38aaf2de2cd62b7aa49
Diffstat (limited to 'options.json.tmp')
-rw-r--r--options.json.tmp12
1 files changed, 0 insertions, 12 deletions
diff --git a/options.json.tmp b/options.json.tmp
deleted file mode 100644
index dfde1e5..0000000
--- a/options.json.tmp
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-    "commands": {
-        "hello world": "echo \"hello world\"",
-        "start a %d minute timer": "(echo {0} minute timer started && sleep {0}m && echo {0} minute timer ended) &"
-    },
-    "continuous": false,
-    "history": null,
-    "microphone": null,
-    "interface": null,
-    "valid_sentence_command": null,
-    "invalid_sentence_command": null
-}