MCPcopy Create free account
hub / github.com/codeaashu/claude-code / description

Function description

src/commands/init.ts:229–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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',

Callers

nothing calls this directly

Calls 2

featureFunction · 0.85
isEnvTruthyFunction · 0.85

Tested by

no test coverage detected