etymd 0.14.0 → 0.16.0

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.
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { VERSION } from './chunk-623W6KVC.js';
2
+ import { VERSION } from './chunk-UYCGP5BS.js';
3
3
  import { PACK_VERSION } from './chunk-YQZDYDAK.js';
4
4
  import { normalizeRelPath, isDirectory, readJson, git, matchesAnyGlob, pathExists, readText } from './chunk-4VPBP6K6.js';
5
5
  import path from 'path';
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { parseFailOnTier, runAudit, meetsFailOn } from './chunk-LT7JMVV3.js';
2
+ import { runAudit } from './chunk-UV3YIBDW.js';
3
+ import { parseFailOnTier, meetsFailOn } from './chunk-Y4E6ERCM.js';
3
4
  import { print, section, theme, renderLensCoverage, renderFindings, renderLedgerDiff } from './chunk-HI7NWPRA.js';
4
5
 
5
6
  // src/commands/audit.ts
@@ -168,7 +168,7 @@ function generatePreCommitHook(selfBuild = false) {
168
168
 
169
169
  ${localHookCall("pre-commit")}
170
170
 
171
- # Content screen \u2014 staged file bytes. Refuses to commit environment, employer or identity
171
+ # Content screen \u2014 staged file bytes. Refuses to commit environment, guarded-side or identity
172
172
  # detail into a repo whose history is (or could become) public. The checker and its patterns
173
173
  # are machine-local by design, so this is a NO-OP wherever no checker is installed: safe to
174
174
  # commit anywhere, active only where you opted in.