docs: add search dev-mode limitation to docs README#30958
Closed
docs: add search dev-mode limitation to docs README#30958
Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/f5e7c521-3639-4b90-834f-b69095884b29 Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/f5e7c521-3639-4b90-834f-b69095884b29 Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
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
Contributor
|
Hey
If you'd like a hand cleaning this up, here's a ready-to-run agent prompt:
|
Collaborator
|
@copilot merge main and recompile |
Contributor
There was a problem hiding this comment.
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.ymlfiles, changing howactions/github-scriptis recorded (e.g.,v9.0.0→v9) in the generated manifest/header and someuses: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
| @@ -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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Multi-device docs testing surfaced that the Astro/Starlight search is silently unavailable in dev mode — contributors running
npm run devsee a dead search button with no documented explanation.Changes
docs/README.md: Added### Search not available in dev modeunder the existing⚠️ Known Dev-Mode Limitationssection, matching the style of the existing sitemap limitation entry. Documents the expected dev-mode message and directs contributors tonpm run build && npm run previewto test search locally.