Documentation
¶
Overview ¶
Package project defines the Project domain entity.
A Project is identified by its absolute working directory path. All Sessions discovered for a Project share that Project's working directory as their origin context. The JSONL adapter encodes the absolute path to locate the corresponding ~/.claude/projects/<encoded>/ directory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct {
// contains filtered or unexported fields
}
Project is identified by its absolute working directory path. It is an immutable value — CWD never changes after construction.
Click to show internal directories.
Click to hide internal directories.