diff --git a/mise.toml b/mise.toml index b92e85e4..7c97aeb2 100644 --- a/mise.toml +++ b/mise.toml @@ -132,8 +132,6 @@ depends = [ description = 'Install dependencies and setup the database' run = ['mix setup'] -# AI - [tasks."usage-rules:sync"] description = 'Sync usage rules from dependencies to CLAUDE.md' run = """ @@ -143,6 +141,12 @@ mix usage_rules.sync CLAUDE.md --all \ --remove-missing """ +# CI + +[tasks."ci:watch"] +description = "Monitor CI status" +run = "gh run watch" + # PRODUCTION [tasks."prod:console"]