chore: .env.example -- add IGOR_RAG_COMMIT_DAYS, dedupe shift block #59
No reviewers
Labels
No labels
Agent
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
joshtronic/igor!59
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/env-example-rag-and-dedupe"
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?
Two fixes:
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.
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).