$ recombobulate _
home / tips / enable-the-smarter-init-experiment-to-get-interviewed-not-overwritten
0

Enable the Smarter /init Experiment to Get Interviewed, Not Overwritten

bagwaa @bagwaa · Mar 26, 2026 · Configuration
enable-the-smarter-init-experiment-to-get-interviewed-not-overwritten

By default, running /init rewrites your CLAUDE.md and AGENTS.md from scratch — which is fine for new projects but destructive for ones you've been refining for months. There's an experimental flag that changes this behaviour entirely.

Add this to your ~/.claude/settings.json:

{
  "CLAUDE_CODE_NEW_INIT": "1"
}

With this flag enabled, /init no longer bulldozes your existing files. Instead, it reads what you already have and interviews you — asking about your project's current goals, gaps, and pain points. It then suggests targeted improvements: new skills to add, hooks to wire up, or context sections that are missing.

This is especially useful on mature projects where your CLAUDE.md has evolved over time. Rather than starting from a blank template, Claude builds on what's already working and proposes specific additions.

To try it: enable the flag, run /init in your project, answer the questions, and review the suggestions before accepting any changes. Run /context afterward to verify the final state of what's loaded.

Let Claude improve your setup instead of replacing it.


via @vinhnx

~/recombobulate $ tip --comments --count=0

Log in to leave a comment.

~/recombobulate $ tip --related --limit=3
0
Switch to the Stable Update Channel with autoUpdatesChannel

The autoUpdatesChannel setting pins Claude Code to a stable release track that skips versions with major regressions.

bagwaa @bagwaa · 1 hour ago
0
Set Claude's Response Language with the language Setting

The language setting makes Claude respond in your preferred language by default, across every session and project.

bagwaa @bagwaa · 1 hour ago
0
Customize or Remove Claude's Git Attribution with the attribution Setting

The attribution setting lets you customize or completely remove Claude's Co-Authored-By trailer from git commits and pull requests.

bagwaa @bagwaa · 1 hour ago