From d58a9188b9b2ea50be26980cd62097e9d63a94de Mon Sep 17 00:00:00 2001 From: aaddrick Date: Wed, 20 May 2026 22:36:36 -0400 Subject: [PATCH] docs: rename to lowercase kebab-case; move STYLEGUIDE under docs/styleguides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pure git mv. No content changes — the next commit updates cross-refs. - STYLEGUIDE.md → docs/styleguides/bash_styleguide.md - docs/BUILDING.md → docs/building.md - docs/CONFIGURATION.md → docs/configuration.md - docs/DECISIONS.md → docs/decisions.md - docs/TROUBLESHOOTING.md → docs/troubleshooting.md Brings docs/ filenames in line with the conventions in docs/styleguides/docs_styleguide.md: lowercase kebab-case throughout, styleguides under docs/styleguides/. Co-Authored-By: Claude --- docs/{BUILDING.md => building.md} | 0 docs/{CONFIGURATION.md => configuration.md} | 0 docs/{DECISIONS.md => decisions.md} | 0 STYLEGUIDE.md => docs/styleguides/bash_styleguide.md | 0 docs/{TROUBLESHOOTING.md => troubleshooting.md} | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename docs/{BUILDING.md => building.md} (100%) rename docs/{CONFIGURATION.md => configuration.md} (100%) rename docs/{DECISIONS.md => decisions.md} (100%) rename STYLEGUIDE.md => docs/styleguides/bash_styleguide.md (100%) rename docs/{TROUBLESHOOTING.md => troubleshooting.md} (96%) diff --git a/docs/BUILDING.md b/docs/building.md similarity index 100% rename from docs/BUILDING.md rename to docs/building.md diff --git a/docs/CONFIGURATION.md b/docs/configuration.md similarity index 100% rename from docs/CONFIGURATION.md rename to docs/configuration.md diff --git a/docs/DECISIONS.md b/docs/decisions.md similarity index 100% rename from docs/DECISIONS.md rename to docs/decisions.md diff --git a/STYLEGUIDE.md b/docs/styleguides/bash_styleguide.md similarity index 100% rename from STYLEGUIDE.md rename to docs/styleguides/bash_styleguide.md diff --git a/docs/TROUBLESHOOTING.md b/docs/troubleshooting.md similarity index 96% rename from docs/TROUBLESHOOTING.md rename to docs/troubleshooting.md index 9072d91..6475d93 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/troubleshooting.md @@ -80,7 +80,7 @@ If the global hotkey (Ctrl+Alt+Space) doesn't work, ensure you're not running in **Note:** Native Wayland mode doesn't support global hotkeys due to Electron/Chromium limitations with XDG GlobalShortcuts Portal. -See [CONFIGURATION.md](CONFIGURATION.md) for more details on the `CLAUDE_USE_WAYLAND` environment variable. +See [configuration.md](configuration.md) for more details on the `CLAUDE_USE_WAYLAND` environment variable. ### Keyboard Input Doesn't Work (IBus / GTK Input Method) @@ -237,7 +237,7 @@ If Cowork fails with a VM timeout, the KVM backend is selected but the guest VM COWORK_VM_BACKEND=bwrap claude-desktop ``` -See [CONFIGURATION.md](CONFIGURATION.md#cowork-backend) for how to make this permanent. +See [configuration.md](configuration.md#cowork-backend) for how to make this permanent. ### Cowork: virtiofsd not found (Fedora/RHEL)