etymd 0.7.0 → 0.9.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # etymd
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3cf2e53: State documents are now checked for truth, not only for age: the instruction-truth lens runs its
8
+ command-claim and path-claim checks over detected state docs, and resolves their `D-NNN` decision
9
+ references against the repo's decisions file — a citation of an entry that was never written is a
10
+ gap finding. References naming another record ("peer D-050") and citations against directory
11
+ decision conventions are skipped and disclosed, never accused. Script claims are also now
12
+ checkable in repos with no package manifest at all, where nothing could ever satisfy them.
13
+
14
+ ## 0.8.0
15
+
16
+ ### Minor Changes
17
+
18
+ - f2c1bfd: `etymd gates` no longer writes a gate that cannot fail. It derives whether any risk-tier finding is
19
+ reachable in the repo (a package manifest to contradict, a state document to fall behind); where
20
+ none is, the generated hook drops to `--fail-on gap` and the output says so and why. A `failOn`
21
+ recorded in `.etymd/config.json` is never adjusted, and `gates` now states which tier it wrote and
22
+ where that tier came from — the config key was previously unmentioned anywhere in its output.
23
+ - 743ad44: Declared-field checks are forward-only from the marker's position, not from the file. A decisions
24
+ file that declares required entry fields mid-life no longer demands them from the entries appended
25
+ above the marker — an append-only record cannot backfill them. The built-in `Scope:` check shares
26
+ the same gate; `Revisit:` keeps whole-file reach, since it fires only where the entry already wrote
27
+ a date down. Entries exempt by position are counted and named in the lens disclosures.
28
+
3
29
  ## 0.7.0
4
30
 
5
31
  ### Minor Changes
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { section, theme, print, renderBaselineDrift, glyph } from './chunk-5BVKFJWM.js';
3
- import { scanProject } from './chunk-XJMN2HMH.js';
4
- import { VERSION } from './chunk-OGIHOTLP.js';
3
+ import { scanProject } from './chunk-MUNRU2LF.js';
4
+ import { VERSION } from './chunk-E3CVCK5X.js';
5
5
  import { readBaseline, summarizeBaselineDrift, isDriftEmpty, writeBaseline, deriveProfile } from './chunk-C7LBUFNU.js';
6
6
  import { PACK_VERSION } from './chunk-6DUDIVIC.js';
7
7
  import './chunk-IV3FYVTS.js';
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env node
2
+ export { run } from './chunk-ZA7GVR63.js';
3
+ import './chunk-5P7KZV4W.js';
4
+ import './chunk-JSUYV26K.js';
5
+ import './chunk-OAFYLBVG.js';
6
+ import './chunk-D2RI3CCT.js';
7
+ import './chunk-5BVKFJWM.js';
8
+ import './chunk-MUNRU2LF.js';
9
+ import './chunk-E3CVCK5X.js';
10
+ import './chunk-C7LBUFNU.js';
11
+ import './chunk-6DUDIVIC.js';
12
+ import './chunk-IV3FYVTS.js';
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { print, theme } from './chunk-5BVKFJWM.js';
3
- import { scanProject } from './chunk-XJMN2HMH.js';
4
- import './chunk-OGIHOTLP.js';
3
+ import { scanProject } from './chunk-MUNRU2LF.js';
4
+ import './chunk-E3CVCK5X.js';
5
5
  import { ETYMD_DIR } from './chunk-C7LBUFNU.js';
6
6
  import './chunk-6DUDIVIC.js';
7
7
  import './chunk-IV3FYVTS.js';