Routine Shipped Feature Inliner

Autonomous maintenance routine that finds gates for fully shipped features — flags, env switches, boolean guards that have held one value everywhere for a long time — triages deliberate gates from forgotten ones, inlines the enabled path, deletes the dead branch and the flag itself, and ships each removal via /ship. Use only when the user explicitly invokes /routine-shipped-feature-inliner or asks to clean up shipped/stale feature flags. SKIP for unreachable code not behind a flag (routine-dead-code-removal) and for changing what any flag is set to — this routine never flips a value. The core trigger is "this feature fully shipped; remove its flag and inline the winning path".

bex-co Updated

File contents

bex-co/beancount-io/tree/main/.agents/skills/routine-shipped-feature-inliner commit 5b2e5731b9

Frequently asked questions

npx skillmds@latest add bex-co/routine-shipped-feature-inliner