()
| 227 | type: 'prompt', |
| 228 | name: 'init', |
| 229 | get description() { |
| 230 | return feature('NEW_INIT') && |
| 231 | (process.env.USER_TYPE === 'ant' || |
| 232 | isEnvTruthy(process.env.CLAUDE_CODE_NEW_INIT)) |
| 233 | ? 'Initialize new CLAUDE.md file(s) and optional skills/hooks with codebase documentation' |
| 234 | : 'Initialize a new CLAUDE.md file with codebase documentation' |
| 235 | }, |
| 236 | contentLength: 0, // Dynamic content |
| 237 | progressMessage: 'analyzing your codebase', |
| 238 | source: 'builtin', |
nothing calls this directly
no test coverage detected