Skip to content

docs: add search dev-mode limitation to docs README#30958

Closed
Copilot wants to merge 3 commits intomainfrom
copilot/fix-multi-device-docs-testing-report
Closed

docs: add search dev-mode limitation to docs README#30958
Copilot wants to merge 3 commits intomainfrom
copilot/fix-multi-device-docs-testing-report

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 8, 2026

Multi-device docs testing surfaced that the Astro/Starlight search is silently unavailable in dev mode — contributors running npm run dev see a dead search button with no documented explanation.

Changes

  • docs/README.md: Added ### Search not available in dev mode under the existing ⚠️ Known Dev-Mode Limitations section, matching the style of the existing sitemap limitation entry. Documents the expected dev-mode message and directs contributors to npm run build && npm run preview to test search locally.

Copilot AI and others added 2 commits May 8, 2026 07:13
Copilot AI changed the title [WIP] Fix multi-device docs testing report warning docs: add search dev-mode limitation to docs README May 8, 2026
Copilot AI requested a review from gh-aw-bot May 8, 2026 07:18
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Hey @Copilot 👋 — thanks for documenting the Astro/Starlight search dev-mode limitation! That's exactly the kind of contributor-friendly note that saves people debugging time. A couple of things worth tidying up before this lands:

  • Unfocused diff — the PR description mentions only a single change to docs/README.md, but the diff spans 187 files — almost entirely .github/workflows/*.lock.yml files. These lock-file updates appear to have been swept in from the branch state rather than being intentional parts of this fix. The docs/README.md change should be isolated in its own clean commit/PR so reviewers can confirm the intent quickly.
  • No tests — for a docs-only change this is low-risk, but if any automated spell-check or link-check CI exists in this repo, make sure those pass on the trimmed branch.

If you'd like a hand cleaning this up, here's a ready-to-run agent prompt:

The PR branch `copilot/fix-multi-device-docs-testing-report` contains 187 changed files, but the only intentional change is adding a "Search not available in dev mode" note under the "Known Dev-Mode Limitations" section of `docs/README.md`.

Please:
1. Reset the branch to `main`.
2. Cherry-pick or re-apply only the `docs/README.md` change (add the `### Search not available in dev mode` subsection matching the style of the existing sitemap limitation entry, directing contributors to `npm run build && npm run preview`).
3. Commit with message: `docs: document search unavailability in dev mode`
4. Force-push the cleaned branch so the PR diff shows only the intended single-file change.

Generated by Contribution Check · ● 9.1M ·

@pelikhan pelikhan marked this pull request as ready for review May 8, 2026 09:43
Copilot AI review requested due to automatic review settings May 8, 2026 09:43
@pelikhan
Copy link
Copy Markdown
Collaborator

pelikhan commented May 8, 2026

@copilot merge main and recompile

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR documents that Astro/Starlight search is unavailable in dev mode and (additionally) updates a large set of generated workflow lock files.

Changes:

  • Added a “Search not available in dev mode” entry to the docs README under known dev-mode limitations.
  • Updated many .github/workflows/*.lock.yml files, changing how actions/github-script is recorded (e.g., v9.0.0v9) in the generated manifest/header and some uses: comments.
Show a summary per file
File Description
docs/README.md Documents Starlight search being unavailable in npm run dev and how to test via build + preview.
.github/workflows/weekly-editors-health-check.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/video-analyzer.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/update-astro.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/test-workflow.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/test-project-url-default.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/test-dispatcher.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/smoke-workflow-call.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/smoke-workflow-call-with-inputs.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/smoke-temporary-id.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/smoke-service-ports.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/smoke-opencode.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/smoke-crush.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/smoke-ci.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/research.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/repo-tree-map.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/github-remote-mcp-auth-test.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/github-mcp-tools-report.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/functional-pragmatist.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/firewall.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/example-permissions-warning.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/docs-noob-tester.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/dependabot-repair.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/dependabot-go-checker.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/dependabot-burner.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/daily-team-status.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/daily-team-evolution-insights.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/daily-syntax-error-quality.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/daily-sentrux-report.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/daily-regulatory.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/daily-multi-device-docs-tester.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/daily-malicious-code-scan.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/codex-github-remote-mcp-test.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/code-simplifier.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/cli-consistency-checker.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/changeset.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/blog-auditor.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.
.github/workflows/ace-editor.lock.yml Regenerated lock output; actions/github-script version annotation adjusted.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 152/187 changed files
  • Comments generated: 38

Comment thread docs/README.md
@@ -44,6 +44,14 @@ The sitemap (`/gh-aw/sitemap-index.xml`) is **only generated during a production

If a CI pipeline or automated tool checks for the sitemap URL during a local preview, it will receive a 404 response. To verify the sitemap, run `npm run build` followed by `npm run preview`.

### Search not available in dev mode
Comment on lines +37 to 38
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
Comment on lines +40 to 41
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
Comment on lines +37 to 38
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
Comment on lines +35 to 36
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
# - actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
# - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
# - actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
# - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
# - actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
# - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
# - actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
# - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
# - actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
# - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🔍 Multi-Device Docs Testing Report - 2026-05-08

4 participants