feat: add Clinical KB Codex/OpenAI plugin scaffolding (carved from #172) - #199
Merged
Conversation
Carved out of #172 as an isolated, low-risk slice: the plugin manifest and marketplace descriptors, the clinical-kb skill/README, and the Codex prompt playbook doc. These are pure config/markdown with no app-code coupling (nothing under src/ imports them) and no package.json/build impact, so they can land and be reviewed independently of #172's entangled ClinicalDashboard/governance changes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This was referenced Jul 2, 2026
BigSimmo
enabled auto-merge
July 2, 2026 16:53
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Summary
Extracts the plugin scaffolding slice of #172 into an isolated, reviewable PR — the titular "openai plugin setup" without any of #172's entangled changes.
Files (all additive config/markdown, no app-code coupling):
plugins/clinical-kb/.codex-plugin/plugin.json,plugins/clinical-kb/README.md,plugins/clinical-kb/skills/clinical-kb-workflow/SKILL.md.agents/plugins/marketplace.json,.agents/plugins/api_marketplace.jsondocs/codex-prompt-playbook.mdWhy carve it out
#172 (55 files, +6k/-1k) is
CONFLICTINGand bundles ~5 unrelated concerns, including ClinicalDashboard changes carrying unresolved P2 review threads (dropped answer feedback / governance warnings). This slice is provably safe to land on its own:src/imports these files (verified).package.json/build impact (none of feat: setup openai plugin and fix E2E tests #172's package.json changes are needed here).prettier --checkclean on all six files.Verification
prettier --checkpasses on all included files.verifywill confirm.Follow-up
The remaining #172 pieces (document-search mockups; source-governance label tooling; ClinicalDashboard changes with open P2s) should be carved into their own focused PRs or addressed on #172 directly.
🤖 Generated with Claude Code