Combined confidence scoring across evidence signals #111
Loading…
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?
Severity: MEDIUM
The problem
docs/circa-spec.md§10.6 defines cross-signal confidence: boost when signals agree, reduce whenthey conflict, cap derived evidence. Only per-row AI confidence exists; nothing computes a combined
score.
Consequence: the spec'd photo browser sort "by confidence ascending" — the main way to find the
photos that need attention — is impossible. The browser API currently supports only
statusandalbum_idfilters against the spec's date-range, confidence, and flag filters.Scope
Photoso sorting and filtering are cheap, updated through theprojection service.
review mode.
Done when
References
docs/circa-spec.md§10.6, §8.3