2025-12-13 23:46:58
📥 Powerful import system directly in prompts: @./src/api.ts for single files, @./src/**/*.ts for glob patterns, @./file.ts:10-50 for line ranges, @./types.ts#UserInterface for TypeScript symbol extraction, @https://url for remote content
🎯 Template variables for dynamic prompts: {{ _stdin }} captures piped input, {{ _1 }} {{ _2 }} for positional arguments, {{ _args }} for numbered list of all args, custom variables like {{ _feature_name }} with CLI overrides --_feature_name "value…