ArchiveConfig

works.iterative.claude.core.log.ArchiveConfig
See theArchiveConfig companion object
case class ArchiveConfig(vendorProjectsDir: Path, archiveDir: Path, cwd: Path)

Configuration for ConversationArchive.

Value parameters

archiveDir

destination root the session tree is mirrored into.

cwd

the known working directory a session ran under; the record is located by encoding this cwd, never by decoding a directory name.

vendorProjectsDir

the Claude projects directory holding per-cwd session trees. Configurable because CLAUDE_CONFIG_DIR relocates it (e.g. /home/mph/.claude-iw, not ~/.claude). Use ArchiveConfig.locating to derive it from a config-dir override and home directory.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product