From ace8e2beaabe3910171158c8d3bae138c6e1bd0a Mon Sep 17 00:00:00 2001 From: Pedram Amini Date: Mon, 2 Feb 2026 17:31:47 -0600 Subject: [PATCH] fix(docs): standardize image paths to use ./screenshots/ format All image references now consistently use relative ./screenshots/ paths instead of mixed formats (some were /screenshots/ or screenshots/). --- docs/local-manifest.md | 2 +- docs/openspec-commands.md | 2 +- docs/playbook-exchange.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/local-manifest.md b/docs/local-manifest.md index 699fc93d..83c9ad2b 100644 --- a/docs/local-manifest.md +++ b/docs/local-manifest.md @@ -171,7 +171,7 @@ This enables rapid iteration during playbook development. Local playbooks are visually distinguished in the Playbook Exchange with a blue "Local" badge: -![Playbook Exchange with Local Badge](screenshots/playbook-exchange-list-with-local.png) +![Playbook Exchange with Local Badge](./screenshots/playbook-exchange-list-with-local.png) - **Badge:** Blue "Local" badge next to category - **Tooltip:** "Custom local playbook" on hover diff --git a/docs/openspec-commands.md b/docs/openspec-commands.md index b96e07f8..ca641a7e 100644 --- a/docs/openspec-commands.md +++ b/docs/openspec-commands.md @@ -155,7 +155,7 @@ Access OpenSpec commands via **Settings → AI Commands** tab. Here you can: Commands marked with a **Maestro** badge are Maestro-specific additions to the upstream workflow. - OpenSpec commands in the AI Commands panel + OpenSpec commands in the AI Commands panel ## Auto-Updates diff --git a/docs/playbook-exchange.md b/docs/playbook-exchange.md index 7202e8f8..c818be76 100644 --- a/docs/playbook-exchange.md +++ b/docs/playbook-exchange.md @@ -25,7 +25,7 @@ The exchange displays playbooks in a searchable grid organized by category: Use `Cmd+Shift+[` / `Cmd+Shift+]` (`Ctrl+Shift+[/]` on Windows/Linux) to quickly switch between category tabs. - Playbook Exchange browsing view + Playbook Exchange browsing view ## Playbook Details @@ -46,7 +46,7 @@ Clicking a playbook tile (or pressing `Enter`) opens the detail view where you c - **`Esc`** — Return to the playbook grid - Playbook Exchange detail view + Playbook Exchange detail view ## Importing a Playbook