Skip to content

Commit 3e5c0e1

Browse files
groksrcclaude
andcommitted
changelog: drop bm_import from follow-ups, note the eval
After evaluating bm_import: no new capability over read_file + bm_write (now that #4 added project_id routing). Adding it would burn a tool slot for what's already a clean two-call composition. Documenting the read → write pattern in SKILL.md is the better fix. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9f7bc08 commit 3e5c0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1111
- **`bm_projects` and `bm_workspaces` agent tools.** Promotes the discovery logic previously available only as `/bm-project` and `/bm-workspace` slash commands to agent-facing tools. `bm_projects` returns JSON with `name` and `external_id` (UUID) per project so the agent can hand the UUID to `bm_write` / `bm_read` / etc. via `project_id` — the unambiguous form across cloud workspaces. `bm_workspaces` lists BM Cloud workspaces (name, type, role, default flag). Together with per-call routing, these unblock the workflow Drew's friction note flagged: agent picks the right project + workspace before writing, instead of silently operating against the active Hermes memory project.
1212

1313
### Notes
14-
- First two of four planned improvements from a real-world friction note ("Hermes Basic Memory Cloud Task Experience"). Follow-ups: add a `bm_import` tool for file-on-disk → BM-note in one call; update SKILL.md with the worked discovery → route → write → verify workflow.
14+
- Addresses the routing and discovery friction in the real-world note "Hermes Basic Memory Cloud Task Experience." A SKILL.md update with the worked discovery → route → write → verify workflow is the remaining follow-up. A proposed `bm_import` tool was evaluated and dropped — `read_file` + `bm_write` already composes the same operation with no new capability, at the cost of one more tool in the surface.
1515
- The slash commands `/bm-project` and `/bm-workspace` still exist and behave identically — they continue to call `list_memory_projects` / `list_workspaces` directly via the actor. No behavior change for human use.
1616

1717
## [0.2.0] — 2026-05-11

0 commit comments

Comments
 (0)