Skip to content

feat(templates): mark planner task list as already filtered#4

Merged
nicholasadamou merged 1 commit into
mainfrom
port/planner-prompt-already-filtered
May 15, 2026
Merged

feat(templates): mark planner task list as already filtered#4
nicholasadamou merged 1 commit into
mainfrom
port/planner-prompt-already-filtered

Conversation

@nicholasadamou
Copy link
Copy Markdown
Member

@nicholasadamou nicholasadamou commented May 15, 2026

Summary

Ports the sandcastle 0.5.8 prompt nudge: adds a single sentence to the parallel-planner and parallel-planner-with-review plan prompts noting that the task list is already filtered to work-ready tasks. Without it, the planner agent may independently re-query the tracker and pick up tasks outside the configured backlog filter.

Test plan

  • `pytest tests/unit tests/e2e` — 685 passed
  • `mypy --strict eden` — clean
  • `ruff check` + `ruff format --check` — clean

View in Codesmith
Need help on this PR? Tag @codesmith with what you need.

  • Let Codesmith autofix CI failures and bot reviews

Mirrors sandcastle 0.5.8: adds a short hint to the parallel-planner and
parallel-planner-with-review plan prompts so the planner agent does not
re-query the tracker and pull in tasks outside the configured filter.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

Warning

Rate limit exceeded

@nicholasadamou has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 15 minutes and 48 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 40f2092e-7c17-47f3-948d-93944e2cb027

📥 Commits

Reviewing files that changed from the base of the PR and between 67b803c and 90eed29.

📒 Files selected for processing (4)
  • eden/cli/_templates/parallel_planner.py
  • eden/cli/_templates/parallel_planner_with_review.py
  • tests/unit/test_cli_parallel_planner_template.py
  • tests/unit/test_cli_parallel_planner_with_review_template.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch port/planner-prompt-already-filtered

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nicholasadamou nicholasadamou merged commit 99979c7 into main May 15, 2026
10 checks passed
@nicholasadamou nicholasadamou deleted the port/planner-prompt-already-filtered branch May 15, 2026 00:06
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