Conversation
Generated specs often live outside docs/ and use a different filename than the hosted version-index key. Split those two sources so local preview can prefer the file on disk and fall back to CloudFront. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Member
Author
|
@copilot resolve the merge conflicts in this pull request |
# Conflicts: # docs/data/openapi/api-explorer.md Co-authored-by: reakaleek <16325797+reakaleek@users.noreply.github.com>
Contributor
Mpdreamz
reviewed
Aug 28, 2026
Mpdreamz
left a comment
Member
There was a problem hiding this comment.
Whats the expectation of local_file and assembler builds?
Mpdreamz
approved these changes
Sep 14, 2026
Mpdreamz
left a comment
Member
There was a problem hiding this comment.
Reviewed the current diff. The explicit local_spec path is bounded to the checkout, missing declared files warn and fall back to the hosted spec, and the implicit spec behavior remains unchanged. The previous CI run was green. This still needs a rebase because the branch is conflicting.
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.
Why
docs/and use a different filename than the hosted version-index key.spec:could not express both sources, so local preview either failed path checks or silently used CloudFront.What
local_spec:for a file anywhere in the same git checkout.spec:as the hosted index basename.main. Iflocal_spec:is set and missing, warn and use the hosted spec.Notes
local_spec:keeps the old implicit file next todocset.yml. A missing implicit file stays silent.Made with Cursor