chore: .env.example -- add IGOR_RAG_COMMIT_DAYS, dedupe shift block #59

Merged
joshtronic merged 1 commit from chore/env-example-rag-and-dedupe into master 2026-05-21 19:43:59 +00:00
Owner

Two fixes:

  1. Add IGOR_RAG_COMMIT_DAYS to the example with the same comment
    pattern as the other knobs. Defaults to 30 days; smaller =
    faster rebuild + smaller index, larger = more historical context.
    Slots in after IGOR_STATE_DIR since both are state-shape knobs.

  2. The shift window block had the variable names twice -- once as
    inline examples inside the comment ("IGOR_SHIFT_START=0",
    "IGOR_SHIFT_END=6") and again as trailing empty placeholders
    below. Collapsed to a single set of example lines with realistic
    values matching what's actually in use (2am-6am).

Two fixes: 1. Add IGOR_RAG_COMMIT_DAYS to the example with the same comment pattern as the other knobs. Defaults to 30 days; smaller = faster rebuild + smaller index, larger = more historical context. Slots in after IGOR_STATE_DIR since both are state-shape knobs. 2. The shift window block had the variable names twice -- once as inline examples inside the comment ("IGOR_SHIFT_START=0", "IGOR_SHIFT_END=6") and again as trailing empty placeholders below. Collapsed to a single set of example lines with realistic values matching what's actually in use (2am-6am).
chore: .env.example -- add IGOR_RAG_COMMIT_DAYS, dedupe shift block
All checks were successful
Lint / check-sync (push) Successful in 4s
Lint / check-sync (pull_request) Successful in 4s
536076a6ff
Two fixes:

1. Add IGOR_RAG_COMMIT_DAYS to the example with the same comment
   pattern as the other knobs. Defaults to 30 days; smaller =
   faster rebuild + smaller index, larger = more historical context.
   Slots in after IGOR_STATE_DIR since both are state-shape knobs.

2. The shift window block had the variable names twice -- once as
   inline examples inside the comment ("IGOR_SHIFT_START=0",
   "IGOR_SHIFT_END=6") and again as trailing empty placeholders
   below. Collapsed to a single set of example lines with realistic
   values matching what's actually in use (2am-6am).
joshtronic deleted branch chore/env-example-rag-and-dedupe 2026-05-21 19:43:59 +00:00
Sign in to join this conversation.
No reviewers
No milestone
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
joshtronic/igor!59
No description provided.