-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestpriority:lowNice to have, low urgencyNice to have, low urgency
Description
Finding
Users who built their binary 3 months ago have stale embedded discussion corpus.
The binary has no way to tell the AI client how old its seed data is.
Fix
Add to cmd/bluefin-mcp/main.go:
var buildDate = "unknown" // -ldflags "-X main.buildDate=2025-03-20"Include in all search_discussions responses:
{"results": [...], "corpus_date": "...", "build_date": "..."}Also update Justfile to pass -ldflags at build time.
Labels: enhancement, priority:low
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:lowNice to have, low urgencyNice to have, low urgency