FE-1507: Move the repertoire into core behind a guarded prompts subpath - #9349
FE-1507: Move the repertoire into core behind a guarded prompts subpath#9349lunelson wants to merge 5 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
PR SummaryMedium Risk Overview Enforcement shifts with the move: architecture tests require the Docs (ADR-0008, topology, elicitation-kernel spec, steering) and plugin comments are updated to describe core-owned prompt data; repertoire content and plugin keys are unchanged. Reviewed by Cursor Bugbot for commit 995a509. Bugbot is set up for automated code reviews on this repo. Configure here. |
4712923 to
e6c5c5b
Compare
1961ef9 to
bd9e86c
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
The accepted record now exists on this branch, so the docs index and steering file links can point at it. Drop the prune extra for the removed repertoire workspace. Co-authored-by: Cursor <cursoragent@cursor.com>
ADR-0008's architecture suite lives in core, so a plugin-only change never ran it. The plugin lint job is the gate that still fires then. Co-authored-by: Cursor <cursoragent@cursor.com>
e6c5c5b to
e463952
Compare
bd9e86c to
995a509
Compare

🌟 What is the purpose of this PR?
ADR-0008 (accepted 2026-08-26) moves the harness's default teaching out of its own workspace and into core behind a guarded
@hashintel/brunch-agent/promptssubpath that bindings may import and plugins may not. This branch is that mechanical move; it changes no plugin key and no repertoire text.Draft: opened so the stack is visible end to end. The description is completed when the branch is tied off.
🔗 Related links
🚫 Blocked by
ln/fe-1431-plugins; lands after it.🔍 What does this change?
Removes
packages/repertoireand its dependency edges; adds the./promptscore export; the architecture suite requires the export and rejects a plugin import of it.Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR: