jj-vine 0.4.0

Stacked pull requests for jj (jujutsu). Supports GitLab and bookmark-based flow.
Documentation
# GitLab Integration Test Configuration
# Copy this file to .env and fill in your values

# GitLab instance URL
GITLAB_HOST=https://gitlab.com

# GitLab project path (e.g., "username/repo")
GITLAB_PROJECT=your-username/jj-vine-test-repo

# GitLab personal access token with API access
GITLAB_TOKEN=glpat-your-token-here

# Optional: Path to CA bundle for TLS verification
# GITLAB_CA_BUNDLE=/path/to/ca-bundle.pem

# Optional: Accept non-compliant TLS certificates (true/false)
# GITLAB_TLS_ACCEPT_NON_COMPLIANT_CERTS=false


# GitHub instance URL
GITHUB_HOST=https://api.github.com

# GitHub project path (e.g., "username/repo")
GITHUB_PROJECT=your-username/jj-vine-test-repo

# GitHub Personal Access Token
GITHUB_TOKEN=etc


# Forjejo instance URL - defaults to local installation ran by `just start-forgejo`
FORJEJO_HOST=http://localhost:3000

# Forjejo project path (e.g. "username/repo")
FORJEJO_PROJECT=your-username/jj-vine-test-repo

# Forjejo Access Token
FORJEJO_TOKEN=etc


# Azure instance host and protocol
AZURE_HOST=https://dev.azure.com

# Azure VSSPS host and protocol
AZURE_VSSPS_HOST=https://vssps.dev.azure.com

# Azure hostname for SSH
AZURE_SSH_HOST=ssh.dev.azure.com

# Azure organization name & project name
AZURE_PROJECT=your-username/jj-vine-test-repo

# Azure repository name in the project
AZURE_REPO_NAME=jj-vine-test-repo

# Azure personal access token
AZURE_TOKEN=etc