FE-698: Prompt registry + observer context-pack foundation#101
Conversation
PR SummaryMedium Risk Overview Introduces the first typed context-pack seam for observer capture ( Hardens build/package boundaries for prompt assets by copying Reviewed by Cursor Bugbot for commit 5e5ca78. Bugbot is set up for automated code reviews on this repo. Configure here. |
🤖 Augment PR SummarySummary: This PR introduces a packaged markdown prompt registry and the first typed context-pack slice for FE-698, moving server prompts and observer context rendering onto explicit asset/context-pack seams. Changes:
Technical Notes: Prompt asset resolution is based on 🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 204af9d. Configure here.
204af9d to
5e5ca78
Compare
Merge activity
|


Stack Context
This FE-698 stack establishes the prompt/context scenario substrate that future agent-heavy Brunch features can probe before UI work.
What?
observer-capturecontext pack seam while preserving the existing observer context rendering.Why?
Prompt text and graph context need to become inspectable, reusable server subsystems. This PR makes prompt assets package-safe and gives observer capture the first typed context-pack boundary without changing production prompt behavior.