What problem does it solve?
Contributors picking up an accepted NemoClaw issue need a disciplined workflow that confirms scope, makes the smallest valuable code change, validates it, and records evidence without accidentally pushing branches or opening pull requests.
Core Features & Use Cases
- Scoped Issue Implementation: Confirms the accepted scope of a named GitHub issue, selects the smallest independently valuable capability slice, and edits the local checkout only.
- Validation and Evidence Recording: Maps success criteria and security controls to focused test evidence, recording positive, negative, error, and boundary results.
- Safe Boundaries: Treats issue content as untrusted input, refuses GitHub writes or PR publication, and routes ambiguous requests between planning and implementation.
- Use Case: A contributor asks to implement NemoClaw issue #8378 with negative and error-path tests; the workflow reads the issue, edits code and tests, runs focused validation, and reports remaining gates without creating a PR.
Quick Start
Ask the agent to pick up a specific accepted NemoClaw issue for implementation and stop before PR publication.