@panaversity/ksor 0.0.56 → 0.0.57

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,23 @@
1
1
  # @panaversity/ksor
2
2
 
3
+ ## 0.0.57
4
+
5
+ ### Patch Changes
6
+
7
+ - 07cddea: The tutorials are numbered in reading order, and the package README lists all
8
+ three.
9
+
10
+ The introduction is now `00`, hello world `01`, and _Make it yours_ stays `02`
11
+ — so the two hands-on tutorials that follow each other are no longer separated
12
+ by the 1,800-line introduction, and every existing cross-reference ("tutorial
13
+ 2", "tutorial 4") stays true. The introduction's title drops "Tutorial 1"; it is
14
+ the introduction. A one-line pointer stays at the old `00-hello-world.md` for
15
+ one release, because the README that shipped in 0.0.56 links it.
16
+
17
+ Both READMEs gain a three-row table keyed on who each tutorial is for, and a
18
+ test now holds every link into `docs/tutorials/` — relative or GitHub URL —
19
+ to a file that exists.
20
+
3
21
  ## 0.0.56
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -42,10 +42,18 @@ where it came from:
42
42
  { "ok": false, "abstained": true, "gate": { "floor": 0.622 } }
43
43
  ```
44
44
 
45
- **[Hello world](https://github.com/panaversity/ksor/blob/main/docs/tutorials/00-hello-world.md)**
45
+ **[Hello world](https://github.com/panaversity/ksor/blob/main/docs/tutorials/01-hello-world.md)**
46
46
  walks all of that in about fifteen minutes. Every command and output in it was
47
47
  run and pasted as it appeared — including the ones above.
48
48
 
49
+ The three so far, in reading order — pick by what you want from it:
50
+
51
+ | | read this if |
52
+ | --- | --- |
53
+ | [00 · Introduction](https://github.com/panaversity/ksor/blob/main/docs/tutorials/00-introduction-to-ksor.md) | you want to understand why this exists — no technical background needed |
54
+ | [01 · Hello world](https://github.com/panaversity/ksor/blob/main/docs/tutorials/01-hello-world.md) | you want to see it work in fifteen minutes — Node only, nothing else |
55
+ | [02 · Make it yours](https://github.com/panaversity/ksor/blob/main/docs/tutorials/02-make-it-yours.md) | you finished hello world and want a record that is only yours — a file in, a person's knowledge in, the samples out |
56
+
49
57
  One command emits a complete governed project: the record (`knowledge/`,
50
58
  plain CommonMark), a working documentation site with hot reload, offline
51
59
  search and `llms.txt`, adopter CI, a dependency-free format checker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panaversity/ksor",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "description": "Knowledge System of Record — compile governed markdown into a static site for people and an MCP server for AI agents, with citations and measured abstention.",
5
5
  "keywords": [
6
6
  "abstention",