@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/dist/cli-main.js CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runKbCli
4
- } from "./chunk-7J2BBP67.js";
5
- import "./chunk-HNPHL6I4.js";
4
+ } from "./chunk-4AJGI6WN.js";
5
+ import "./chunk-MC5LUSZ3.js";
6
6
 
7
7
  // src/cli-main.ts
8
8
  runKbCli(process.argv.slice(2)).catch((error) => {
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: "The twelve record types with their purpose, body sections, and starting status. Read this before writing rather than guessing headings \u2014 a section the type does not define is rejected.",
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.2.0" : "0.0.0-dev";
16163
+ var VERSION = true ? "0.3.0" : "0.0.0-dev";
16170
16164
 
16171
16165
  // src/mcp.ts
16172
16166
  function createKbMcpServer() {