Officialv1.0.03 scenarios
Tanka
Tanka guidance for environment fan-out, cluster targeting, and Jsonnet-driven drift.
deploywhisper skill install tanka
How to use this skill
1. Install it locally
Use the install command above from any DeployWhisper app checkout that has the installer enabled.
2. Run analysis on matching artifacts
This skill activates when files or content patterns below are detected during analysis.
3. Verify behavior
Published registry data currently includes 3 deterministic scenarios for this skill.
Metadata
Author
DeployWhisper
Version
1.0.0
License
MIT
Scenarios
3
Tags
Triggers
- spec.json
- environments/default/main.jsonnet
Content patterns
- tanka.dev/v1alpha1
- tk.libsonnet
Guidance excerpt
Critical risk patterns
- Environment-level library changes fan out to every rendered object = HIGH
- Server-side apply or force behavior can overwrite fields owned by other controllers = HIGH
- Namespace or environment target drift deploys to the wrong cluster = CRITICAL
- Hidden Jsonnet defaults make destructive deletions hard to spot in review = MEDIUM
Review cues
- Review Tanka environment targets and rendered diff shape together before merge.
- Prefer deterministic roll-forward or rollback steps over hand-wavy remediation notes.