archgraph-argo 0.1.0 → 0.3.0

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.
package/install-argo.ps1 CHANGED
@@ -34,9 +34,9 @@ $skillDest = Join-Path $SkillsRoot 'argo-init'
34
34
  Write-Host "[3/4] argo\skills\argo-init -> $skillDest"
35
35
  Copy-Tree -Source $skillSrc -Destination $skillDest
36
36
 
37
- $ruleSrc = Join-Path (Join-Path $argoDir 'rules') 'intent-architecture-global-rule.md'
38
- $ruleDest = Join-Path $PromptsRoot 'intent-architecture-global-rule.md'
39
- Write-Host "[4/4] argo\rules\intent-architecture-global-rule.md -> $ruleDest"
37
+ $ruleSrc = Join-Path (Join-Path $argoDir 'rules') 'archgraph.instructions.md'
38
+ $ruleDest = Join-Path $PromptsRoot 'archgraph.instructions.md'
39
+ Write-Host "[4/4] argo\rules\archgraph.instructions.md -> $ruleDest"
40
40
  New-Item -ItemType Directory -Force -Path $PromptsRoot | Out-Null
41
41
  Copy-Item -Force -Path $ruleSrc -Destination $ruleDest
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archgraph-argo",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
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": {