archgraph-argo 0.4.1 → 0.4.2

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/install-argo.ps1 +2 -0
  2. package/package.json +1 -1
package/install-argo.ps1 CHANGED
@@ -135,6 +135,8 @@ if ($SkipMcp) {
135
135
  type = 'stdio'
136
136
  command = 'node'
137
137
  args = @($argoServer)
138
+ cwd = '${workspaceFolder}'
139
+ env = [ordered]@{ ARGO_REPO_ROOT = '${workspaceFolder}' }
138
140
  }
139
141
 
140
142
  $config = [ordered]@{ servers = $servers }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archgraph-argo",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Deploy the ArchGraph ARGO toolchain, skills, and rules (schema, scripts, argo-init skill, global rule) with one command.",
5
5
  "license": "MIT",
6
6
  "bin": {