Documentation
¶
Overview ¶
Package claude knows the location of the configuration and auth files that Claude Code CLI stores in the user home directory.
Only the entries that are relevant to login/session continuity are tracked here. The list is intentionally narrow but easy to extend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Item ¶
type Item struct {
// RelPath is the path relative to the home directory (e.g. ".claude" or
// ".claude.json"). Always POSIX-style; the profile layer converts it to
// the platform separator when building the mirror tree.
RelPath string
// IsDir is true when the entry is a directory.
IsDir bool
}
Item represents a file or directory used by Claude Code CLI, relative to the user home directory.
Click to show internal directories.
Click to hide internal directories.