@panaversity/ksor 0.0.46 → 0.0.47

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,25 @@
1
1
  # @panaversity/ksor
2
2
 
3
+ ## 0.0.47
4
+
5
+ ### Patch Changes
6
+
7
+ - 00c99da: **The intake interview asks its three questions in the owner's words.** The
8
+ previous wording was precise and unanswerable: question 1 asked the owner to
9
+ finish "when someone here disagrees with this corpus, the corpus wins about
10
+ ___", which is not a sentence unless you already know the ledger analogy the
11
+ README uses, and then explained what the answer would be used for inside the
12
+ question itself. An owner reported being unable to tell what it wanted at all.
13
+
14
+ Now: "What is this knowledge base about?", "What is close to that, but not part
15
+ of it?", and "Who signs off on a document, and who can take one down?" — each
16
+ with one too-vague example and one specific enough, and nothing about
17
+ `instance.md` or the MCP surface in the question. The reasoning that used to sit
18
+ inside the questions moved below them, where it explains the design to whoever
19
+ maintains the skill instead of blocking the person answering.
20
+
21
+ Nothing about what gets written changed.
22
+
3
23
  ## 0.0.46
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panaversity/ksor",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
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",
@@ -14,32 +14,55 @@ question at a time, and write down what they actually say.
14
14
 
15
15
  ## Ask THREE questions, one at a time
16
16
 
17
- Seven questions is where this skill used to start, and it did not survive
18
- contact: an agent running it decided five were too many, defaulted them, and
19
- reported "answered: all seven" including the one that decides who may
20
- approve a document. A process the tool executing it shortcuts is too long.
21
-
22
- So three are asked, and they are the three that cannot be defaulted:
23
-
24
- 1. **Scope** "What should this record be the _final word_ on? Finish the
25
- sentence: when someone here disagrees with this corpus, the corpus wins
26
- about ___."
27
- 2. **Boundary** — "What is just _outside_ that — the near-miss topics people
28
- will ask about here that the record should refuse rather than guess at?"
29
- 3. **Authority** "Who may approve a document for publication, and who may
30
- withdraw one?"
31
-
32
- Scope and Boundary are asked because the abstention gate is meaningless
33
- without an edge: a record authoritative for everything has no outside, so an
34
- agent asked something the owner never wrote about reaches for its training
35
- instead of declining. Authority is asked because a governance act names its
36
- actor and the tool never guesses one — the scaffold ships `human:you` in
37
- both authority lists, and a placeholder that survives this conversation is a
38
- person who was never there.
39
-
40
- Follow up until each is concrete. "Our engineering docs" is not yet an
41
- answer; "our leave, expense and conduct policies the current ones, not
42
- historical versions" is.
17
+ Ask them in the OWNER's words, not this project's. The vocabulary on this page
18
+ record, corpus, abstention, governance act is precise and it is ours; an
19
+ owner meeting it for the first time in a question cannot answer, and says so
20
+ (reported 2026-08-26, against the wording these replaced: "the corpus wins
21
+ about ___" asked them to complete a sentence that is not English unless you
22
+ already know the ledger analogy).
23
+
24
+ Ask exactly this much. Do not explain what the answer will be used for inside
25
+ the question that is what made the last version unanswerable.
26
+
27
+ ---
28
+
29
+ **1 of 3 What is this knowledge base about?**
30
+
31
+ > Be specific enough that I would know what does NOT belong in it.
32
+ >
33
+ > Too vague: "our engineering docs" I still could not tell what to leave out.
34
+ > Specific enough: "our leave, expense and conduct policies, current versions
35
+ > only."
36
+
37
+ ---
38
+
39
+ **2 of 3 — What is close to that, but not part of it?**
40
+
41
+ > Things people will ask this and it should NOT answer. A confident wrong
42
+ > answer is worse than "I do not cover that."
43
+ >
44
+ > For the policies example: "not salaries, not individual HR cases, not last
45
+ > year's versions."
46
+
47
+ ---
48
+
49
+ **3 of 3 — Who signs off on a document, and who can take one down?**
50
+
51
+ > Names or handles, not job titles. If it is just you, say so.
52
+
53
+ ---
54
+
55
+ Follow up until each is concrete, but follow up in their words too: "what would
56
+ someone actually ask this?" gets further than "name the boundary".
57
+
58
+ **Why these three and no others.** The first two give the record an EDGE, and
59
+ the abstention gate is meaningless without one: a knowledge base that is
60
+ authoritative for everything has no outside, so an agent asked something the
61
+ owner never wrote about reaches for its training instead of declining. The
62
+ third cannot be guessed at all — the scaffold ships `human:you` in both
63
+ authority lists, and a placeholder that survives this conversation is a person
64
+ who was never there. Everything else has a sane default, and defaults are
65
+ stated rather than asked.
43
66
 
