docs: update CLAUDE.md#33
Merged
phernandez merged 1 commit intobasicmachines-co:mainfrom Mar 24, 2025
eltociear:patch-1
Merged
Conversation
enviroment -> environment Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
phernandez
added a commit
that referenced
this pull request
Feb 28, 2026
Fixes issues #29 and #33 from openclaw-basic-memory. 🔧 Identifier resolution (#33): - Router used get_by_permalink() which only matched exact permalinks. Replaced with link_resolver.resolve_link() so titles, paths, and fuzzy matches work consistently with other tools like read_note. - Set total_entities=1 and total_notes=len(results) on single-note path for consistency with batch path. - Guards for "no notes" and "no schema" now fire for identifier-based validation too, not just note_type-based. 🎨 Text rendering (#29): - Tool returned raw Pydantic model which LLMs rendered as "undefined — invalid". Now returns pre-formatted markdown. - Router uses entity.title (with permalink fallback) as note_identifier for human-readable output in both text and JSON modes. - JSON output (output_format="json") unchanged for CLI compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
enviroment -> environment