20 lines
543 B
Markdown
20 lines
543 B
Markdown
# Constraints
|
|
|
|
Rules in this file override convenience.
|
|
|
|
## Security
|
|
|
|
- Never write credential values into code, logs, docs, generated reports, or chat output.
|
|
- Use placeholder examples for configuration shape.
|
|
- Treat customer data and private infrastructure details as sensitive.
|
|
|
|
## Operations
|
|
|
|
- Confirm target path, branch, remote, and worktree status before deployment.
|
|
- Keep live fixes synchronized back to the edit clone.
|
|
- Validate syntax and intended behavior before service reloads or restarts.
|
|
|
|
## Environment-Specific Limits
|
|
|
|
-
|