Install and use Usage Rules

requires a further cleanup of CLAUDE.md
This commit is contained in:
Claudio Ortolina
2025-07-19 09:09:25 +01:00
parent 74fa01cb93
commit 662bf49dea
4 changed files with 159 additions and 0 deletions
+10
View File
@@ -118,6 +118,16 @@ depends = [
description = 'Install dependencies and setup the database'
run = ['mix setup']
# AI
[tasks."usage-rules:sync"]
run = """
mix usage_rules.sync CLAUDE.md --all \
--inline usage_rules:all \
--link-to-folder deps \
--remove-missing
"""
# PRODUCTION
[tasks."prod:console"]