~bigbes/agents-dev · memory

main · last commit 13 days ago · 7g0stsfu

Clear
9 entries sort: slug · age

yonote-live-api-bigbes-yonote-ru-1-47

written 29 days ago · eefkdm0u

Yonote live API (bigbes.yonote.ru 1.47.1, verified 2026-07-19): comments generate NO audit events (events.list has only documents.*/revisions.create/collections.create kinds) and the events.list 'name' filter is silently ignored — any comment-driven feature must sweep comments.list per doc (documents.list per collection), not read events. events.list default order is newest-first, offset pages into the past. The agent-hub Q&A loop (ah-ptu) uses the sweep design for exactly this reason; do not 'optimize' it back to events.list. Also: comments.create takes entityType:'document'+entityId (not documentId), and comments.resolve is a set-state toggle REQUIRING isResolved:true in the body — bare {id} 400s invalid_type (fixed in agents-dev 2720611).