feat: PDD enhancement for #1120#1126
Closed
prompt-driven-github[bot] wants to merge 2 commits into
Closed
Conversation
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Collaborator
|
Closing because this run used the Gemini path. The work should be rerun cleanly with the intended Opus model. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds budget control via issue comments for GitHub App-triggered PDD runs, allowing users to set total, per-node, and max budget caps and view current settings.
Closes #1120
Changes Made
Prompts Modified
pdd/prompts/agentic_architecture_orchestrator_python.prompt- Added budget initialization and reportingpdd/prompts/agentic_bug_orchestrator_python.prompt- Added budget initialization and reportingpdd/prompts/agentic_change_orchestrator_python.prompt- Added budget initialization and reportingpdd/prompts/agentic_common_python.prompt- AddedBudgetConfigand parsing logicpdd/prompts/agentic_split_orchestrator_python.prompt- Added budget initialization and reportingpdd/prompts/agentic_sync_python.prompt- Added budget initialization and reportingpdd/prompts/agentic_sync_runner_python.prompt- Added budget initialization and reportingpdd/prompts/agentic_test_orchestrator_python.prompt- Added budget initialization and reportingpdd/prompts/cli_python.prompt- Added budget command line argumentspdd/prompts/durable_sync_runner_python.prompt- Added budget initialization and reportingpdd/prompts/server/jobs_python.prompt- Added real-time budget enforcement monitoringpdd/prompts/server/models_python.prompt- Added budget fields to job modelspdd/prompts/server/routes/commands_python.prompt- Added budget update endpointpdd/prompts/track_cost_python.prompt- Added job-specific cost trackingDocumentation Updated
README.md- Added budget control documentationdocs/TUTORIALS.md- Added budget control examplesdocs/faq.md- Added budget control sectiondocs/prompting_guide.md- Added budget control detailsdocs/whitepaper.md- Added budget control architectural overviewNone— Step 10 ASSOCIATED_DOCS_CONFLICTS, manual edit neededReview Checklist
Next Steps After Merge
Created by pdd change workflow