Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
stop-slop, taste-skill, terrashark had embedded .git dirs causing Woodpecker clone to fail on submodule update.
713 B
713 B
Content Inclusion Rules
Add content when at least one is true
- It materially lowers probability of destructive or non-compliant changes.
- It prevents common plan/apply surprises (identity churn, drift blind spots, unsafe upgrades).
- It encodes organizational guardrails that general model knowledge cannot infer.
Exclude content when
- It is generic Terraform/OpenTofu knowledge with low failure impact.
- It is provider-specific deep design that belongs in project docs, not in a shared skill.
- It duplicates an existing rule without adding a new decision signal.
Expansion rule
If repeated failure patterns emerge, add targeted lines for that failure mode instead of broad expansion.