BIT-442: make issue creation deterministic via stateId; document Backlog ID#98
Closed
cjarguello wants to merge 2 commits into
Closed
Conversation
Member
Author
|
Follow-up: updated |
b8106e7 to
67881f8
Compare
be42989 to
3027aca
Compare
Member
Author
|
Rebased onto updated PR #97 after PR #97 moved onto Validation passed:
|
cjarguello
added a commit
that referenced
this pull request
May 9, 2026
Supersedes PR #98. CJ Admin authorized force merge / QA skip. Validation: - python3 -m py_compile linear/scripts/create_linear_issues_from_seed.py - python3 -m json.tool linear/contracts/linear_type_classifier_v1.json >/dev/null - python3 -m unittest linear.tests.test_engine linear.tests.test_classifier_corrections - git diff --check
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.
Context
Icebox 🧊even whenstate: "Backlog"was requested.What this PR does
linear/scripts/create_linear_issues_from_seed.pyto resolve workflow state name ->stateIdand passstateIdonissueCreate.162716a8-ffa4-43ea-9e0d-c48fdb8054bc) inlinear/README.mdand clarifies the operating-guide workaround.Evidence (2026-05-08)
Scope hygiene
Validation
python3 -m json.tool linear/contracts/linear_type_classifier_v1.json >/dev/nullpython3 -m unittest linear.tests.test_enginegit diff --check