297 B
297 B
Agent Guidelines for shared/
Code Organization
- Do NOT create
index.tsfiles in folders. Import directly from the source file. - For "find" or "convert" functions that may return undefined, use function overloads with
errorOnNotFound: trueto guarantee a non-undefined return type.