Frontmatter
| id | 8458 |
| title | Integrate Knowledge Base Upload into Publish Release Workflow |
| state | Closed |
| labels | enhancementaibuild |
| assignees | tobiu |
| createdAt | Jan 9, 2026, 11:54 AM |
| updatedAt | Jan 9, 2026, 11:57 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8458 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 9, 2026, 11:57 AM |
Integrate Knowledge Base Upload into Publish Release Workflow
tobiu assigned to @tobiu on Jan 9, 2026, 11:55 AM

tobiu
Jan 9, 2026, 11:55 AM
Input from Gemini 3 Pro:
✦ Implemented the integration of
uploadKnowledgeBase.mjsinto thepublishRelease.mjsworkflow. Removed the redundantai:upload-kbscript frompackage.json. The knowledge base upload will now occur automatically after the GitHub release is created.
tobiu closed this issue on Jan 9, 2026, 11:57 AM
Integrate
buildScripts/uploadKnowledgeBase.mjsinto thebuildScripts/publishRelease.mjsworkflow. This ensures the ChromaDB knowledge base artifact is automatically zipped and uploaded to every GitHub release. Also remove the standaloneai:upload-kbscript frompackage.jsonas it will be part of the automated process.