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.
- package/dist/index.js +5 -3
- 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:
|
|
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.
|
|
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
|
|
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
|
|