[Repo Assist] docs: add SETUP.md and POWERTOYS.md; fix stale CommandPalette README#110
Draft
github-actions[bot] wants to merge 1 commit intomasterfrom
Draft
Conversation
… in README - docs/SETUP.md: step-by-step installer guide covering prerequisites, first-run configuration, tray icon status, deep links, troubleshooting, and uninstall - docs/POWERTOYS.md: PowerToys Command Palette extension guide covering installation, available commands (accurate vs. stale README), and troubleshooting - README.md: fix CommandPalette section — was listing 6 commands that don't exist (Full Status, Sessions, Channels, Health Check); replace with the 4 actual commands (Open Dashboard, Web Chat, Quick Send, Settings); update install instructions to reference the installer rather than Visual Studio MSIX deploy; add links to new SETUP.md and POWERTOYS.md docs Closes #103 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
26 tasks
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.
🤖 This is an automated draft PR from Repo Assist.
Closes #103
Summary
Addresses two documentation gaps surfaced in issue #103 and a pre-existing stale section in the README.
New files
docs/SETUP.md— End-user installation guide:docs/POWERTOYS.md— PowerToys Command Palette extension guide:Add-AppxPackageregistrationREADME.md fixes
The
OpenClaw.CommandPalettesection listed 6 commands that don't exist in the current implementation:The install instructions also said "Deploy the MSIX package via Visual Studio" — replaced with the actual installer flow and manual
Add-AppxPackagecommand.Added links to the new
docs/SETUP.mdanddocs/POWERTOYS.mdin the Quick Start section.Test Status
Documentation-only changes. No build or test impact.