conare 0.4.6 → 0.4.7

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/index.js +5 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -40,6 +40,8 @@ function fitContent(header, rounds) {
40
40
  const user = maxUser > 0 && r.user.length > maxUser ? r.user.slice(0, maxUser) + "..." : r.user;
41
41
  return `## Q: ${user}
42
42
 
43
+ ---
44
+
43
45
  ${r.assistant}`;
44
46
  }).join(`
45
47
 
@@ -2829,18 +2831,18 @@ var CLIENT_CONFIGURATORS = {
2829
2831
  };
2830
2832
  var SKILL_MD = `---
2831
2833
  name: conare
2832
- description: Complements the Conare MCP server by teaching the agent when and how to load prior project context, search past sessions, save durable preferences, list stored memories, and forget saved items. Use when the user asks what they worked on before, wants prior context loaded at the start of a task, asks to remember or forget something, or needs past conversations, decisions, or code recalled from memory.
2834
+ description: Load prior project context, search past sessions, save durable preferences, list stored memories, and forget saved items. Use when the user asks what they worked on before, wants prior context loaded at the start of a task, asks to remember or forget something, needs past conversations, decisions, or code recalled from memory, OR when you encounter a reference you don't understand that might exist in the user's memory.
2833
2835
  compatibility: Requires the Conare MCP server tools (\`recall\`, \`search\`, \`save\`, \`list\`, \`forget\`) to be installed and connected.
2834
2836
  metadata:
2835
2837
  author: Conare
2836
- version: 1.1.0
2838
+ version: 1.2.0
2837
2839
  mcp-server: conare
2838
2840
  homepage: https://conare.ai
2839
2841
  ---
2840
2842
 
2841
2843
  # Conare
2842
2844
 
2843
- This skill complements the Conare MCP server. The MCP provides memory tools and live access to stored memories; this skill teaches the agent the default workflow, tool-selection rules, and query patterns that make those tools reliable.
2845
+ This skill teaches the agent the default workflow, tool-selection rules, and query patterns for working with persistent memory across sessions.
2844
2846
 
2845
2847
  ## Primary Use Cases
2846
2848
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conare",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Conare CLI for ingesting AI chat history and configuring memory at conare.ai",
5
5
  "type": "module",
6
6
  "bin": {