@metasession.co/devaudit-cli 0.1.30 → 0.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -55,7 +55,7 @@ function emitJsonResult(payload) {
55
55
 
56
56
  // package.json
57
57
  var package_default = {
58
- version: "0.1.30"};
58
+ version: "0.1.31"};
59
59
 
60
60
  // src/lib/version.ts
61
61
  var CLI_VERSION = package_default.version;
@@ -1858,7 +1858,13 @@ var CI_TEMPLATES = [
1858
1858
  "check-release-approval.yml.template",
1859
1859
  "post-deploy-prod.yml.template",
1860
1860
  "compliance-evidence.yml.template",
1861
- "close-out-release.yml.template"
1861
+ "close-out-release.yml.template",
1862
+ // DevAudit-Installer#98 WS3: quarterly cron → auto-PR with the
1863
+ // periodic-review.md regenerated from local stats.
1864
+ "periodic-review.yml.template",
1865
+ // DevAudit-Installer#98 WS4: fires on `label:incident` issue close →
1866
+ // auto-PR with the issue exported to compliance/governance/.
1867
+ "incident-export.yml.template"
1862
1868
  ];
1863
1869
  var OLD_WORKFLOWS_TO_REMOVE = ["test-on-pr.yml", "check-uat-approval.yml"];
1864
1870
  function indentEnvBlock(env, indent) {