Remove validation section enforcement from submit #74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/docs-only-submit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes allod/tools#73
Removes the
body_has_validation_headingcheck and## Validationhard gate fromallod change submit. The validation section requirement is better served by agent memory guidance, which can apply judgment about when validation is meaningful rather than forcing a syntactic check that agents can trivially satisfy with boilerplate.Net result: -44 lines, no new flags or options.
Validation
Run the test suite:
All 79 tests pass (down from 85 — 6 removed with the validation enforcement).
Verify submit accepts a body without a
## Validationheading:Should succeed with exit 0 and print the body.
Allow docs-only PRs without validation sectionsto Remove validation section enforcement from submit