worktrunk 0.41.0

A CLI for Git worktree management, designed for parallel AI agent workflows
Documentation
# Zola configuration for Worktrunk documentation
base_url = "https://worktrunk.dev/"

compile_sass = true
build_search_index = true

title = "Worktrunk"

[markdown]
insert_anchor_links = "heading"

[markdown.highlighting]
style = "class"
light_theme = "worktrunk-light"
dark_theme = "base16-ocean-dark"
extra_themes = ["themes/worktrunk-light.json", "themes/base16-ocean-dark.json"]
error_on_missing_language = true

[extra]
logo_name = "Worktrunk"
logo_path = "logo.png"
rust_crate = "worktrunk"
github_repo = "max-sixty/worktrunk"
site_description = "CLI for Git worktree management, designed for parallel AI agent workflows."
extra_menu = [
    { title = "Worktrunk", link = "/worktrunk/" },
    { title = "Tips", link = "/tips-patterns/" },
    { title = "GitHub", link = "https://github.com/max-sixty/worktrunk" },
]