@metasession.co/devaudit-cli 0.1.64 → 0.1.65

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.1.64"};
59
+ version: "0.1.65"};
60
60
 
61
61
  // src/lib/version.ts
62
62
  var CLI_VERSION = package_default.version;
@@ -2121,7 +2121,7 @@ async function syncSkills(ctx) {
2121
2121
  }
2122
2122
  return { name: "Claude Code skills", filesSynced: count, message: `${count} synced to .claude/skills/` };
2123
2123
  }
2124
- var HELPER_FILES = ["evidence.ts", "evidence-shot-core.ts"];
2124
+ var HELPER_FILES = ["evidence.ts", "evidence-shot-core.ts", "test-tags.ts"];
2125
2125
  async function syncEvidenceHelper(ctx) {
2126
2126
  if (ctx.stack !== "node") {
2127
2127
  return { name: "E2E evidence helper", filesSynced: 0, skipped: true };