Skip to content

Fix paw-status onboarding: replace local doc refs with documentation website URLs#293

Merged
lossyrob merged 2 commits intofix/273-paw-about-uxfrom
copilot/sub-pr-290
Mar 16, 2026
Merged

Fix paw-status onboarding: replace local doc refs with documentation website URLs#293
lossyrob merged 2 commits intofix/273-paw-about-uxfrom
copilot/sub-pr-290

Conversation

Copy link
Contributor

Copilot AI commented Mar 15, 2026

The paw-status skill instructed the agent to read local repository docs (README.md, docs/index.md, etc.) when answering "What is PAW?" onboarding questions—files that won't exist in a CLI plugin installation target.

Change

  • Replaced local file path references on line 162 of skills/paw-status/SKILL.md with public documentation website URLs:
- Ground the answer in repository docs before replying: `README.md` (`## What is PAW?`), `docs/index.md`, `docs/guide/index.md`, and `docs/guide/cli-installation.md`.
+ For full documentation, see: https://lossyrob.github.io/phased-agent-workflow/ (overview), https://lossyrob.github.io/phased-agent-workflow/guide/ (getting started), https://lossyrob.github.io/phased-agent-workflow/guide/cli-installation/ (CLI install).

The inline context in the surrounding lines (PAW definition, workflows, platform-specific install instructions) is unchanged and remains the primary source for answering onboarding questions.


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Copilot AI changed the title [WIP] [WIP] Address feedback on linking PAW onboarding to documentation website Fix paw-status onboarding: replace local doc refs with documentation website URLs Mar 15, 2026
Copilot AI requested a review from lossyrob March 15, 2026 02:22
@lossyrob lossyrob marked this pull request as ready for review March 16, 2026 14:34
@lossyrob lossyrob merged commit 2997845 into fix/273-paw-about-ux Mar 16, 2026
@lossyrob lossyrob deleted the copilot/sub-pr-290 branch March 16, 2026 14:34
lossyrob added a commit that referenced this pull request Mar 17, 2026
* Plan PAW about UX fix

Co-authored-by: Copilot <[email protected]>

* Ground PAW onboarding in project docs

Co-authored-by: Copilot <[email protected]>

* Stop tracking PAW artifacts for paw-about-ux

Co-authored-by: Copilot <[email protected]>

* Fix paw-status onboarding: replace local doc refs with documentation website URLs (#293)

* Use {{vscode}}/{{cli}} conditional blocks for platform-specific onboarding in paw-status (#294)

* Initial plan

* Use conditional blocks for platform-specific content in paw-status

Co-authored-by: lossyrob <[email protected]>

* Remove install guidance; keep only workflow init instructions in paw-status help mode

Co-authored-by: lossyrob <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: lossyrob <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: lossyrob <[email protected]>
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.

2 participants