epismo 1.8.1 → 1.9.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/README.md CHANGED
@@ -44,6 +44,7 @@ epismo login
44
44
  epismo workspace list
45
45
  epismo workspace use acme # optional: save a default workspace by ID or handle
46
46
  epismo --workspace acme playbook search onboarding
47
+ epismo playbook resource list --kind cli
47
48
  epismo playbook init --title Onboarding > playbook.json
48
49
  epismo playbook create --definition @playbook.json
49
50
  ```
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epismo",
3
- "version": "1.8.1",
3
+ "version": "1.9.0",
4
4
  "description": "Dependency-free CLI for discovering, authoring, and coordinating reusable AI Playbooks.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",