fix: add tool use doc to write note for using empty string or "/" for root folder - #339
Conversation
Signed-off-by: phernandez <paul@basicmachines.co>
|
Claude finished @phernandez's task —— View job PR #339 Code ReviewI've reviewed this PR against the Basic Memory team checklist. This is a small documentation improvement to clarify how to use the Change SummaryThe PR updates the docstring for the Modified: # Before:
folder: Folder path relative to project root where the file should be saved.
Use forward slashes (/) as separators. Examples: "notes", "projects/2025", "research/ml"
# After:
folder: Folder path relative to project root where the file should be saved.
Use forward slashes (/) as separators. Use empty string ("") to write to project root.
Examples: "notes", "projects/2025", "research/ml", "" (root)Code Quality & Standards ✅
Testing & Documentation ✅
Basic Memory Architecture ✅
Security & Performance ✅
Review SummaryRecommendation: ✅ Approve This is a helpful documentation improvement that makes the Strengths:
Observations:
No issues found. This PR is ready to merge. Branch: |
Users reported that folder="/" doesn't work for writing to project root. The validate_project_path() function was blocking "/" before sanitization. Changes: - Normalize "/" to "" before path validation in write_note tool - Update documentation to show both "/" and "" work for root - Add test case verifying "/" works as root folder path 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @phernandez's task —— View job PR #339 Code ReviewI've reviewed this PR against the Basic Memory team checklist. This PR adds documentation and support for using "/" as an alias for the project root folder in Summary of ChangesModified:
Modified:
Code Quality & Standards ✅
Testing & Documentation ✅
Basic Memory Architecture ✅
Security & Performance ✅
Review Findings✅ Recommendation: Approve This is a well-implemented enhancement that makes the Strengths:
Technical Details:
No issues found. This PR is ready to merge. Branch: |
No description provided.