All notable changes to the bitwarden-devops-engineer plugin will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated
action-auditskill to apply Bitwarden's two-tier pin compliance model: internalbitwarden/actions must be pinned to@main; third-party actions must be pinned to a full 40-char SHA with an inline version comment. Previously the skill treated all non-hash refs as non-compliant, which incorrectly flagged valid internal action references.
- Updated
bitwarden-workflow-linter-rulesskill to correctly document thestep_pinnedrule with its two-tier model: internalbitwarden/actions must pin to@main(with abitwarden/sm-actionexception that allows any ref), external actions must pin to a full 40-char SHA with an inline version comment. Previously the rule described@mainas non-compliant, contradictingaction-audit. - Updated
action-auditskill to referencebitwarden-workflow-linter-rulesas the single source of truth via${CLAUDE_PLUGIN_ROOT}path, eliminating both cross-skill drift and a runtime path-resolution failure in marketplace deployments. - Updated
action-auditskill to restore the incident mode replacement-action branch in Step 4, which was incorrectly dropped — a compromised-action response that names a replacement now routes to SHA resolution for the replacement rather than the compromised action. - Updated
action-auditskill to treat SHA-pinned internal actions as informational rather than non-compliant, requiring user confirmation before recommending a change to@main. - Updated
action-remediateskill to add a pin to main remediation path for internalbitwarden/actions, closing a gap where following the documented audit→remediate flow would incorrectly SHA-pin internal actions.
- Apply prettier formatting to markdown files
- Initial release of the bitwarden-devops-engineer plugin
- Workflow linting audit and fix skills
- Org-wide GitHub Actions action usage auditing and remediation skills
- Linter rules reference covering all 10 bwwl rules