sf-agentpmd 0.1.1 → 0.1.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.
@@ -125,7 +125,7 @@
125
125
  "agentpmd:install-skill": {
126
126
  "aliases": [],
127
127
  "args": {},
128
- "description": "Recursively copies the bundled skill tree (SKILL.md plus its references/\npages) to ~/.claude/skills/agentforcepmd/ so Claude Code can use it as a\nskill. Restart Claude Code (or reload skills) afterward to activate it.",
128
+ "description": "Recursively copies the bundled skill tree (SKILL.md plus its references/\npages) to ~/.claude/skills/agentforcepmd/ so Claude Code can use it as a\nskill. Any existing install at that path (including a dev symlink into a\ncheckout) is replaced. Restart Claude Code (or reload skills) afterward.",
129
129
  "examples": [
130
130
  "$ sf agentpmd install-skill"
131
131
  ],
@@ -164,5 +164,5 @@
164
164
  ]
165
165
  }
166
166
  },
167
- "version": "0.1.1"
167
+ "version": "0.1.2"
168
168
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sf-agentpmd",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "SF CLI plugin: McCabe cyclomatic complexity and Agent LOC analysis for AgentScript (.agent) bundles.",
5
5
  "license": "MIT",
6
6
  "author": "Bobby White",