issue forms: list on GitHub again; verifier fails on a description over 200 characters - #19
Merged
1 commit merged intoSep 17, 2026
Merged
1 commit merged into
1 commit merged into
Conversation
…er 200 characters GitHub lists an issue form only when its top-level description is 3–200 characters. counterexample.yml (305) and reproduction.yml (296) exceeded it from 2026-09-01, so the chooser showed only the census row-correction template and every prefilled link on /try/, the reproduce page, worldspace, README, CONTRIBUTING and DISPATCH opened a blank issue. The file page on github.com states the cause: "Description must be between 3 and 200 characters." Both descriptions are shortened; fields, ids, options and validations are unchanged. scripts/verify_consequence.py now fails when a description leaves 3–200, and checks every prefilled link on the five further surfaces, not only /try/, against the listed forms and their fields. The forms are listed only once this commit reaches the default branch. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub lists an issue form only when its top-level description is 3–200 characters.
counterexample.yml(305) andreproduction.yml(296) exceeded it since 2026-09-01, so the chooser showed only the census row-correction template and every prefilled link on /try/, the reproduce page, worldspace, README, CONTRIBUTING and DISPATCH opened a blank issue. The file page on github.com states the cause.Both descriptions are shortened; fields, ids, options and validations are unchanged.
scripts/verify_consequence.pynow fails when a description leaves 3–200 and checks every prefilled link on the five further surfaces against the listed forms and their fields.docs/graph/repo-graph.jsonregenerated (mechanical drift).Gates on 026554c: verify_consequence (12 + 9 links), regression probe (a 210-character description exits 1), verification_manifest 60 checks exit 0, verify_clean_clone passed.
After deploy: confirm three templates at /issues/new/choose and that a /try/ report link populates claim and command. Nothing is submitted.
🤖 Generated with Claude Code