From efc5e11eca2ab7cd912168f1845387c57f1f7b85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Jan 2026 21:43:50 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/git/README.md | 6 +----- src/github/README.md | 3 ++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/git/README.md b/src/git/README.md index 40f86aa..f2d0309 100644 --- a/src/git/README.md +++ b/src/git/README.md @@ -1,7 +1,7 @@ # Git Configuration (git) -Configures git with user settings, signing keys, plugins, and global gitignore +Installs git plugins and configures global gitignore ## Example Usage @@ -15,10 +15,6 @@ Configures git with user settings, signing keys, plugins, and global gitignore | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| provider | Git provider to configure default settings for (to be implemented) | string | none | -| userName | Git user.name value. Falls back to GIT_USER environment variable if not set. | string | - | -| userEmail | Git user.email value. Falls back to GIT_EMAIL environment variable if not set. | string | - | -| signingKey | Path to signing key relative to $HOME/.ssh (e.g., 'github.pub'). Leave empty to disable signing. | string | - | | installGitKraken | Install GitKraken CLI (gk) for enhanced git operations | boolean | false | ## Customizations diff --git a/src/github/README.md b/src/github/README.md index 332d909..7d23149 100644 --- a/src/github/README.md +++ b/src/github/README.md @@ -16,7 +16,8 @@ Installs GitHub CLI (gh) with optional GitHub Copilot CLI and skills support | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | installCopilot | Install GitHub Copilot CLI extension | boolean | false | -| skills | Comma-separated list of Copilot skills to install (e.g., 'tf-module,api-design'). Requires installCopilot to be enabled. | string | - | +| installGitKraken | Install GitKraken CLI (gk) for enhanced git operations. Requires git feature to be installed. | boolean | false | +| skills | Comma-separated list of Copilot skills to install (e.g., 'tf-module,api-design'). Skills are always downloaded when specified, regardless of authentication status. | string | - | ## Customizations