@rryando/arcs 3.2.2 → 3.2.3

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.
@@ -16,7 +16,8 @@
16
16
  { "source": "prompts/system-architect.txt", "destination": "prompts/system-architect.txt" },
17
17
  { "source": "prompts/code-reviewer.txt", "destination": "prompts/code-reviewer.txt" },
18
18
  { "source": "prompts/docs-researcher.txt", "destination": "prompts/docs-researcher.txt" },
19
- { "source": "prompts/devil-advocate.txt", "destination": "prompts/devil-advocate.txt" }
19
+ { "source": "prompts/devil-advocate.txt", "destination": "prompts/devil-advocate.txt" },
20
+ { "source": "prompts/graph-explorer.txt", "destination": "prompts/graph-explorer.txt" }
20
21
  ],
21
22
  "ownedPaths": [
22
23
  "skills/arcs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rryando/arcs",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "ARCS — DAG-based task orchestration for AI agents. Persistent workflow continuity via graph-structured context.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,6 +37,8 @@ const preservedFiles = new Set([
37
37
  "prompts/system-architect.txt",
38
38
  "prompts/code-reviewer.txt",
39
39
  "prompts/docs-researcher.txt",
40
+ "prompts/devil-advocate.txt",
41
+ "prompts/graph-explorer.txt",
40
42
  // Orchestrator prompt files — generated from src/cli/arcs-orchestrate*.ts
41
43
  // by build-opencode-bundle.mjs. Committed mirrors so the bundle is
42
44
  // self-describing alongside the static sub-agent prompts.