Commit Graph

1 Commits

Author SHA1 Message Date
claude[bot] fa594a0d29 feat: Add downloadable Basic Memory tool reference project
Create a comprehensive Basic Memory knowledge graph project that users can
download and import to explore MCP tool documentation.

Features:
- Complete project structure with frontmatter, observations, and relations
- 4 detailed tool reference files (write_note, read_note, search_notes, build_context)
- 2 category guides (Content Management, Search & Discovery)
- Main index file connecting all entities
- Comprehensive README with usage instructions
- Python script to generate additional tools

Structure follows Basic Memory format:
- YAML frontmatter with title, type, permalink, tags
- Observations with [category] syntax
- Relations using [[Entity]] wikilinks
- Knowledge graph connections between tools

Users can:
1. Import into existing projects
2. Create new dedicated tool-reference project
3. Browse in any markdown editor
4. Navigate via search_notes, build_context, read_note
5. Use as template for LLM instructions

Resolves #404

Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>
2025-10-28 00:30:50 +00:00