@staff0rd/assist 0.516.1 → 0.516.2

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
@@ -183,6 +183,9 @@ Backlog item ids are written and displayed in an `a`-prefixed form (e.g. item 55
183
183
  - `assist run add` - Add a new run configuration to assist.yml and create a Claude command file
184
184
  - `assist run link <path> --prefix <prefix>` - Link run configurations from another project's assist.yml
185
185
  - `assist run remove <name>` - Remove a run configuration and delete its Claude command file
186
+
187
+ A run entry's relative `cwd` (and a `link` path) resolves against the **repo root** - the directory holding `assist.yml` or `.claude/`, or the enclosing git repository when the repo has no project config at all (entries coming only from a `repos:` override in `~/.assist.yml`). The base does not shift with which config file the entry came from. A resolved `cwd` that does not exist fails with `run config "<name>": cwd <path> does not exist` rather than a `spawn <command> ENOENT`, and the daemon logs that reason when a `run:` session errors.
188
+
186
189
  - `assist config get <key>` - Get a config value. Secret values (`database.url`, `roam.*` tokens, `sql.connections[].password`, `seq.connections[].apiToken`) print as `<hidden>`; `--reveal` prints the raw value undecorated for command substitution and always needs an explicit permission prompt (the CLI hook never auto-approves it). An unset key still reports `Key "<key>" is not set`
187
190
  - `assist config list` - List all config values, with secret values shown as `<hidden>` (no reveal option)
188
191
  - `assist config set <key> <value>` - Set a config value. `--global` writes to `~/.assist.yml`; `-g --repo [name]` writes a per-repo override there. The confirmation line and any validation error mask secret values