@jiggai/recipes 0.3.4 → 0.3.6

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/README.md CHANGED
@@ -180,7 +180,6 @@ Most users should focus on:
180
180
  - Daily shipping/pull requests of ClawRecipes features
181
181
  - Improve recipes with more detailed agent files
182
182
  - Add ability to install skills for agents through ClawKitchen
183
- - Integrate ClawKitchen with ClawMarket to pull new recipes
184
183
 
185
184
  ## License
186
185
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiggai/recipes",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "ClawRecipes plugin for OpenClaw (markdown recipes -> scaffold agents/teams)",
5
5
  "main": "index.ts",
6
6
  "type": "commonjs",