@hasna/accounts 0.1.7 → 0.1.9

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
@@ -115,7 +115,7 @@ Implementation details: [docs/IMPLEMENT.md](docs/IMPLEMENT.md).
115
115
  | `accounts hook install` | Install `claude()` wrapper — see [docs/hook.md](docs/hook.md). |
116
116
  | `accounts hook uninstall` | Remove hook script. |
117
117
  | `accounts hook path` | Print hook script path. |
118
- | `accounts agents` | List Claude agent sessions across **all** profiles (`claude agents` only shows the current account). `--background`, `--profile <name>`, `--json`. |
118
+ | `accounts agents` | List Claude agent sessions across **all** profiles, the default `~/.claude` dir, and untracked processes (`claude agents` only shows the current account). `--background`, `--profile <name>`, `--json`. |
119
119
  | `accounts detect <name>` | Re-detect email from config dir. |
120
120
  | `accounts doctor` | Check registry and dirs (exits 1 on errors). |
121
121