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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed on the inconsistency, and it is called out in the PR description. Not doing the bump here, for two reasons from this repo's own docs:
.agents/submodule-bumping.mdopens with "Only the project maintainer bumps submodule refs.".github/workflows/sync-ii-spec.ymlruns weekly on Tuesdays at 09:00 UTC, resolves the latestrelease-YYYY-MM-DDtag, reruns the sync, updates.sources/VERSIONS, and opens its owninfra/sync-ii-spec-<tag>PR.Concrete timing: the pin is at
release-2026-08-07(c78d1b99), and I confirmedrelease-2026-08-21already carries the new value (MAX_ALTERNATIVE_ORIGINS = 100insrc/frontend/src/lib/utils/validateDerivationOrigin.ts). So the next scheduled run, tomorrow 2026-08-25, should open the bump PR and regenerate all three occurrences indocs/references/internet-identity-spec.mdon its own.If you want both landing together, the options are to hold this PR until that sync PR opens and merge them as a pair, or for a maintainer to trigger the workflow early via
workflow_dispatch. Happy to do either, but the bump itself is not mine to make.Generated by Claude Code