edf2csv 0.6.82 → 0.6.83

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.
Files changed (2) hide show
  1. package/docs/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
3
3
  Notable changes to edf2csv. Versions follow [semantic versioning](https://semver.org); while the
4
4
  major version is 0, a minor bump may contain breaking changes.
5
5
 
6
+ ## 0.6.83
7
+
8
+ ### the files written to be read out of context named no version
9
+
10
+ llms.txt and llms-full.txt exist to be read out of context: pasted into a conversation, fetched
11
+ into a context window, cached by something that will still have it next month. llms-full.txt is
12
+ 6,400 lines of flag names, exit codes and JSON field names, and neither file said which release it
13
+ described. A reader holding a copy had no way to tell whether the `--layout` flag it documents
14
+ existed in the version they installed, and no way to tell a stale copy from a current one.
15
+
16
+ Both now carry the version, read from package.json at build time, so it is the same number the
17
+ site's structured data reports rather than one somebody remembers to update. llms-full.txt also
18
+ names the documentation on the site as canonical and says plainly that the site is the newer of
19
+ the two when they disagree.
20
+
6
21
  ## 0.6.82
7
22
 
8
23
  ### the 404 was a version behind on everything in its head
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.82",
3
+ "version": "0.6.83",
4
4
  "description": "Convert EDF, EDF+ and BDF biosignal recordings (European Data Format) to CSV from the command line. Local, streaming, and never resamples or alters units.",
5
5
  "keywords": [
6
6
  "edf",