docs(b20): replace launch guide - #1923
Merged
Merged
Conversation
Collaborator
✅ Heimdall Review Status
|
Resolves the sync-script conflict with #1920: keep the routing work (kinds, templates, size warning, timing) and wrap the model call with stripAuthorAttribution from this branch.
…ng symbols - A failed Haiku selection pass keeps the path-routed pages (up to the cap) instead of routing nothing. - The cap and the selection pass count model-bound pages, decided up front after skipping function pages with no manifest intersection. - Manifest before/after text contributes only the identifiers that changed, so shared context such as keccak256 never routes pages.
…g symbols From run 33666721887 / 33675814549 (base-std PR 214 rename): - Stream the gateway response (LLM_STREAMING=0 restores the buffered call). A full regeneration of a ~15 KB page exceeds the edge's origin timeout when buffered and fails with 504 after every retry. - validateMdx accepts components the current page already uses and components defined under docs/snippets. Three stablecoin guides were rejected for preserving their own <StablecoinDemo>. - Routing symbols: only the leading identifier of a manifest subject counts (Haiku appends prose such as 'error documentation'), before/after contribute identifier-shaped tokens only, and mock/test entries never route. The run turned 11 manifest entries into 42 symbols and 146 pages; the same entries now yield 8 symbols and 12 pages.
…lection Over the cap, keep path-routed pages first, then symbol-routed pages by number of matching symbols, and name every dropped page in a workflow warning. The Haiku selection pass stays only on the release path, which is model-driven discovery by design.
…index pages - callClaudeDetailed exposes stop_reason; a page whose completion stopped at max_tokens is rejected instead of written. Playground run 33679293492 wrote three pages cut off at the 4096-token cap (errors-events lost 20 rows, ib20/index its events and errors, upgrades/beryl/b20 three sections). - The link validator registers index.mdx pages at their directory route, which the nav already uses; links like /…/interfaces/ib20 were rejected.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
mindapivessa
self-requested a review
September 3, 2026 15:09
- complete() is the one streamed Gateway call and returns the text with its stop reason and output tokens; callClaude() is the text-only convenience. No env switch back to the buffered call, no bench-log peeking. - The unaffected-page skip is decided once, up front; the duplicate inline check and its env toggle are gone. - Drop the unused event_description parameter from the release selection prompt.
…d source lines; job timeout Verified in base/action_tester on the base-std PR 214 payload (runs 33780761942, 33781172822): 11 model calls instead of 20, 55 pages skipped before any call, the four pages over the regenerable budget skipped with that reason, zero rejects, 1 min 54 s. - decideCall() is the single relevance gate: function pages need their own title symbol in the changed lines of a real source file or in the manifest; interface indexes need an inventory change or a changed symbol on the page; shared reference and guides need a changed symbol in a code span; pages over MAX_REGENERABLE_CHARS are skipped before the call. - Docs are read once per run; the cap is two named sorts; the size warning and the symbol-length knob are gone. - The apply job times out at 30 minutes.
mindapivessa
approved these changes
Sep 3, 2026
Collaborator
|
Review Error for mindapivessa @ 2026-09-03 17:11:54 UTC |
mindapivessa
self-requested a review
September 3, 2026 17:19
mindapivessa
approved these changes
Sep 3, 2026
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.
What changed? Why?