You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/doc_index_workspace.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
This tool doesn't query the search API. Instead, it triggers the internal **Indexer Service Pipeline**.
10
10
11
-
1.**Resolution phase**: Resolves the exact boundaries of the Git repository based on `file_path`.
11
+
1.**Resolution phase**: Validates the strictly provided `workspace_root` parameter, checks boundaries & dependencies, and enforces an AI confirmation sequence via the `confirm: true` parameter rule before proceeding.
Message: fmt.Sprintf("Workspace detected successfully at '%s'. \nVerify this is the correct top-level folder! \n\nCall the tool again passing \"confirm\": true alongside the 'workspace_root' to begin indexing.", wctx.Root),
Message: fmt.Sprintf("🚀 Indexing started for workspace '%s'. The process is running in the background. You can use rag_search immediately - results will appear as indexing progresses.", wctx.Root),
121
+
Message: fmt.Sprintf("🚀 Indexing started for validated workspace '%s'. The nested constraints were processed and cleanup checks triggered.", wctx.Root),
0 commit comments