epismo 0.4.2 → 0.4.4
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Epismo CLI
|
|
2
2
|
|
|
3
|
-
GitHub made code reusable. Hugging Face made models reusable. Epismo makes
|
|
3
|
+
GitHub made code reusable. Hugging Face made AI models reusable. Epismo makes agent workflows reusable.
|
|
4
4
|
|
|
5
5
|
Capture how you got your best results — not just the output — and share them as executable workflows that agents and humans can discover, adapt, and run across projects.
|
|
6
6
|
|
|
@@ -174,11 +174,13 @@ Browse skills: https://github.com/epismoai/skills
|
|
|
174
174
|
All commands resolve workspace automatically — there is no per-command `--workspace-id` flag.
|
|
175
175
|
|
|
176
176
|
**Interactive / development use:**
|
|
177
|
+
|
|
177
178
|
- `epismo workspace use --workspace-id <id>` — save a default workspace for all commands
|
|
178
179
|
- `epismo workspace clear` — revert to personal space
|
|
179
180
|
- `epismo workspace current` — show the saved default (reads local config only, no network)
|
|
180
181
|
|
|
181
182
|
**CI/CD use:**
|
|
183
|
+
|
|
182
184
|
- Issue a workspace-scoped token once, then set it as `EPISMO_TOKEN`:
|
|
183
185
|
|
|
184
186
|
```bash
|
|
@@ -196,6 +198,7 @@ export EPISMO_TOKEN=<accessToken>
|
|
|
196
198
|
```
|
|
197
199
|
|
|
198
200
|
**Workspace resolution order:**
|
|
201
|
+
|
|
199
202
|
1. Workspace embedded in `EPISMO_TOKEN` (when token was issued with `epismo token create --workspace-id`)
|
|
200
203
|
2. Saved default from `epismo workspace use` (interactive sessions)
|
|
201
204
|
3. Personal space (fallback when no workspace is configured)
|