From ba0c9a60dca99bef4f6aef58cdcfea98bec6beff Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 31 Jul 2025 21:51:56 +0300 Subject: [PATCH] Minor fixes to a couple of mise tasks --- mise.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mise.toml b/mise.toml index 832ece61..68e31ee0 100644 --- a/mise.toml +++ b/mise.toml @@ -108,6 +108,7 @@ mix hex.repo add fluxon https://repo.fluxonui.com \ --fetch-public-key $FLUXON_KEY_FINGERPRINT \ --auth-key $FLUXON_LICENSE_KEY """ +hide = true [tasks."dev:setup"] depends = [ @@ -121,6 +122,7 @@ run = ['mix setup'] # AI [tasks."usage-rules:sync"] +description = 'Sync usage rules from dependencies to CLAUDE.md' run = """ mix usage_rules.sync CLAUDE.md --all \ --inline usage_rules:all \