Expand description
/init companion: probe a workspace for legacy / sibling-tool guidance
files (AGENTS.md, .cursorrules, .windsurfrules) and concatenate their
contents into a single body the operator can paste into their CLAUDE.md.
Part of ADR 0036 — see the spec’s “AGENTS.md” + /init notes.
Structs§
- Legacy
Rules File - One legacy-rules file discovered in the workspace.
Constants§
- INIT_
FILENAMES - Filenames probed by
/initin order of precedence.
Functions§
- scan_
init_ files - Scan
workspace_rootfor any ofINIT_FILENAMESand return the ones that exist as aVec<LegacyRulesFile>in declaration order.