@kitelev/exocortex-cli 16.185.4 → 16.185.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 +0 -15
- package/dist/index.js +207 -210
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -335,21 +335,6 @@ npx @kitelev/exocortex-cli resolve a1b2 --partial --format path --vault ~/vault
|
|
|
335
335
|
| `--output <type>` | `text` | Response format: `text` or `json` (for MCP tools) |
|
|
336
336
|
| `--partial` | off | Match partial UUIDs (returns all matches) |
|
|
337
337
|
|
|
338
|
-
### recover
|
|
339
|
-
|
|
340
|
-
Detect and recover orphaned `claude-child` tmux sessions. A session is orphaned when its corresponding vault task is not in Doing status. Default mode is dry-run.
|
|
341
|
-
|
|
342
|
-
```bash
|
|
343
|
-
npx @kitelev/exocortex-cli recover --vault ~/vault-2025
|
|
344
|
-
npx @kitelev/exocortex-cli recover --apply --vault ~/vault-2025
|
|
345
|
-
```
|
|
346
|
-
|
|
347
|
-
| Option | Default | Description |
|
|
348
|
-
| ---------------- | ------------------------------------ | -------------------------------------------------------- |
|
|
349
|
-
| `--vault <path>` | `$EXOCORTEX_VAULT` or `~/vault-2025` | Path to Obsidian vault |
|
|
350
|
-
| `--dry-run` | — | List orphans without applying changes (default behavior) |
|
|
351
|
-
| `--apply` | off | Apply recovery: set Failed + kill the tmux session |
|
|
352
|
-
|
|
353
338
|
### scaffold
|
|
354
339
|
|
|
355
340
|
Scaffold homoiconic configuration assets. Currently exposes one subcommand, `validation-settings`, which materializes the four validation-check `setting__Setting` instances (`uid-uniqueness=true`, the rest `false`) co-located in the chosen ontology's folder, so `validate vault` has an enabled-set to read (RFC f402002b).
|