QrRapido/.claude/napkin.md
Ricardo Carneiro 5bcccce8a4
All checks were successful
Deploy QR Rapido / test (push) Successful in 1m20s
Deploy QR Rapido / build-and-push (push) Successful in 9m56s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 1m58s
fix: login e termos de uso
2026-03-30 10:47:03 -03:00

22 lines
735 B
Markdown

# Napkin Runbook
## Curation Rules
- Re-prioritize on every read.
- Keep recurring, high-value notes only.
- Max 10 items per category.
- Each item includes date + "Do instead".
## Execution & Validation (Highest Priority)
_(empty — add entries as they emerge)_
## Shell & Command Reliability
1. **[2026-03-30] Windows paths in bash tools need forward slash style**
Do instead: use `C:/vscode/qrrapido` style, not `C:\...` or `/mnt/c/...` (WSL mount not available in this environment).
## Domain Behavior Guardrails
_(empty — add entries as they emerge)_
## User Directives
1. **[2026-03-30] Diagnose before fixing**
Do instead: always present diagnosis and reasoning first; wait for user approval before touching code.