bm-clawd
b5667f9b55
docs: Add UTM tracking to README links ( #611 )
2026-02-26 19:55:33 -06:00
phernandez
73413486bc
feat: merge search_by_metadata into search_notes with optional query
...
Make `query` optional in `search_notes` so it becomes the single search tool.
Remove `search_by_metadata` entirely — it was unreleased and redundant since
`search_notes` already supports `metadata_filters`, `tags`, and `status`.
- 🔧 `query` param is now `Optional[str] = None`
- 🛡️ Added None guards for project detection and URL resolution
- ✅ Added `no_criteria()` validation with helpful error message
- 🗑️ Deleted `search_by_metadata` tool, imports, tests, and contract entry
- 📝 Updated docs, README, and v0.19.0 release notes
Closes #605
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-25 13:30:42 -06:00
phernandez
0462a7d4ba
docs: add telemetry disclosure and opt-out instructions to README
...
Transparent about what we collect (promo/login events only), what we
don't (no PII, no file contents, no per-command tracking), and how
to opt out (BASIC_MEMORY_NO_PROMOS=1).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-24 19:52:56 -06:00
phernandez
56cefbaafd
add OSS discount code to README.md
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-21 22:28:13 -06:00
Paul Hernandez
bbe6c1e8f3
chore: add ty as supplemental type checker ( #594 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-20 20:14:46 -06:00
Paul Hernandez
30499a9f61
feat: Let stdio MCP honor per-project cloud routing ( #590 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 01:43:45 -06:00
Paul Hernandez
0cb3f95d67
feat: Add JSON output mode for BM MCP tools (default text) ( #585 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
2026-02-18 22:18:29 -06:00
phernandez
0239f4abb4
Simplify local/cloud routing and clarify project targeting
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-16 21:42:25 -06:00
Paul Hernandez
9259a7eb59
feat: min-similarity override, edit-note CLI, and strip-frontmatter ( #571 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 17:56:00 -06:00
Paul Hernandez
d84708ca7f
feat: add per-project local/cloud routing with API key auth ( #555 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 09:52:50 -06:00
Paul Hernandez
312662f382
feat: Add cloud discovery touchpoints to CLI and MCP ( #546 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-12 21:01:45 -06:00
Paul Hernandez
8072449a78
chore: Add fast feedback loop tooling ( #538 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-01 23:04:59 -06:00
Paul Hernandez
530cbac73f
feat: fast edit entities, refactors for webui, enhance search ( #532 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-31 15:16:52 -06:00
Paul Hernandez
8730067f3a
feat: Feature/517 local mcp cloud mode ( #522 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 19:51:49 -06:00
phernandez
f3c1aa895c
fix links in README.md to remove smithery badge
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-22 12:58:03 -06:00
phernandez
d978aba09b
fix links in README.md to remove glama.ai
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-22 12:56:33 -06:00
phernandez
2aaee734c9
fix links in README.md to point to basicmemory.com instead of basicmachines.co
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-22 12:53:18 -06:00
Drew Cain
7a502e6474
feat: Add MCP registry publication files ( #515 )
...
Signed-off-by: Drew Cain <groksrc@gmail.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-19 11:57:50 -06:00
Paul Hernandez
85835ae533
chore: Remove OpenPanel telemetry ( #514 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-18 22:24:27 -06:00
Paul Hernandez
856737fe3c
feat: add anonymous usage telemetry (Homebrew-style opt-out) ( #478 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-26 22:09:48 -06:00
Paul Hernandez
78673d8e51
chore: Cloud compatibility fixes and performance improvements ( #454 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-15 20:07:55 -06:00
Paul Hernandez
4a43d7df4a
remove logfire instrumentation
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-12-13 15:22:14 -06:00
Paul Hernandez
fb5e9e1d77
feat: Add PostgreSQL database backend support ( #439 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-20 11:20:29 -06:00
Paul Hernandez
a7e696b039
Add free trial information to README
...
Added information about a 7-day free trial.
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
2025-10-24 10:05:11 -05:00
Paul Hernandez
8aaddb6d45
Add free trial information to README
...
Added information about a 7-day free trial to the README.
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
2025-10-24 10:04:41 -05:00
Paul Hernandez
d7565312fc
Announce Basic Memory Cloud launch in README
...
Added a section announcing the launch of Basic Memory Cloud with details on cross-device support and early supporter pricing.
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
2025-10-24 09:53:14 -05:00
Paul Hernandez
c0538ad2dd
perf: Optimize sync/indexing for 43% faster performance ( #352 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-12 14:41:44 -05:00
Paul Hernandez
c6f93a0294
chore: v0.15.0 assistant guide ( #335 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-10-05 17:20:54 -05:00
Jonathan Nguyen
fc38877008
Fix: Corrected dead links in README ( #321 )
...
Signed-off-by: Jonathan Nguyen <74562467+jonathan-d-nguyen@users.noreply.github.com >
2025-10-03 10:23:16 -05:00
phernandez
63ae9ee0e4
docs: Re-implement external documentation improvements
...
- Fix typo: 'enviroment' -> 'environment' in CLAUDE.md
- Update HTTP links to HTTPS in README.md
- Add comprehensive VS Code integration instructions
- Maintain correct internal link references
All improvements re-implemented by Basic Machines team for clean IP ownership.
2025-08-08 15:31:04 -05:00
phernandez
0e78751d34
revert: Remove external documentation changes for clean IP
...
Reverting changes by:
- Ikko Eltociear Ashimine (typo fix)
- Jason Noble (HTTPS links)
- Matias Forbord (link fix)
- Marc Baiza (VS Code instructions)
Will be re-implemented by Basic Machines team for clean IP ownership.
2025-08-08 15:26:29 -05:00
Drew Cain
5360005122
feat: Add to cursor button ( #200 )
...
Signed-off-by: Drew Cain <groksrc@gmail.com >
2025-07-01 09:17:48 -05:00
Drew Cain
39f811f8b5
Update README.md
...
Added Homebrew instructions to README.md
Signed-off-by: Drew Cain <groksrc@users.noreply.github.com >
2025-06-26 21:51:14 -05:00
Paul Hernandez
3269a2f33a
feat: add Docker container support with volume mounting ( #131 )
...
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: phernandez <phernandez@users.noreply.github.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-19 19:57:30 -05:00
phernandez
3fdce683d7
Update README with new website and community links
...
- Add new main website: https://basicmemory.com
- Add Discord community: https://discord.gg/tyvKNccgqN
- Add YouTube channel: https://www.youtube.com/@basicmachines-co
- Reorganize links section for better clarity
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-06-15 10:37:24 -05:00
phernandez
782cb2df28
update README.md and CLAUDE.md docs
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-06-12 14:24:37 -05:00
Paul Hernandez
634486107b
feat: v0.13.0 pre ( #122 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-03 01:00:40 -05:00
Paul Hernandez
98622a7a47
Update README.md
...
fix example json for passing --project arg
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
2025-04-16 07:50:12 -05:00
Paul Hernandez
fa314b5d2b
Update README.md
...
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
2025-04-06 20:29:00 -05:00
Paul Hernandez
d2ac62a27c
Update README.md
...
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
2025-04-06 20:25:06 -05:00
Jason Noble
40ea28b0bf
docs: Updated basicmachines.co links to be https ( #69 )
2025-04-05 22:22:37 -05:00
Marc Baiza
43cbb7b38c
docs: Add VS Code instructions to README ( #76 )
2025-04-05 22:18:56 -05:00
Paul Hernandez
b27827671d
feat: rename search tool to search_notes ( #66 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-03-28 19:11:35 -05:00
Matias Forbord
3c68b7d5dd
docs: Update broken "Multiple Projects" link in README.md ( #55 )
2025-03-26 14:31:51 -05:00
phernandez
b26afa927f
docs: add mcp badge, update cli reference, llms-install.md
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-03-16 14:09:08 -05:00
phernandez
3806943f8c
add star history to README.md
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-03-16 11:24:08 -05:00
phernandez
88d193e0aa
Edig content in README.md
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-03-15 11:46:53 -05:00
phernandez
fa9175f049
Remove redundant info in README.md
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-03-15 11:45:28 -05:00
phernandez
7c787a413c
Simpify README.md, ONTRIBUTING.md
...
Signed-off-by: phernandez <paul@basicmachines.co >
2025-03-15 11:31:18 -05:00
Paul Hernandez
0fa1adf3b5
Update README.md
...
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com >
2025-03-15 11:17:29 -05:00