44
67
  ## Then STATE the defaults; do not ask them
45
68
 
@@ -14,32 +14,55 @@ question at a time, and write down what they actually say.
14
14
 
15
15
  ## Ask THREE questions, one at a time
16
16
 
17
- Seven questions is where this skill used to start, and it did not survive
18
- contact: an agent running it decided five were too many, defaulted them, and
19
- reported "answered: all seven" including the one that decides who may
20
- approve a document. A process the tool executing it shortcuts is too long.
21
-
22
- So three are asked, and they are the three that cannot be defaulted:
23
-
24
- 1. **Scope** "What should this record be the _final word_ on? Finish the
25
- sentence: when someone here disagrees with this corpus, the corpus wins
26
- about ___."
27
- 2. **Boundary** — "What is just _outside_ that — the near-miss topics people
28
- will ask about here that the record should refuse rather than guess at?"
29
- 3. **Authority** "Who may approve a document for publication, and who may
30
- withdraw one?"
31
-
32
- Scope and Boundary are asked because the abstention gate is meaningless
33
- without an edge: a record authoritative for everything has no outside, so an
34
- agent asked something the owner never wrote about reaches for its training
35
- instead of declining. Authority is asked because a governance act names its
36
- actor and the tool never guesses one — the scaffold ships `human:you` in
37
- both authority lists, and a placeholder that survives this conversation is a
38
- person who was never there.
39
-
40
- Follow up until each is concrete. "Our engineering docs" is not yet an
41
- answer; "our leave, expense and conduct policies the current ones, not
42
- historical versions" is.
17
+ Ask them in the OWNER's words, not this project's. The vocabulary on this page
18
+ record, corpus, abstention, governance act is precise and it is ours; an
19
+ owner meeting it for the first time in a question cannot answer, and says so
20
+ (reported 2026-08-26, against the wording these replaced: "the corpus wins
21
+ about ___" asked them to complete a sentence that is not English unless you
22
+ already know the ledger analogy).
23
+
24
+ Ask exactly this much. Do not explain what the answer will be used for inside
25
+ the question that is what made the last version unanswerable.
26
+
27
+ ---
28
+
29
+ **1 of 3 What is this knowledge base about?**
30
+
31
+ > Be specific enough that I would know what does NOT belong in it.
32
+ >
33
+ > Too vague: "our engineering docs" I still could not tell what to leave out.
34
+ > Specific enough: "our leave, expense and conduct policies, current versions
35
+ > only."
36
+
37
+ ---
38
+
39
+ **2 of 3 — What is close to that, but not part of it?**
40
+
41
+ > Things people will ask this and it should NOT answer. A confident wrong
42
+ > answer is worse than "I do not cover that."
43
+ >
44
+ > For the policies example: "not salaries, not individual HR cases, not last
45
+ > year's versions."
46
+
47
+ ---
48
+
49
+ **3 of 3 — Who signs off on a document, and who can take one down?**
50
+
51
+ > Names or handles, not job titles. If it is just you, say so.
52
+
53
+ ---
54
+
55
+ Follow up until each is concrete, but follow up in their words too: "what would
56
+ someone actually ask this?" gets further than "name the boundary".
57
+
58
+ **Why these three and no others.** The first two give the record an EDGE, and
59
+ the abstention gate is meaningless without one: a knowledge base that is
60
+ authoritative for everything has no outside, so an agent asked something the
61
+ owner never wrote about reaches for its training instead of declining. The
62
+ third cannot be guessed at all — the scaffold ships `human:you` in both
63
+ authority lists, and a placeholder that survives this conversation is a person
64
+ who was never there. Everything else has a sane default, and defaults are
65
+ stated rather than asked.
43
66
 
44
67
  ## Then STATE the defaults; do not ask them
45
68