Skip to content

feat(checkup): add interactive prompt checkup flags#1498

Open
Serhan-Asad wants to merge 1 commit into
mainfrom
goal-issue-1436-20260608211919
Open

feat(checkup): add interactive prompt checkup flags#1498
Serhan-Asad wants to merge 1 commit into
mainfrom
goal-issue-1436-20260608211919

Conversation

@Serhan-Asad

Copy link
Copy Markdown
Collaborator

Closes #1436.\n\n## Summary\n- Register --interactive, --apply, and --dry-run on pdd checkup.\n- Route .prompt targets into a new interactive checkup orchestrator.\n- Add guard/menu/no-write tests for interactive checkup behavior.\n\n## Validation\n- .venv/bin/python -c "from pdd.commands.checkup import checkup; p={x.name for x in checkup.params}; assert all(f in p for f in ['interactive','apply','dry_run']), f'Missing: {p}'"\n- .venv/bin/python -m pytest tests/test_checkup_interactive.py -v\n- .venv/bin/python -m pytest tests/test_agentic_checkup.py tests/test_checkup_pr_mode.py tests/test_checkup_review_loop.py --no-header -q\n\n## Notes\n- Implemented in isolated temp clone from locked GoalSpec for issue #1436.\n

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.

feat(checkup): CLI flags and interaction policy for interactive checkup

1 participant