Implement tier classification (small/medium/large/xlarge) #18

Open
opened 2026-04-06 22:28:17 +00:00 by archeious · 0 comments
Owner

After dir loops complete, measure dir_count and file_count and classify into a tier:

Tier dir_count file_count
small < 5 < 30
medium 5–30 30–300
large 31–150 301–1500
xlarge > 150 > 1500

Thresholds configurable. Tier stored in investigation state and used by synthesis.

After dir loops complete, measure `dir_count` and `file_count` and classify into a tier: | Tier | dir_count | file_count | |---|---|---| | small | < 5 | < 30 | | medium | 5–30 | 30–300 | | large | 31–150 | 301–1500 | | xlarge | > 150 | > 1500 | Thresholds configurable. Tier stored in investigation state and used by synthesis.
archeious added this to the Phase 5: Scale-Tiered Synthesis milestone 2026-04-06 22:28:17 +00:00
archeious added this to the Agentic Investigation Engine project 2026-04-06 22:33:56 +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#18
No description provided.