@metasession.co/devaudit-cli 0.3.9 → 0.3.10

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
@@ -56,7 +56,7 @@ function emitJsonResult(payload) {
56
56
 
57
57
  // package.json
58
58
  var package_default = {
59
- version: "0.3.9"};
59
+ version: "0.3.10"};
60
60
 
61
61
  // src/lib/version.ts
62
62
  var CLI_VERSION = package_default.version;
@@ -2455,7 +2455,8 @@ async function syncCiTemplates(ctx) {
2455
2455
  var SENTINEL_ENTRIES = [
2456
2456
  ".e2e-gate-passed",
2457
2457
  ".e2e-evidence-wired",
2458
- ".sdlc-implementer-invoked"
2458
+ ".sdlc-implementer-invoked",
2459
+ ".sdlc-pr-watch.json"
2459
2460
  ];
2460
2461
  var MARKER = "# DevAudit sentinel files (devaudit-installer#226)";
2461
2462
  async function syncGitignore(ctx) {