Add confidence fields to file and dir cache schemas #1

Closed
opened 2026-04-06 22:26:54 +00:00 by archeious · 0 comments
Owner

Add confidence (float 0.0–1.0) and confidence_reason (str) to both file and dir cache entry schemas in cache.py.

File cache schema addition:

confidence: float        # 0.0–1.0
confidence_reason: str   # why confidence is low, if below ~0.7

Same fields added to dir entries. No behavior change yet — just schema instrumentation.

Add `confidence` (float 0.0–1.0) and `confidence_reason` (str) to both file and dir cache entry schemas in `cache.py`. File cache schema addition: ``` confidence: float # 0.0–1.0 confidence_reason: str # why confidence is low, if below ~0.7 ``` Same fields added to dir entries. No behavior change yet — just schema instrumentation.
archeious added this to the Phase 1: Confidence Tracking milestone 2026-04-06 22:26:54 +00:00
archeious added this to the Agentic Investigation Engine project 2026-04-06 22:33:52 +00:00
Sign in to join this conversation.
No labels
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: archeious/luminos#1
No description provided.