snow-flow 4.5.27 → 4.5.29

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/CLAUDE.md +5 -0
  2. package/package.json +1 -1
package/CLAUDE.md CHANGED
@@ -94,6 +94,11 @@ User: "Create agent workspace"
94
94
  3. **User says "Custom script for Z"** → Scripts are appropriate
95
95
  4. **User says "Check/verify/test"** → Scripts for verification are good
96
96
 
97
+ **🎯 Workspace Feature Development:**
98
+ - **"Create workspace list"** → Use `snow_create_uib_component` (list component) + `snow_create_uib_data_broker`
99
+ - **"Add workspace tab"** → Use `snow_create_uib_page` + `snow_add_uib_page_element`
100
+ - **"Configure workspace panel"** → Use `snow_create_uib_component` + `snow_add_uib_page_element`
101
+
97
102
  ### The Verification-First Approach
98
103
 
99
104
  ```javascript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "4.5.27",
3
+ "version": "4.5.29",
4
4
  "description": "Conversational ServiceNow development platform using Claude Code. Multi-agent orchestration with 20+ MCP servers providing 200+ ServiceNow tools for comprehensive platform development.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",