705 B
705 B
Global Claude Code Instructions
Canva Monorepo Workflow
Pre-Commit Check (MANDATORY)
When working in the Canva monorepo (~/work/canva), ALWAYS run taz check before every git commit.
taz check(generate, format, lint, and test changed files)git add <files>git commit
Never skip step 1.
AI Attribution Policy
Do NOT add any AI attribution to commits or PRs.
Write/Modify Operations - IMPORTANT
For ANY write or modify operations:
- Show the command first
- Explain what it will do
- Wait for explicit approval before running
Additional Instructions
Rules in ~/.claude/rules/ are auto-generated from ~/.dotfiles/ai-instructions/ at install time.