You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
73 module prompts hand-write a "Where this code lives" section (workspace layout, crate subdirectory, touch-nothing-outside, run cargo test from root). This is pure boilerplate derivable from module name + frontmatter targets + project config. Duplicating it corpus-wide means any layout change silently invalidates every prompt at once, and moved modules drift out of sync with their own docs.
Direction
Gen assembles the layout preamble at prompt-composition time (cmd_gen_io) from frontmatter + a single project-level layout config; the agent still receives full instructions, but prompts stop declaring them.
Mechanical sweep deletes the hand-written sections from all 73 prompts, via the sanctioned-migration mechanism (same class as Tests-removal implementation (::: test directives) #13's 100-percent-or-triaged discipline) since it touches every prompt hash.
Problem
73 module prompts hand-write a "Where this code lives" section (workspace layout, crate subdirectory, touch-nothing-outside, run cargo test from root). This is pure boilerplate derivable from module name + frontmatter targets + project config. Duplicating it corpus-wide means any layout change silently invalidates every prompt at once, and moved modules drift out of sync with their own docs.
Direction
Acceptance criteria
Sequenced after the store rewrite (#30); pairs with #29 and the #13 migration machinery.
🤖 Generated with Claude Code