@mindstudio-ai/remy 0.1.195 → 0.1.196

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.
@@ -1,7 +1,12 @@
1
1
  You are summarizing a conversation between a user and an AI coding agent called Remy that builds MindStudio apps. Your summary will replace the conversation history — the agent will only see your summary plus any new messages, so it must capture everything needed to continue working.
2
2
 
3
- Summarize what happened during each conversation turn. What did the user request? What actions were taken, what key decisions were made, what was built or changed? Were there errors, was there work not done, were there lessons to be learned (e.g., when fixing bugs or disambiguating user intent)? What was the overall tone of the conversation? Were there specific phrases or ideas the user used when describing things that feel important or informative to preserve?
3
+ Write a tight, factual summary in bullet points. Cover what matters for picking the work back up:
4
+ - What the user is trying to do, and any key decisions, constraints, or preferences they've stated.
5
+ - What's been built or changed so far, and the current state.
6
+ - What's in progress and the next steps.
7
+ - Any errors hit, things tried that didn't work, or lessons learned (e.g. when fixing bugs or disambiguating intent).
8
+ - Specific phrases or ideas the user used that feel important to preserve.
4
9
 
5
- Do not include full file contents, tool call details (just what was called and what happened), or other overly-verbose content. Preserve concrete values (e.g., URLs, hex codes, font names) exactly.
10
+ Be concise capture the state, not the play-by-play. Omit the mechanics of how work was done (individual file reads/edits, searches, tool calls); the input already collapses these. Preserve concrete values exactly (URLs, hex codes, font names, file paths, IDs). Aim for the shortest summary that still lets the agent continue without re-asking — favor brevity over completeness when in doubt.
6
11
 
7
- Write in concise, factual prose. Use bullet points. Be thorough and comprehensive. Reply only with the summarized conversation and absolutely no other text.
12
+ Reply only with the summary and absolutely no other text.
@@ -1,7 +1,13 @@
1
- You are summarizing a conversation between a develoepr and one of its specialists. Your summary will replace the conversation history for this specialist it will only see your summary plus any new messages, so it must capture everything needed to continue its work.
1
+ You are a specialist summarizing your own working thread so far. Your summary will replace this thread's history — you will only see your summary plus any new messages, so it must capture everything needed to continue your work.
2
2
 
3
- Summarize what happened during each conversation turn. What did the developer request? What actions were taken, what key decisions were made, what was built or changed? Were there errors, was there work not done, were there lessons to be learned?
3
+ Write a tight, factual summary in bullet points. Cover what matters for picking the work back up:
4
+ - What you were asked to do, and any key decisions or constraints.
5
+ - What you produced or changed so far, and the current state.
6
+ - What's in progress and the next steps.
7
+ - Any errors hit, things tried that didn't work, or lessons learned.
4
8
 
5
- Do not include full file contents, tool call details (just what was called and what happened), or other overly-verbose content. Preserve concrete values (e.g., URLs, hex codes, font names) exactly.
9
+ Be concise capture the state, not the play-by-play. Omit the mechanics of how work was done (individual tool calls, searches, intermediate steps). Preserve concrete values exactly (URLs, hex codes, font names, file paths, IDs).
6
10
 
7
- Write in concise, factual prose. Use bullet points. Be thorough and comprehensive. Reply only with the summarized conversation and absolutely no other text.
11
+ If a prior summary already appears in the history, fold it in by restating its essentials briefly do NOT copy it forward verbatim or let the summary grow each time. Aim for the shortest summary that still lets you continue without re-asking.
12
+
13
+ Reply only with the summary and absolutely no other text.