Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 17 Feb 10:54
· 23 commits to main since this release
472e8a5

v0.4.1 - Workflow documentation

Every shared workflow now pairs its mermaid flowchart (the what) with prose sections explaining the why — key decisions, design rationale, and constraint justifications.

Changed

  • level-sync — Why a single source of truth, why three subcommands
  • rule-validation — Why three layers in this order, why template resolution happens before OpenGrep only
  • rule-update — Why coordinates are immutable, why templates must survive the save, why the fix loop exists
  • rule-creation — Why type classification comes first, why sources before generation, why validate before save
  • qa-smoke-test — Why this sequence, why cleanup must always run

Context

rule-implementation.md already followed this pattern and served as the template for the others. No workflow logic changed — only documentation was added.

Full Changelog: 0.4.0...0.4.1