Restore Emil critique layer from the CMO original at full fidelity - #954
Open
TheGreatAxios wants to merge 1 commit into
Open
Restore Emil critique layer from the CMO original at full fidelity#954TheGreatAxios wants to merge 1 commit into
TheGreatAxios wants to merge 1 commit into
Conversation
The design-eng overhaul had narrowed the prompt to a laws digest; port back every dropped section from the CMO source. Deviations are enumerated in the package header.
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.
Restores Emil's CMO prompt layer at full fidelity: ports back every section the design-eng overhaul narrowed away (capabilities, Thinking and Reasoning laws, Boy Scout Rule, cross-reference checklist, temp-test workflow, full report format, guidelines, negative constraints). Tests assert the restored contract; prompt-size budgets raised deliberately.
Source pin: abklabs/agents
plugins/cmo/agents/emil.md@e1d626cc6b7c6c2911a94daccd7793cc03633e26(2026-04-21; only commit ever touching that file).Deviations from the source (deliberate, exhaustive; also in the package header):
skills: brand-identityhas no Corbits equivalent; substance inlined.tmp/critique-tests/kept verbatim.Fleet fields unchanged (deliberate): maySpawn false, REVIEW_TOOLS, modelRole review, tier leaf; source
model: sonnetis an agents-repo pin, not carried over.Terminology note: the ticket says 'copy/messaging layer'; the pinned source contains no copy/messaging content (it is the design-eng critique agent housed in the CMO plugin), so this restores the prompt copy at full fidelity and adds no marketing lane. Flagging in case the ticket meant something else.
Verification:
bun test src/agent/directors/emil/20 pass;bun run typecheckexit 0; full suitebun test ./src ./tests ./evals ./scripts --randomize --seed 4242427139 pass / 0 fail;bun run checkexit 0.Fixes CL-7800