Skip to content

chore: land the deferred cleanups from the 2.4.0 review cycle - #33

Merged
ProductOfAmerica merged 2 commits into
mainfrom
chore/post-2.4.0-cleanups
Jul 2, 2026
Merged

chore: land the deferred cleanups from the 2.4.0 review cycle#33
ProductOfAmerica merged 2 commits into
mainfrom
chore/post-2.4.0-cleanups

Conversation

@ProductOfAmerica

Copy link
Copy Markdown
Owner

All FOLLOW-UP minors triaged by the 2.4.0 branch reviews, in one pass: delete the orphaned extractOps, share displayOp between resolver and generator, consolidate five identical record guards into spec-utils (a sixth in embed-contracts.ts is noted for a future pass), tighten the servers-classification warnings (apex deere.com host counts as platform-family, non-https deere urls no longer mislabeled, url-less entries warn instead of vanishing silently, mixed-block behavior locked by test), close proposeName's bare-verb hole, cover the vnd content-type restoration branch and unknown component categories in tests, fix the path-item conflict message wording, repoint a stale test comment, and polish the sync workflow summaries.

Generated output is byte-identical (gate verified), the servers trust boundary is untouched byte-for-byte (reviewer-traced), and no release results from this merge. 443 tests, lint, both typechecks, build, actionlint: all green.

Delete the orphaned extractOps, share displayOp between resolver and
generator, consolidate five record guards into spec-utils, tighten the
servers-classification warnings (apex host, non-https labeling,
url-less entries), close proposeName's bare-verb hole, cover the vnd
content-type restoration branch and unknown component categories in
tests, fix the path-item conflict message wording, and polish the sync
workflow summaries. Generated output is byte-identical.
Comment thread tests/spec-merge.test.ts
);

assert.strictEqual(warnings.length, 1);
assert.ok(/sandboxapi\.deere\.com/.test(warnings[0]), 'names the offending url');
@ProductOfAmerica
ProductOfAmerica merged commit a95f89d into main Jul 2, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants