@leeovery/claude-technical-workflows 2.0.32 → 2.0.33

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
  description: Start a specification session from existing discussions. Discovers available discussions, offers consolidation assessment for multiple discussions, and invokes the technical-specification skill.
3
- allowed-tools: Bash(../../scripts/specification-discovery.sh), Bash(mkdir -p docs/workflow/.cache), Bash(rm docs/workflow/.cache/discussion-consolidation-analysis.md)
3
+ allowed-tools: Bash(.claude/scripts/specification-discovery.sh), Bash(mkdir -p docs/workflow/.cache), Bash(rm docs/workflow/.cache/discussion-consolidation-analysis.md)
4
4
  ---
5
5
 
6
6
  Invoke the **technical-specification** skill for this conversation.
@@ -35,7 +35,7 @@ Follow these steps EXACTLY as written. Do not skip steps or combine them. Presen
35
35
  Run the discovery script to gather current state:
36
36
 
37
37
  ```bash
38
- ../../scripts/specification-discovery.sh
38
+ .claude/scripts/specification-discovery.sh
39
39
  ```
40
40
 
41
41
  This outputs structured YAML. Parse it to understand:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leeovery/claude-technical-workflows",
3
- "version": "2.0.32",
3
+ "version": "2.0.33",
4
4
  "description": "Technical workflow skills & commands for Claude Code",
5
5
  "license": "MIT",
6
6
  "author": "Lee Overy <me@leeovery.com>",