compound-workflow 1.6.10 → 1.6.11

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,6 +1,6 @@
1
1
  {
2
2
  "name": "compound-workflow",
3
- "version": "1.6.10",
3
+ "version": "1.6.11",
4
4
  "description": "Clarify -> plan -> execute -> verify -> capture workflow: commands, skills, and agents for Claude Code",
5
5
  "author": {
6
6
  "name": "Compound Workflow"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compound-workflow",
3
- "version": "1.6.10",
3
+ "version": "1.6.11",
4
4
  "description": "Clarify -> plan -> execute -> verify -> capture workflow for Cursor",
5
5
  "author": {
6
6
  "name": "Compound Workflow"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compound-workflow",
3
- "version": "1.6.10",
3
+ "version": "1.6.11",
4
4
  "description": "Clarify → plan → execute → verify → capture. One Install action for Cursor, Claude, and OpenCode.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -329,7 +329,7 @@ function ensureDirs(targetRoot, dryRun) {
329
329
  }
330
330
 
331
331
  function writePluginManifests(targetRoot, dryRun, isSelfInstall) {
332
- const pathsBase = isSelfInstall ? "src/.agents" : "node_modules/compound-workflow/src/.agents";
332
+ const pathsBase = isSelfInstall ? "./src/.agents" : "./node_modules/compound-workflow/src/.agents";
333
333
  const pathOverrides = {
334
334
  commands: `${pathsBase}/commands`,
335
335
  agents: `${pathsBase}/agents`,