archgraph-argo 0.4.0 → 0.4.1

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 +0 -2
  2. package/package.json +1 -1
package/install-argo.ps1 CHANGED
@@ -135,8 +135,6 @@ if ($SkipMcp) {
135
135
  type = 'stdio'
136
136
  command = 'node'
137
137
  args = @($argoServer)
138
- cwd = '${workspaceFolder}'
139
- env = [ordered]@{ ARGO_REPO_ROOT = '${workspaceFolder}' }
140
138
  }
141
139
 
142
140
  $config = [ordered]@{ servers = $servers }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archgraph-argo",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
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": {