[docs] hero_indexer docs/specs.md advertises methods missing from dispatcher #21
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_indexer#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
hero_indexer/docs/specs.mdadvertises methods that are not present in the actual JSON-RPC dispatcher. Either the spec is aspirational (then mark planned/unimplemented) or the handlers are missing (then implement). Pick one source of truth before agent / docs grounding diverges from code.Source
docs/specs.mdadvertises:doc.updateindex.mergesearch.explaincrates/hero_indexer_server/src/server/handlers.rs:42-66— does not dispatch any of these.Why this matters
docs_hero Phase 1 grounds the AI Assistant on capability pages. If the page references
doc.updatebecausespecs.mdclaims it, the agent will hallucinate that method to users. Same risk for any third party reading the spec to integrate.Proposed fix
Pick one:
Severity
Low (docs accuracy + agent hallucination risk).
Cross-refs
hero_indexerdiscardsX-Hero-Context, this session)Spotted during docs_hero Phase 1 source-grounded read (session 52). Reconciliation memo:
memory/investigation_roadmap_reconciliation.md.