@saasontools/strauss-kb 0.2.0 → 0.3.0
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/README.md +3 -3
- package/dist/{chunk-7J2BBP67.js → chunk-4AJGI6WN.js} +2 -2
- package/dist/{chunk-GMZDXWWU.js → chunk-EOSRZHWY.js} +2 -2
- package/dist/{chunk-HNPHL6I4.js → chunk-MC5LUSZ3.js} +3 -9
- package/dist/chunk-MC5LUSZ3.js.map +1 -0
- package/dist/cli-main.cjs +2 -8
- package/dist/cli-main.cjs.map +1 -1
- package/dist/cli-main.js +2 -2
- package/dist/index.cjs +2 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/dist/mcp-main.cjs +2 -8
- package/dist/mcp-main.cjs.map +1 -1
- package/dist/mcp-main.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-HNPHL6I4.js.map +0 -1
- /package/dist/{chunk-7J2BBP67.js.map → chunk-4AJGI6WN.js.map} +0 -0
- /package/dist/{chunk-GMZDXWWU.js.map → chunk-EOSRZHWY.js.map} +0 -0
package/dist/cli-main.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -382,7 +382,6 @@ var KB_RECORD_TYPES = [
|
|
|
382
382
|
"contract",
|
|
383
383
|
"flow",
|
|
384
384
|
"affected-system",
|
|
385
|
-
"test-obligation",
|
|
386
385
|
"source-note"
|
|
387
386
|
];
|
|
388
387
|
var KB_SLUG_PATTERN = /^[a-z0-9]+(?:-[a-z0-9]+)*$/;
|
|
@@ -2886,11 +2885,6 @@ var RECORD_TYPES = {
|
|
|
2886
2885
|
sections: ["System", "How it is affected", "Blast radius"],
|
|
2887
2886
|
initialStatus: "accepted"
|
|
2888
2887
|
},
|
|
2889
|
-
"test-obligation": {
|
|
2890
|
-
purpose: "Behavior or contract that must be verified",
|
|
2891
|
-
sections: ["Obligation", "Why it matters", "How to verify"],
|
|
2892
|
-
initialStatus: "open"
|
|
2893
|
-
},
|
|
2894
2888
|
"source-note": {
|
|
2895
2889
|
purpose: "Extracted note from source material",
|
|
2896
2890
|
sections: ["Note", "Where it came from"],
|
|
@@ -15997,7 +15991,7 @@ var typesCommand = define({
|
|
|
15997
15991
|
name: "types",
|
|
15998
15992
|
tool: "kb_types",
|
|
15999
15993
|
usage: "types",
|
|
16000
|
-
description: "
|
|
15994
|
+
description: "Every record type with its purpose, body sections, and starting status. Read this before writing rather than guessing headings \u2014 a section the type does not define is rejected.",
|
|
16001
15995
|
input: import_zod40.z.object({}),
|
|
16002
15996
|
fromArgv: () => ({}),
|
|
16003
15997
|
run: () => Promise.resolve(RECORD_TYPES)
|
|
@@ -16166,7 +16160,7 @@ var import_mcp = require("@modelcontextprotocol/sdk/server/mcp.js");
|
|
|
16166
16160
|
var import_stdio = require("@modelcontextprotocol/sdk/server/stdio.js");
|
|
16167
16161
|
|
|
16168
16162
|
// src/version.ts
|
|
16169
|
-
var VERSION = true ? "0.
|
|
16163
|
+
var VERSION = true ? "0.3.0" : "0.0.0-dev";
|
|
16170
16164
|
|
|
16171
16165
|
// src/mcp.ts
|
|
16172
16166
|
function createKbMcpServer() {
|