@panaversity/ksor 0.0.36 → 0.0.37
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 +6 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @panaversity/ksor
|
|
2
2
|
|
|
3
|
+
## 0.0.37
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3eafb25: The package README states the KSoR architecture: one governed record — Markdown in the KSoR Profile of the Open Knowledge Format (OKF) — behind one governance boundary, projected through open standards.
|
|
8
|
+
|
|
3
9
|
## 0.0.36
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -56,6 +56,12 @@ A quiz whose answers are guessable is refused by the build, and because ingest
|
|
|
56
56
|
creates no node for an attachment, a quiz's answer key can never reach the
|
|
57
57
|
agent surface at all.
|
|
58
58
|
|
|
59
|
+
The architecture: **one governed record** — Markdown in the KSoR Profile of
|
|
60
|
+
the Open Knowledge Format (OKF) — behind **one governance boundary**,
|
|
61
|
+
projected through open standards: MCP for agents, `llms.txt` for AI
|
|
62
|
+
discovery, OAuth/OIDC for identity, SLSA/Sigstore for publication integrity,
|
|
63
|
+
OpenTelemetry for observability.
|
|
64
|
+
|
|
59
65
|
Full concept, design goals, and project status:
|
|
60
66
|
**<https://github.com/panaversity/ksor>**
|
|
61
67
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panaversity/ksor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.37",
|
|
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",
|