Frontmatter
| id | 7376 |
| title | Define Hybrid API vs. Knowledge Base Workflow for Agent |
| state | Closed |
| labels | documentationenhancementhelp wantedgood first issuehacktoberfestai |
| assignees | kart-u |
| createdAt | Oct 5, 2025, 3:02 PM |
| updatedAt | Oct 24, 2025, 11:39 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7376 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | 7364 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 24, 2025, 11:39 AM |
Define Hybrid API vs. Knowledge Base Workflow for Agent

sure. Gemini input:
✦ This ticket is similar to the other documentation task (ticket-update-agent-ticket-creation-workflow.md).
Analysis
The task is to write a new strategic protocol in AGENTS.md. It needs to explain the concept of using ai:query for discovery and gh commands (like gh issue view) for verification.
A contributor working on this does not need to execute the gh commands themselves. They only need to understand the concept and write it down clearly. The existence of the gh CLI and its public documentation is enough information for them to formulate the workflow.
Conclusion
Yes, someone can start on this ticket immediately.
There are no technical blockers for this task. It is a documentation and workflow definition ticket that can be worked on in parallel with the other implementation tickets.

Hi @kart-u,
Thank you for your interest in this ticket during Hacktoberfest.
This ticket was for updating the AGENTS.md file with a new strategic protocol. The project's architecture and the agent's core workflow have evolved significantly since this ticket was created, making this specific protocol obsolete.
We're closing this ticket as it is no longer relevant. The upcoming rewrite of AGENTS.md (covered in #7630) will include a new, more streamlined workflow. Thanks again for your willingness to contribute!
The agent will have access to two sources of information for issues and PRs: the real-time GitHub API (via
gh) and the local, semantic-search-optimized knowledge base. To prevent confusion and ensure optimal performance, the agent needs a clear, documented strategy on when to use each. This ticket is to create that "Discover, then Verify" protocol.Acceptance Criteria
AGENTS.md.ai:query) for broad, contextual, or semantic searches (Discovery).gh) to get the real-time status (e.g., open/closed, assignees, labels) of a specific issue or PR that it has already discovered (Verification).