Skip to content

chore(skill): add library status badge (STABLE / DEPRECATED / UNSTABLE) - #11

Merged
gre-ledger merged 1 commit into
developfrom
chore/lib-status-badge
Jul 17, 2026
Merged

chore(skill): add library status badge (STABLE / DEPRECATED / UNSTABLE)#11
gre-ledger merged 1 commit into
developfrom
chore/lib-status-badge

Conversation

@gre-ledger

Copy link
Copy Markdown
Collaborator

Summary

  • Adds a Step 6 to the import-lib-from-live skill to set a library status in its README
  • Three statuses, each rendered as a GitHub markdown alert:
    • STABLE[!NOTE]
    • DEPRECATED[!WARNING] + migration target
    • UNSTABLE[!CAUTION] + instability disclaimer
  • Applies STABLE to libs/logs/README.md as the first use

Test plan

  • libs/logs/README.md renders the > [!NOTE] **Status: STABLE** block correctly on GitHub
  • CI passes

Introduces STABLE / DEPRECATED / UNSTABLE status blocks rendered as
GitHub markdown alerts in each library README.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 17, 2026 12:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds a standardized “library status” callout to library READMEs (using GitHub Markdown alerts) and updates the import-lib-from-live skill so newly imported libraries get an explicit status at the top of their README.

Changes:

  • Added a STABLE status alert block to @ledgerhq/logs README as the first concrete usage.
  • Extended the import-lib-from-live skill with a new step documenting the three supported statuses (STABLE / DEPRECATED / UNSTABLE) and their required README blocks.
  • Renumbered subsequent steps in the skill to account for the new inserted step.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
libs/logs/README.md Prepends a GitHub alert block indicating the library is STABLE.
.agents/skills/import-lib-from-live/SKILL.md Adds Step 6 to standardize README status blocks (STABLE/DEPRECATED/UNSTABLE) and renumbers later steps.

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

@gre-ledger
gre-ledger marked this pull request as ready for review July 17, 2026 12:46
@gre-ledger
gre-ledger requested a review from a team as a code owner July 17, 2026 12:46
@gre-ledger
gre-ledger merged commit 21f4e31 into develop Jul 17, 2026
9 checks passed
@gre-ledger
gre-ledger deleted the chore/lib-status-badge branch July 17, 2026 13:23
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.

3 participants