codebasesearch 0.1.16 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/.prd +0 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebasesearch",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
4
4
  "description": "Ultra-simple code search tool with Jina embeddings, LanceDB, and MCP protocol support",
5
5
  "type": "module",
6
6
  "bin": {
package/.prd DELETED
@@ -1,31 +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
- {
7
- "id": "3",
8
- "subject": "Test relative path display with real searches from different directories",
9
- "status": "pending",
10
- "description": "Execute real searches from root, nested directory, and different locations. Verify relative paths are displayed correctly in each case. Test with files at various depths.",
11
- "category": "feature",
12
- "effort": "medium",
13
- "blocking": [],
14
- "blockedBy": ["2"],
15
- "acceptance": [
16
- "Search from /config/code-search shows relative paths",
17
- "Search from /config shows paths like code-search/src/file.js",
18
- "Search from nested dir shows correct relative paths",
19
- "All file paths are correct and usable"
20
- ],
21
- "scenarios": [
22
- "Search from repository root",
23
- "Search from parent directory",
24
- "Search from nested directory within repo",
25
- "Files at root level vs deep nesting"
26
- ]
27
- }
28
- ],
29
- "completed": [],
30
- "notes": "Results constructed in search-worker.js, formatted in mcp.js. Path.relative() available via path module already imported in search-worker.js."
31
- }