feat: add guided recipe and operator authoring - #52
Draft
zimuwang-real wants to merge 24 commits into
Draft
Conversation
…o codex/guided-recipe-operator-authoring
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…o codex/guided-recipe-operator-authoring # Conflicts: # skills/evolve-agent/agents/openai.yaml
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.
What
evolve-agentskill into a backend-neutral router for initialized workspaces, RSIHub source checkouts, partial/ambiguous contexts, and external target projects.agents/skills/evolve-agentand Claude through.claude/skills/evolve-agentskills/evolve-agent/SKILL.mdwithout copying its workflowWhy
Users should be able to invoke the same repository-local skill from Codex or Claude, collaborate with their own agent to define requirements, choose or author recipe/operator modules, qualify the evaluator first, and deploy only after explicit architecture, source, and deployment decisions.
The repository paths follow the current platform conventions: Codex discovers project skills from
.agents/skills; Claude discovers them from.claude/skills. No nonfunctional.codex/skillscompatibility copy is added.Safety and behavior
operator:bindings only and hard-stops onscript:Evaluation clarity
snapshot_protocols.jsonstores frozen protocol/inventory metadata for historical snapshots that did not embed complete scoring semanticsImpact
The feature diff is limited to skills, repository discovery wrappers, documentation, evaluation assets, and packaging/tests. It does not add feature-authored runtime code or dependency/lockfile changes. Repository-only wrappers are excluded from the sdist; the canonical skill remains present and byte-identical in the sdist and wheel.
Checks
uv run --frozen pytest -q: 1229 passed, 3 skipped