notex-companion 0.3.1 → 0.3.2

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -33898,7 +33898,7 @@ ${answers.length} answer(s)`;
33898
33898
  }
33899
33899
  },
33900
33900
  notex_save_answer: {
33901
- description: "Save a graph-drafted Answer. Strictly additive — always creates a new Answer, never updates or deletes. Exactly one of question/questionId.",
33901
+ description: 'Save a graph-drafted Answer. Strictly additive — always creates a new Answer, never updates or deletes. Exactly one of question/questionId. `name` is the Answer\'s title, shown alongside the question in the Notex UI — write a short distinct label (e.g. "Auth flow overview"), not a restatement of the question text. `content` is the drafted prose itself, without the footer.',
33902
33902
  inputSchema: {
33903
33903
  question: exports_external.string().min(1).optional(),
33904
33904
  questionId: exports_external.string().min(1).optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notex-companion",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Local retrieval companion for Notex — reads a checkout's graphify-out/graph.json and serves deterministic search/query/path/node lookups over loopback HTTP and MCP stdio. No LLM, no graph building, no network beyond 127.0.0.1.",
5
5
  "keywords": ["notex", "graphify", "mcp", "code-graph"],
6
6
  "license": "MIT",