From 23b09adf1886f1f0733855a574e7b338b2f36d59 Mon Sep 17 00:00:00 2001 From: Edbert Chan Date: Fri, 11 Sep 2026 19:47:49 -0700 Subject: [PATCH 1/3] =?UTF-8?q?invoker:=20wf-1788299066223-21/write-engine?= =?UTF-8?q?-only-mode-text=20=E2=80=94=20Review=20claim:=20README.md=20and?= =?UTF-8?q?=20docs/ecosystem.md=20gain=20an=20"Engine-only=20mode"=20secti?= =?UTF-8?q?on=20that=20matches=20the=20shipped=20flag=20behavior.=20Review?= =?UTF-8?q?=20lane:=20docs=20Safety=20invariant:=20Text=20only;=20install.?= =?UTF-8?q?sh,=20tests,=20hooks,=20and=20skills=20are=20untouched.=20Confi?= =?UTF-8?q?rmed=20by=20the=20user=20on=202026-09-01.=20Effectiveness=20mea?= =?UTF-8?q?surement:=20`grep=20-c=20--=20'--engine-only'=20README.md`=20an?= =?UTF-8?q?d=20`grep=20-c=20--=20'--engine-only'=20docs/ecosystem.md`=20ea?= =?UTF-8?q?ch=20print=20at=20least=201.=20Slice=20rationale:=20Text=20is?= =?UTF-8?q?=20its=20own=20diff=20so=20reviewers=20judge=20wording,=20not?= =?UTF-8?q?=20code.=20Architectural=20effect:=20None;=20prose=20only.=20Go?= =?UTF-8?q?al:=20Add=20the=20two=20sections.=20Motivation:=20The=20flag=20?= =?UTF-8?q?exists=20but=20nothing=20in=20the=20repo=20text=20mentions=20it?= =?UTF-8?q?.=20Alternative=20considerations:=20Folding=20the=20text=20into?= =?UTF-8?q?=20the=20installer=20slice=20was=20ruled=20out=20because=20that?= =?UTF-8?q?=20mixes=20prose=20review=20with=20shell=20review.=20Implementa?= =?UTF-8?q?tion=20details:=20In=20README.md,=20under=20the=20existing=20in?= =?UTF-8?q?stall=20section=20(near=20the=20`./install.sh=20--force`=20ment?= =?UTF-8?q?ion),=20add=20an=20"Engine-only=20mode"=20subsection:=20one=20s?= =?UTF-8?q?hort=20paragraph=20saying=20`./install.sh=20--engine-only`=20li?= =?UTF-8?q?nks=20only=20the=20engine=20(reflect,=20automate-me,=20create-s?= =?UTF-8?q?kill,=20draft-pr,=20make-pr,=20thrash-reflect-automate,=20all?= =?UTF-8?q?=20engine=20hooks,=20always-on=20rules)=20plus=20the=20four=20g?= =?UTF-8?q?ates=20the=20engine=20cites=20(the=20ENGINE=5FCORE=5FPRODUCT=5F?= =?UTF-8?q?SKILLS=20array=20in=20install.sh=20names=20them),=20prunes=20ev?= =?UTF-8?q?ery=20corpus=20and=20other=20product=20symlink=20from=20the=20t?= =?UTF-8?q?hree=20harness=20skill=20folders,=20and=20links=20~/.claude/CLA?= =?UTF-8?q?UDE.md=20to=20engine/CLAUDE.core.md;=20a=20plain=20`./install.s?= =?UTF-8?q?h`=20restores=20everything.=20Add=20one=20sentence=20that=20cor?= =?UTF-8?q?pus=20stays=20in=20git=20and=20refills=20as=20reflect=20and=20a?= =?UTF-8?q?utomate-me=20run,=20so=20a=20newer=20model=20can=20regenerate?= =?UTF-8?q?=20principles=20from=20scratch.=20In=20docs/ecosystem.md=20add?= =?UTF-8?q?=20an=20"Engine-only=20mode"=20paragraph=20after=20the=20Bucket?= =?UTF-8?q?s=20table=20saying=20the=20same=20in=20two=20or=20three=20sente?= =?UTF-8?q?nces=20and=20naming=20the=20four=20gates=20from=20that=20array.?= =?UTF-8?q?=20Non-goals:=20No=20code,=20test,=20hook,=20or=20skill=20edits?= =?UTF-8?q?;=20no=20other=20README=20restructuring.=20Layer:=20docs=20Feat?= =?UTF-8?q?ure=20state:=20active=20Files:=20-=20README.md=20-=20docs/ecosy?= =?UTF-8?q?stem.md=20Change=20types:=20-=20README.md:=20modify=20-=20docs/?= =?UTF-8?q?ecosystem.md:=20modify=20Acceptance=20criteria:=20-=20`grep=20-?= =?UTF-8?q?q=20--=20'--engine-only'=20README.md=20&&=20grep=20-q=20--=20'-?= =?UTF-8?q?-engine-only'=20docs/ecosystem.md`=20exits=200.=20-=20`git=20di?= =?UTF-8?q?ff=20--stat=20main=20--=20.=20':!README.md'=20':!docs/ecosystem?= =?UTF-8?q?.md'`=20shows=20no=20other=20files=20changed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exit code: 0 From 0ce479397fe210c5726216c4599c39335ff5c388 Mon Sep 17 00:00:00 2001 From: Edbert Chan Date: Fri, 11 Sep 2026 19:47:58 -0700 Subject: [PATCH 2/3] =?UTF-8?q?invoker:=20wf-1788299066223-21/verify-engin?= =?UTF-8?q?e-only-mode-text=20=E2=80=94=20Review=20claim:=20Both=20files?= =?UTF-8?q?=20mention=20the=20flag=20and=20nothing=20else=20changed.=20Rev?= =?UTF-8?q?iew=20lane:=20proof=20Safety=20invariant:=20Read-only=20check.?= =?UTF-8?q?=20Effectiveness=20measurement:=20The=20grep=20counts=20are=20t?= =?UTF-8?q?he=20measurement.=20Slice=20rationale:=20One=20focused=20proof?= =?UTF-8?q?=20for=20the=20text=20slice.=20Architectural=20effect:=20None;?= =?UTF-8?q?=20verification=20only.=20Goal:=20Prove=20both=20files=20mentio?= =?UTF-8?q?n=20the=20flag.=20Motivation:=20A=20text=20change=20is=20only?= =?UTF-8?q?=20reviewable=20when=20its=20presence=20is=20machine-checked.?= =?UTF-8?q?=20Alternative=20considerations:=20Manual=20reading=20was=20rul?= =?UTF-8?q?ed=20out=20as=20non-deterministic.=20Implementation=20details:?= =?UTF-8?q?=20Run=20the=20two=20greps.=20Non-goals:=20No=20mutations.=20La?= =?UTF-8?q?yer:=20docs=20Feature=20state:=20active=20Acceptance=20criteria?= =?UTF-8?q?:=20-=20Exits=200=20only=20when=20both=20files=20mention=20the?= =?UTF-8?q?=20flag.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exit code: 0 From 946001f8719acdebe24f185bc14baadb0bbeb368 Mon Sep 17 00:00:00 2001 From: Edbert Chan Date: Fri, 11 Sep 2026 19:48:09 -0700 Subject: [PATCH 3/3] =?UTF-8?q?invoker:=20wf-1788299066223-21/scrub-handof?= =?UTF-8?q?f-artifacts=20=E2=80=94=20Review=20claim:=20No=20ephemeral=20in?= =?UTF-8?q?ter-task=20handoff=20files=20remain=20in=20the=20worktree=20bef?= =?UTF-8?q?ore=20the=20merge=20gate.=20Review=20lane:=20cleanup=20Safety?= =?UTF-8?q?=20invariant:=20The=20scrub=20script=20only=20removes=20known?= =?UTF-8?q?=20handoff=20artifact=20names=20and=20never=20touches=20source,?= =?UTF-8?q?=20tests,=20or=20other=20repository=20files.=20Effectiveness=20?= =?UTF-8?q?measurement:=20The=20script=20exits=20non-zero=20if=20any=20han?= =?UTF-8?q?doff=20artifact=20remains.=20Slice=20rationale:=20Required=20te?= =?UTF-8?q?rminal=20scrub=20for=20every=20implementation=20workflow.=20Arc?= =?UTF-8?q?hitectural=20effect:=20None;=20hygiene=20only.=20Goal:=20Leave?= =?UTF-8?q?=20the=20branch=20free=20of=20handoff=20artifacts.=20Motivation?= =?UTF-8?q?:=20Handoff=20files=20must=20not=20reach=20the=20PR.=20Alternat?= =?UTF-8?q?ive=20considerations:=20Manual=20cleanup=20was=20ruled=20out=20?= =?UTF-8?q?as=20non-deterministic.=20Implementation=20details:=20Run=20scr?= =?UTF-8?q?ipts/scrub-handoff-artifacts.sh.=20Non-goals:=20No=20product=20?= =?UTF-8?q?edits.=20Layer:=20docs=20Feature=20state:=20active=20Acceptance?= =?UTF-8?q?=20criteria:=20-=20`bash=20scripts/scrub-handoff-artifacts.sh`?= =?UTF-8?q?=20exits=200.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exit code: 0