git-worktree-manager 0.0.39

CLI tool integrating git worktree with AI coding assistants
Documentation
1
2
3
4
5
//! Plugin manifest content. Static blob — versioned with the binary.

pub fn content() -> &'static str {
    "{\n  \"name\": \"gw\",\n  \"version\": \"1\",\n  \"description\": \"git-worktree-manager plugin: delegate tasks to worktrees and manage multi-worktree workflows safely.\",\n  \"author\": \"git-worktree-manager\"\n}\n"
}