# Habit streaks — track when habit_nudge tasks actually fire, view stats. # Producers (habit_nudge schedule firings) should call jarvis.memory.remember # "habit_streak.." = "1" on each firing. [[commands]] id = "habits.streak" type = "lua" script = "streak.lua" sandbox = "minimal" timeout = 3000 [commands.phrases] ru = [ "сколько дней подряд", "мои привычки", "статистика привычек", "статистика по привычкам", "сколько дней пью воду", "трекинг привычек", ] en = ["habit streaks", "my habits stats"] [[commands]] id = "habits.checkin" type = "lua" script = "checkin.lua" sandbox = "standard" timeout = 3000 [commands.phrases] ru = [ "отметь привычку", "выполнил привычку", "я попил воды", "я размялся", "я отдохнул глазам", ] en = ["check in habit", "I did the habit"]