Skip to content

feat(orch): enforce pending todo completion before task finish#2841

Open
amitksingh1490 wants to merge 2 commits intomainfrom
todo-enforcer
Open

feat(orch): enforce pending todo completion before task finish#2841
amitksingh1490 wants to merge 2 commits intomainfrom
todo-enforcer

Conversation

@amitksingh1490
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions bot added the type: feature Brand new functionality, features, pages, workflows, endpoints, etc. label Apr 4, 2026
if !pending_todos.is_empty() {
let reminder = format!(
"You have {} pending todo items. Please complete them before finishing the task.",
pending_todos.len()
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of items send the formated pending list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: feature Brand new functionality, features, pages, workflows, endpoints, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant