mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
8d2e70cfc8
Signed-off-by: phernandez <paul@basicmachines.co> Co-authored-by: Claude <noreply@anthropic.com>
v0.15.0 Documentation Notes
This directory contains user-focused documentation notes for v0.15.0 changes. These notes are written from the user's perspective and will be used to update the main documentation site (docs.basicmemory.com).
Purpose
- Capture complete user-facing details of code changes
- Provide examples and migration guidance
- Serve as source material for final documentation
- Temporary workspace - will be removed after release docs are complete
Notes Structure
Each note covers a specific change or feature:
- What changed - User-visible behavior changes
- Why it matters - Impact and benefits
- How to use - Examples and usage patterns
- Migration - Steps to adapt (if breaking change)
Coverage
Based on v0.15.0-RELEASE-DOCS.md:
Breaking Changes
- explicit-project-parameter.md (SPEC-6: #298)
- default-project-mode.md
Configuration
- project-root-env-var.md (#334)
- basic-memory-home.md (clarify relationship with PROJECT_ROOT)
- env-var-overrides.md
Cloud Features
- cloud-authentication.md (SPEC-13: #327)
- cloud-bisync.md (SPEC-9: #322)
- cloud-mount.md (#306)
- cloud-mode-usage.md
Security & Performance
- env-file-removal.md (#330)
- gitignore-integration.md (#314)
- sqlite-performance.md (#316)
- background-relations.md (#319)
- api-performance.md (SPEC-11: #315)
Bug Fixes & Platform
- bug-fixes.md (13+ fixes including #328, #329, #287, #281, #330, Python 3.13)
Integrations
- chatgpt-integration.md (ChatGPT MCP tools, remote only, Pro subscription required)
AI Assistant Guides
- ai-assistant-guide-extended.md (Extended guide for docs site with comprehensive examples)
Usage
From docs.basicmemory.com repo, reference these notes to create/update:
- Migration guides
- Feature documentation
- Release notes
- Getting started guides