Add research-project router skill - #210
Merged
Merged
Conversation
jerome-queck
changed the base branch from
codex/issue-206-research-project-contract
to
main
August 31, 2026 05:15
Assisted-by: GPT-5-Codex Co-authored-by: Codex <noreply@openai.com>
Assisted-by: GPT-5-Codex Co-authored-by: Codex <noreply@openai.com>
jerome-queck
force-pushed
the
codex/issue-209-research-project-skill
branch
from
August 31, 2026 06:44
6630cb9 to
55fbdf3
Compare
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.
Why
Research projects have Definition-based identity and seven project routes, so extending
/learnwould make one command carry two incompatible contracts. This adds a separate, user-invoked router that discovers the synced project, then yields to its live controls.Prerequisite #207 has landed. This branch was rebased onto its squash commit and now contains only the research-project skill change.
What changed
/research-project <project identity> [-- what to work on]skill/learnboundary and installation decision in ADR-0025Verification
npm run checknpm test— 674 passed, 0 failed, 1 expected skipThe generic skill-creator quick validator cannot assess the dual-harness package because its hardcoded frontmatter allowlist rejects
disable-model-invocationandargument-hint; those fields are required by the repository’s writing-for-agents mechanics and match the existing/learnpackage. Codex invocation is also encoded aspolicy.allow_implicit_invocation: falseinagents/openai.yamland enforced by tests.Closes #209
#209 — Add a research-project router skill: 12 of 12 criteria delivered, nothing beyond the brief.
Assisted-by: GPT-5-Codex
Co-authored-by: Codex noreply@openai.com