codebasesearch 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/.prd +0 -24
package/package.json
CHANGED
package/.prd
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"project": "code-search",
|
|
3
|
-
"objective": "Display relative file paths in search results from current working directory",
|
|
4
|
-
"created": "2026-03-05",
|
|
5
|
-
"items": [],
|
|
6
|
-
"completed": [
|
|
7
|
-
{
|
|
8
|
-
"id": "1",
|
|
9
|
-
"subject": "Add relative path computation to search-worker.js result mapping",
|
|
10
|
-
"status": "completed"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"id": "2",
|
|
14
|
-
"subject": "Update mcp.js output formatting to display relative paths",
|
|
15
|
-
"status": "completed"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"id": "3",
|
|
19
|
-
"subject": "Test relative path display with real searches from different directories",
|
|
20
|
-
"status": "completed"
|
|
21
|
-
}
|
|
22
|
-
],
|
|
23
|
-
"notes": "All work complete. Search results now display relative paths computed from repositoryPath to absolute file paths. Paths are easy to locate from the directory where the search command runs."
|
|
24
|
-
}
|