Skip to content

feat(agent): add repository star range filters - #83

Merged
NianJiuZst merged 1 commit into
NianJiuZst:mainfrom
kesmeey:feat/repository-star-range-upstream
Jun 29, 2026
Merged

feat(agent): add repository star range filters#83
NianJiuZst merged 1 commit into
NianJiuZst:mainfrom
kesmeey:feat/repository-star-range-upstream

Conversation

@kesmeey

@kesmeey kesmeey commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add --min-stars and --max-stars filters to agent, daily, scout, and machine flows.
  • Apply the configured star range to fresh GitHub Search results and cached issue candidates.
  • Return the effective star range in machine scout metadata and document CLI usage.

Why

This lets users tune issue discovery by repository size. For example, they can focus on mature projects with --min- stars 100, or intentionally search smaller repositories with --min-stars 0 --max-stars 50.

Validation

  • bun run check
  • bun run typecheck
  • bun run build
  • bun test

@NianJiuZst
NianJiuZst self-requested a review June 26, 2026 14:29
@NianJiuZst

Copy link
Copy Markdown
Owner

Great idea! I'll merge this PR after a quick review.

@NianJiuZst
NianJiuZst merged commit 33b2a0b into NianJiuZst:main Jun 29, 2026
2 checks passed
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.

2 participants