docs(graceful-handoff): bring README in line with the org repo standard
Ran the repo-standard gate (plugin class): 5 ERROR + 2 WARN + 2 SKIP. Now 0 ERROR / 0 WARN / 0 SKIP, 13 checks passing. Docs only — no plugin code, version or behaviour changed. - H1 is the repo name; opening line is verbatim the forge description, so description == catalog == README is machine-checkable. - `## Install` promoted to a top-level heading on the first screen and given the CLI command `claude plugin install graceful-handoff@ktg-plugin-marketplace` next to `marketplace add` (the enabledPlugins JSON stays as a second form). Prerequisites split out as `## Requirements`; Quick Start keeps the usage. - Added `## Non-goals` (what it deliberately does not do) and `## Changelog`. - Dropped the static tests-30 badge: no CI runner exists on this forge, so it asserted a run nothing verifies. The Testing section now states the command and that nothing runs it automatically. - Fixed two dead `../../README.md` references inherited from the monorepo — both point outside a standalone repo and 404. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019x1C8tjmB2vUCM9jE668ZF
This commit is contained in:
parent
192d4403eb
commit
13e29723a7
2 changed files with 60 additions and 31 deletions
|
|
@ -4,6 +4,14 @@ All notable changes to graceful-handoff are documented here.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- **README brought in line with the org repo standard** (`repo-standard` gate, 0 ERROR). Documentation only — no plugin code, version, or behaviour changed. H1 is now the repo name; the opening line is verbatim the forge description (so description == catalog == README is machine-checkable); `## Install` is a top-level heading on the first screen and carries the CLI command `claude plugin install graceful-handoff@ktg-plugin-marketplace` next to `marketplace add`; `## Non-goals` and `## Changelog` sections added.
|
||||
- **Dropped the static `tests-30` badge.** This forge has no CI runner, so the badge asserted a run nothing verifies. The Testing section now states the command and says plainly that nothing runs it automatically. Note for the catalog: the tests axis no longer has a badge backing it.
|
||||
- **Fixed two dead `../../README.md` references** inherited from the monorepo (README lines 7 and the marketplace footer) — both pointed outside a standalone repo and 404'd.
|
||||
|
||||
## [3.1.0] - 2026-06-24
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue