This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a documentation-only learning repository following The Net Ninja's Claude Code series. It contains notes on Claude Code features — there is no build system, no source code, and no test suite.
docs/init.md— What/initdoes, when to re-run it, and caveats about overwriting manual editsdocs/memory.md— The three CLAUDE.md memory scopes (project, local, global) and loading order; notes thatCLAUDE.local.mdis deprecated in newer Claude Code versions (use~/.claude/CLAUDE.mdfor personal preferences instead)docs/context.md— How the context window works, what survives compaction, key commands (/clear,/compact,/context,/memory,/rewind)
- All notes live in
docs/as Markdown files. CLAUDE.local.mdshould not be used (deprecated); personal preferences go in~/.claude/CLAUDE.md.