Skip to content

docs: describe each hook class in the README#220

Merged
alexander-akait merged 3 commits intomainfrom
claude/resolve-issue-48-docs-SxGVu
Apr 20, 2026
Merged

docs: describe each hook class in the README#220
alexander-akait merged 3 commits intomainfrom
claude/resolve-issue-48-docs-SxGVu

Conversation

@alexander-akait
Copy link
Copy Markdown
Member

@alexander-akait alexander-akait commented Apr 20, 2026

fixes #48

claude added 2 commits April 20, 2026 12:54
Adds a "Hook classes" section that covers every built-in hook (tap
methods, call methods, result value, and the effect of returning a
value from a tap), addressing the ask in #48.
Each hook class subsection now includes a short snippet illustrating
typical taps and the corresponding call/result, following up on #48.
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 20, 2026

⚠️ No Changeset found

Latest commit: 05cdc5e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented Apr 20, 2026

CLA Not Signed

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.96%. Comparing base (a2b0d37) to head (05cdc5e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #220   +/-   ##
=======================================
  Coverage   97.96%   97.96%           
=======================================
  Files          13       13           
  Lines         689      689           
  Branches      112      112           
=======================================
  Hits          675      675           
  Misses         13       13           
  Partials        1        1           
Flag Coverage Δ
integration 97.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alexander-akait alexander-akait merged commit edb1d12 into main Apr 20, 2026
31 of 32 checks passed
@alexander-akait alexander-akait deleted the claude/resolve-issue-48-docs-SxGVu branch April 20, 2026 13:14
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.

Hook Descriptions

2 participants