feat(aidd-context): cook research and apply actions#439
Merged
Conversation
Extend 12-cook from author-only (list, upsert) to a full loop. - research: refine the target with a checklist, fan out one agent per scouting angle, verify each candidate against an official source, and present sorted alternatives, coverage gaps, and counter-intuitive wins. Ephemeral, writes nothing. - apply: analyse a recipe, classify each step agent-doable or human-only, ask before mutating, run the chosen steps as a todo list, report the rest. - Two recipe homes: project (aidd_docs/recipes/) overrides bundled (assets/recipes/). project-memory scaffold gains the recipes/ directory. - Four bundled recipes and the recipe contract every recipe follows. Re-lands #301, which was squash-merged to main by mistake; that commit is reverted separately. Closes #416. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 & why
Re-lands the cook
research+applywork onnext, where it belongs. The original PR #301 was squash-merged straight tomainby mistake (its base wasmain, notnext), which also brokemain's Commitlint on the leading emoji in its title. This branch carries the identical content, retargeted tonext, with a conventional message. The badmaincommit is reverted in a separate PR.🛠️ How it works
Extends
12-cookfrom author-only (list,upsert) to a full loop.research— refine the target with a checklist, fan out one agent per scouting angle (alternatives, new methods, coverage gaps, counter-intuitive wins, deprecations), verify each candidate against an official source, present sorted alternatives + gaps + wins with a recommendation. Ephemeral: writes nothing.apply— analyse a recipe, classify each step agent-doable or human-only, ask before mutating, run the chosen steps as a todo list, report the rest.aidd_docs/recipes/overrides bundledassets/recipes/. Theproject-memoryscaffold gains therecipes/directory (three files, additions only).🧪 How to verify
Both are exactly what #418 (the authoring-contract rework) will fix repo-wide; not fixing them here to keep this a faithful re-land:
descriptionends with a keyword list including a/cooktoken — R5 forbids both.Role | Inputcolumns that refactor(aidd-context): the skill template still teaches the format onboard abandoned #418 drops.✅ I certify