File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,25 +77,6 @@ SQLite Database (Index)
77773 . Files are parsed and indexed in SQLite
78784 . MCP server exposes indexed data to AI
79795 . AI can query, traverse, and update knowledge graph
80-
81- ### Version 0.15.0 Changes
82-
83- ** Breaking Change: Stateless Architecture**
84- - All MCP tools now require explicit ` project ` parameter
85- - No implicit project context carried between calls
86- - Exception: ` default_project_mode ` config option enables fallback
87-
88- ** Three-Tier Project Resolution** :
89- 1 . CLI constraint: ` --project name ` flag (highest priority)
90- 2 . Explicit parameter: ` project="name" ` in tool calls
91- 3 . Default mode: ` default_project_mode=true ` in config (fallback)
92-
93- ** Why This Matters** :
94- - More predictable behavior across sessions
95- - Explicit project selection prevents errors
96- - Multi-project workflows more reliable
97- - Single-project users can enable default mode for convenience
98-
9980---
10081
10182## Project Management
You can’t perform that action at this time.
0 commit comments