Frontmatter
| id | 9813 |
| title | Refactor Knowledge Base Ingestion to Target Active Swarm State |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Apr 9, 2026, 11:22 AM |
| updatedAt | Apr 9, 2026, 11:25 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9813 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9811 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2026, 11:25 AM |
Refactor Knowledge Base Ingestion to Target Active Swarm State
Closedenhancementaiarchitecture
tobiu added parent issue #9811 on Apr 9, 2026, 11:23 AM
tobiu assigned to @tobiu on Apr 9, 2026, 11:25 AM

tobiu
Apr 9, 2026, 11:25 AM
Successfully implemented the DiscussionSource.mjs logic and refactored TicketSource.mjs to ingest the active resources/content state instead of the deprecated ISSUE_ARCHIVE. Native semantic search is now fully restored.
tobiu closed this issue on Apr 9, 2026, 11:25 AM
tobiu cross-referenced by #9811 on Apr 9, 2026, 11:26 AM
Strategic Context
The
knowledge-baseserver's semantic searchtype: 'ticket'is returning 0 results because it is pointing to a legacy, deprecated directory (.github/ISSUE_ARCHIVE). This blinds LLM agents from actively querying ongoing architectural discussions and sub-tasks.Architectural Reality
ai/mcp/server/knowledge-base/source/TicketSource.mjs: Must be repointed toresources/content/issuesandresources/content/issue-archive.ai/mcp/server/knowledge-base/source/DiscussionSource.mjs: Needs to be created to targetresources/content/discussionsand ingested viaDatabaseService.mjsETL pipeline.