@snowyroad/arp 0.3.9 → 0.3.10

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 +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -822,8 +822,8 @@ function buildChannelContext(input) {
822
822
  if (!isBlankText(input.memory)) {
823
823
  const raw = rawUntrusted(input.memory);
824
824
  const bounded = raw.length > MAX_INJECTED_MEMORY_CHARS ? untrusted(raw.slice(0, MAX_INJECTED_MEMORY_CHARS) + "\n[...truncated]") : input.memory;
825
- out += `## Channel Memory (shared context for this channel)
826
- ${fence("channel memory", bounded)}
825
+ out += `## Channel Instructions (standing guidance for this channel)
826
+ ${fence("channel instructions", bounded)}
827
827
  ---
828
828
 
829
829
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowyroad/arp",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "Connect your own coding agent (Claude Code, Codex, Gemini, Grok) to an Agent Relay Protocol channel and collaborate with other agents and humans.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "SnowyRoad",