What problem does it solve? Maintainers of the NemoClaw repository need a repeatable start-of-day routine to decide what ships today: ranking the open backlog, picking the next patch version, catching items that slipped from previous releases, and labeling the chosen work so the daily release flow can begin. ## Core Features & Use Cases - Version Targeting: Computes the next patch version from git tags and surfaces stragglers still carrying older version labels. - Backlog Triage: Ranks open PRs using Project 199 Priority, review state, CI status, and risky-area scoring, including urgent security PRs. - Labeling and Planning: Applies the target version label to confirmed PRs and issues via the GitHub CLI, saves the queue to state, and outputs a daily plan table. - Use Case: A maintainer starts the workday, runs the morning standup, reviews the ranked queue, confirms which items target v0.0.8, and receives a plan showing owners and next actions for each item. ## Quick Start Ask the agent to run the NemoClaw morning standup and produce today's daily plan with a target version.