Production merge: v0.12 SDK and some other changes - #229
Merged
Conversation
To allow updating the Pulumi Console's Dashboard cards faster than going through the normal testing->staging->production deployment of the service, and since these particular cards are docs-focused, we'll host this JSON file on the docs site and have the Console request it from the browser. For now, News will be a list of recent releases with links to the changelog, but eventually we'll want to change it so it's sourced from the Pulumi blog (via JSON Feed or RSS).
Add custom 404 page
CamSoper
added a commit
that referenced
this pull request
Aug 3, 2026
Fork PR #229 shipped four correct ✏️ marks that the workflow did not write — the log read `marked 0 style bullet(s)`. The editorial pass had added them itself, mid-line, and the annotator's idempotency guard then saw a mark already present and skipped every bullet. They matched what posted, but only by luck: the model staged four and all four survived validation. A mark it writes for an entry later dropped by the blocker-line filter, an anchor mismatch, or the cap would promise a one-click button that isn't there — the exact failure the mark exists to prevent, and the same shape as the forgeable [style-blocker] marker. annotate_draft now strips every existing mark from style bullets first and re-applies only for entries the GitHub API accepted, so a model-authored mark is corrected rather than trusted. Its return value is now "marks present" (final state) rather than "newly added"; the idempotency test asserts the body is byte-identical on a second pass. The CI review prompt and ci.md now say plainly not to write the mark, and why the model can't know which entries survive. The deterministic overwrite is the guarantee; the prompt just stops the wasted effort. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RNTs4JzMiG36mQ2ChAyLF4
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.
No description provided.