Skip to content

[recipes] Add Bring Your Own Context composition recipe#181

Merged
justfinethanku merged 2 commits into
mainfrom
contrib/jonathanedwards/bring-your-own-context
Apr 16, 2026
Merged

[recipes] Add Bring Your Own Context composition recipe#181
justfinethanku merged 2 commits into
mainfrom
contrib/jonathanedwards/bring-your-own-context

Conversation

@justfinethanku

Copy link
Copy Markdown
Collaborator

What changed

This PR adds a new Bring Your Own Context composition 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.md
  • recipes/bring-your-own-context/extraction-prompts.md
  • recipes/bring-your-own-context/context-profile.schema.json
  • recipes/bring-your-own-context/metadata.json

It 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:

  • run extraction prompts to seed Open Brain with durable context
  • reuse the existing Work Operating Model workflow to normalize that context
  • export a documented portable bundle consisting of operating-model.json, USER.md, SOUL.md, HEARTBEAT.md, and schedule-recommendations.json

Validation

  • Parsed recipes/bring-your-own-context/metadata.json
  • Parsed recipes/bring-your-own-context/context-profile.schema.json
  • Ran npx markdownlint-cli2 recipes/bring-your-own-context/README.md recipes/bring-your-own-context/extraction-prompts.md
  • Verified the schema export keys match the ARTIFACTS list in recipes/work-operating-model-activation/index.ts
  • Verified the local links in the new BYOC docs resolve

Live 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.

@github-actions github-actions Bot added documentation Improvements or additions to documentation recipe Contribution: step-by-step recipe labels Apr 14, 2026
@justfinethanku justfinethanku marked this pull request as ready for review April 16, 2026 19:41
@justfinethanku justfinethanku merged commit 6c673f0 into main Apr 16, 2026
1 of 2 checks passed
@justfinethanku justfinethanku deleted the contrib/jonathanedwards/bring-your-own-context branch April 16, 2026 19:41
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation recipe Contribution: step-by-step recipe

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant