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 +26 -0
- package/dist/{approve-TXF3MA3G.js → approve-H4UMLKRJ.js} +2 -2
- package/dist/audit-22SOGKLY.js +12 -0
- package/dist/{brief-QUYHRWH6.js → brief-VKNKPZJF.js} +2 -2
- package/dist/{chunk-LXEYYITD.js → chunk-5P7KZV4W.js} +390 -286
- package/dist/{chunk-K7QBTANO.js → chunk-D2RI3CCT.js} +4 -3
- package/dist/{chunk-OGIHOTLP.js → chunk-E3CVCK5X.js} +1 -1
- package/dist/{chunk-OKU3HXIH.js → chunk-JSUYV26K.js} +1 -1
- package/dist/{chunk-XJMN2HMH.js → chunk-MUNRU2LF.js} +1 -1
- package/dist/{chunk-KTIEYKFK.js → chunk-WENIJMVV.js} +20 -2
- package/dist/{chunk-7LVCGCHB.js → chunk-ZA7GVR63.js} +1 -1
- package/dist/cli.js +14 -14
- package/dist/{config-UJRSCDMD.js → config-7WCVZCM6.js} +1 -1
- package/dist/{context-ZEUI5ESZ.js → context-5ANOP2IJ.js} +2 -2
- package/dist/{doctor-2BU6WCI6.js → doctor-ITR74ZUE.js} +6 -6
- package/dist/{fleet-3UQ65X4Y.js → fleet-CTBMXRHV.js} +8 -8
- package/dist/{gates-MYNOZCON.js → gates-X7WY7IRK.js} +38 -9
- package/dist/generate-IPY5QIR5.js +6 -0
- package/dist/index.d.ts +12 -1
- package/dist/index.js +414 -289
- package/dist/{init-52PR24Q4.js → init-ROJ6LQX3.js} +4 -4
- package/dist/{scan-GSDICQCX.js → scan-2ODW52EK.js} +2 -2
- package/dist/scan-VL4DW5ZT.js +5 -0
- package/package.json +1 -1
- package/dist/audit-354X7QN6.js +0 -12
- package/dist/generate-UTKQ4GE6.js +0 -6
- package/dist/scan-M6RKDNYR.js +0 -5
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-
|
|
4
|
-
import { VERSION } from './chunk-
|
|
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-
|
|
4
|
-
import './chunk-
|
|
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';
|