@phren/cli 0.1.3 → 0.1.5

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/utils-fts.js CHANGED
@@ -83,7 +83,7 @@ export function extractKeywordEntries(text) {
83
83
  export function extractKeywords(text) {
84
84
  return extractKeywordEntries(text).join(" ");
85
85
  }
86
- // Base synonym map for fuzzy search expansion — source of truth is mcp/src/synonyms.json
86
+ // Base synonym map for fuzzy search expansion — source of truth is src/synonyms.json
87
87
  const BASE_SYNONYMS = _baseSynonymsJson;
88
88
  const LEARNED_SYNONYMS_FILE = "learned-synonyms.json";
89
89
  function normalizeSynonymTerm(term) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phren/cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Knowledge layer for AI agents — CLI, MCP server, and data layer",
5
5
  "type": "module",
6
6
  "bin": {