Skip to content

feat: enhance feature-flag-monitor with comprehensive agent prompt#75

Open
marcus wants to merge 1 commit intomainfrom
nightshift/feature-flag-monitor
Open

feat: enhance feature-flag-monitor with comprehensive agent prompt#75
marcus wants to merge 1 commit intomainfrom
nightshift/feature-flag-monitor

Conversation

@marcus
Copy link
Copy Markdown
Owner

@marcus marcus commented Mar 26, 2026

Summary

  • Replace the stub TaskFeatureFlagMonitor description with a detailed, multi-line agent prompt covering flag scanning (LaunchDarkly, Unleash, Flagsmith, OpenFeature, custom patterns), inventory building, lifecycle classification (new/active/fully-rolled-out/stale/dead), cleanup candidate detection, and naming consistency checks
  • Change category from CategoryMap to CategoryAnalysis since the task produces findings and actionable recommendations
  • Update DefaultInterval from 7 days to 3 days to match the CategoryAnalysis convention

Test plan

  • go build ./... passes
  • go test ./internal/tasks/... passes
  • go vet ./... passes

🤖 Generated with Claude Code


Automated by nightshift

Replace the stub description with a detailed, multi-line agent prompt
that instructs the agent to scan for feature flags across popular
frameworks, build a full inventory with lifecycle classification,
detect cleanup candidates, flag naming inconsistencies, and produce
a structured markdown report. Change category from Map to Analysis
since the task produces findings and actionable recommendations.

Nightshift-Task: feature-flag-monitor
Nightshift-Ref: https://github.com/marcus/nightshift

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant