Frontmatter
| id | 7266 |
| title | Explore and Implement Test File Indexing in Knowledge Base |
| state | Open |
| labels | enhancementno auto closeai |
| assignees | tobiu |
| createdAt | Sep 27, 2025, 2:05 PM |
| updatedAt | Nov 4, 2025, 11:56 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7266 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
Explore and Implement Test File Indexing in Knowledge Base
Openenhancementno auto closeai

Once all unit tests have been migrated to the Playwright runner, their value as documentation can be amplified by making them searchable. This task is to explore the best method for including the Playwright test files (
*.spec.mjs) in the ChromaDB knowledge base and to implement the chosen solution.Acceptance Criteria
ai:build-kbscript to determine how to include.spec.mjsfiles.npm run ai:querycan successfully return results from within the test files.