docs(build-an-oracle): document prompt anatomy, OracleConfig.prompt f…#24
Merged
ig-shaun merged 4 commits intoJun 4, 2026
Merged
Conversation
…ields, and memory pre-fetch - Expand createoracleapp.mdx config accordion with full prompt sub-field docs (opening, communicationStyle, capabilities) including fallback logic - Add understand/prompt-anatomy.mdx: 15-section prompt structure, always vs conditional blocks, 5000-token Tier-1 budget, and what config.ts actually needs to provide vs what the runtime handles automatically - Add 'How memory reaches the prompt' section to memory.mdx documenting UserContextFetcher eager pre-fetch (6 slots, 5-min cache, turn-1 availability) — previously entirely undocumented - Wire prompt-anatomy into docs.json nav under Deep dive Closes ORA-254 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…as check \bJAMBO PWA\b matched inside the canonical term "JAMBO PWA SDK", causing false positives on files that already used the correct form. Added the same lookahead exception (?!\s+SDK) already used for the Matrix Client / Matrix Client SDK pair. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…aders Section names in the table and detail blocks were written as "## Operating principles" etc., causing the ## to render as literal text in the browser. Cleaned to plain names matching Mintlify conventions. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…natomy
- Rewrite all 15 section detail headers in prompt-anatomy.mdx to use
plain human-readable names — removes ALL_CAPS internal identifiers
(CAPABILITIES_NOTE, COMPOSIO_CONTEXT, etc.), stray ## syntax, {DID}
template literals, and [--- ...] bracket notation that rendered as
literal text in Mintlify
- Replace ### headings inside the config Accordion in createoracleapp.mdx
with bold text — nested headings break Mintlify accordion rendering
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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.
…ields, and memory pre-fetch
Closes ORA-254