[recipes] Add Bring Your Own Context composition recipe#181
Merged
justfinethanku merged 2 commits intoApr 16, 2026
Conversation
gleesonb
pushed a commit
to gleesonb/OB1
that referenced
this pull request
May 12, 2026
…rojects#181) * [recipes] Add Bring Your Own Context recipe * [recipes] Fix markdownlint regression in activation README
thedataengineer
pushed a commit
to yadavilli-solutions/OB1
that referenced
this pull request
May 29, 2026
…rojects#181) * [recipes] Add Bring Your Own Context recipe * [recipes] Fix markdownlint regression in activation README
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
This PR adds a new
Bring Your Own Contextcomposition recipe that packages the existing OB1 context extraction, profile generation, and remote MCP deployment flow into one article-friendly entrypoint.It adds:
recipes/bring-your-own-context/README.mdrecipes/bring-your-own-context/extraction-prompts.mdrecipes/bring-your-own-context/context-profile.schema.jsonrecipes/bring-your-own-context/metadata.jsonIt also adds discoverability links from the root recipes listings and points the existing Work Operating Model Activation recipe back to the BYOC entrypoint.
Why it changed
The new post promises publish-time tooling for extracting prompts, profile specs, and implementation guidance around a portable AI context server. The strongest OB1 version of that promise is a composition recipe built from the existing Work Operating Model and remote MCP primitives rather than a second overlapping server stack.
User impact
Users now have one canonical entrypoint for the BYOC workflow:
operating-model.json,USER.md,SOUL.md,HEARTBEAT.md, andschedule-recommendations.jsonValidation
recipes/bring-your-own-context/metadata.jsonrecipes/bring-your-own-context/context-profile.schema.jsonnpx markdownlint-cli2 recipes/bring-your-own-context/README.md recipes/bring-your-own-context/extraction-prompts.mdARTIFACTSlist inrecipes/work-operating-model-activation/index.tsLive testing
Not yet tested against a live Open Brain instance in this push. This PR currently includes static validation and documentation/schema alignment checks only.