Skip to content

Configuration

Preserving Configs

After authentication in Docker:

cp -pr ~/.config .
cp ~/.claude.json .

Then the next time you start the container:

cp -pr .config ~
cp .claude.json ~

GitHub Actions Configuration

Coming soon