@sechroom/cli 2026.6.9 → 2026.6.10-rc.78b29b91

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.
Files changed (3) hide show
  1. package/README.md +1 -2
  2. package/dist/index.js +2092 -379
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -146,12 +146,11 @@ The CLI mirrors the sechroom MCP tool surface — every command is a thin wrappe
146
146
  | `continuity` | snapshot-create / -get · snapshots · resume-me / resume-lane · changed-since · load-set · grant / revoke-grant |
147
147
  | `id` | next / peek (FR-_/D-_ sequence allocation) |
148
148
  | `account` | profile / set-profile · feed · reviews / review-get / review-accept · lookup-batch |
149
- | `chat` | messages · replies · stop-tracking (Slack / Discord, via `--surface`) |
149
+ | `chat` | send · messages · replies · stop-tracking (Slack / Discord, via `--surface`) |
150
150
  | `worklog` · `lookup` | append · resolve any id |
151
151
 
152
152
  Notes on deliberate gaps (API-rooted, not CLI):
153
153
  - **No `memory delete`** — the API exposes no hard DELETE; `memory archive` is the soft-delete path.
154
- - **No `chat send`** — the unified `/chat/*` surface has no POST send endpoint yet, so the Slack/Discord *send* tools can't be wrapped. Reading works today; `send` lands once the route is added to the spec.
155
154
  - **`memory revert`** needs `--text` + `--content` — the revert endpoint doesn't reconstruct a version's body from its number; pull them from `memory versions` / `memory get` first.
156
155
 
157
156
  ## Onboarding (`init` / `setup`)