@panaversity/ksor 0.0.0 → 0.0.1

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 ADDED
@@ -0,0 +1,21 @@
1
+ # @panaversity/ksor
2
+
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 98aae4a: Rebuilt the package on the real toolchain: the CLI is now compiled TypeScript
8
+ (pure ESM, Node >= 24) instead of a hand-written script, and it exports the CLI
9
+ contract — `exitCodes` (1 refused, 2 not implemented, 3 environment), `verbs`,
10
+ and `resolveCommand` — so scripts and agents can rely on documented exit
11
+ semantics. `ksor --help`/`-h` and `--version` now answer with exit 0; every designed
12
+ verb still answers honestly that it is not implemented and exits 2, and an
13
+ unknown word is refused with exit 1 and a stable `error: unknown-verb` slug. Documentation now ships inside the
14
+ package under `docs/`.
15
+
16
+ ## 0.0.0
17
+
18
+ Name reservation (published 2026-08-11). The package holds the scope, states
19
+ the intent, and ships an honest placeholder CLI: any invocation prints the
20
+ reservation notice and exits `2`. Nothing in this version is a released
21
+ capability.
package/NOTICE ADDED
@@ -0,0 +1,8 @@
1
+ KSoR — Knowledge System of Record
2
+ Copyright 2026 Panaversity
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this work except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0