RepoPilot

krisleech/wisper

A micro library providing Ruby objects with Publish-Subscribe capabilities

Mixed

Stale — last commit 2y ago

MixedDependency

last commit was 2y ago; license evidence incomplete…

MixedFork & modify

last commit was 2y ago; license evidence incomplete

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 2y ago; Scorecard "Token-Permissions" is 0/10…

  • Stale — last commit 2y ago
  • Concentrated ownership — top contributor handles 62% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • 27+ active contributors
  • CI configured
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: krisleech/wisper

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T15:39:13.205Z · commit 4569343e353e

Verdict

Mixed — Stale — last commit 2y ago

  • 27+ active contributors
  • CI configured
  • Tests present

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

Wisper is a lightweight Ruby library that adds Publish-Subscribe (event-driven) capabilities to any Ruby class via the Wisper::Publisher mixin. It lets objects broadcast events synchronously to multiple subscribed listeners—either concrete objects implementing event-handler methods or blocks—decoupling business logic from side effects like notifications, logging, or external service calls. Simple, modular structure: lib/wisper/ contains the core Publisher mixin (lib/wisper/publisher.rb), registration handlers (lib/wisper/registration/ for both blocks and objects), broadcasters (lib/wisper/broadcasters/ with send and logger variants), and configuration (lib/wisper/configuration.rb). Tests…

Start here

Open these first:

  • lib/wisper.rb — Main entry point that loads the Wisper gem and exposes the core publish-subscribe API.
  • lib/wisper/publisher.rb — Core abstraction implementing the Publisher mixin that enables objects to broadcast events to listeners.
  • lib/wisper/registration/registration.rb — Manages listener registration state and orchestrates event delivery to registered subscribers.
  • lib/wisper/broadcasters/send_broadcaster.rb — Default broadcaster that synchronously dispatches events to listener methods using Ruby's send.
  • lib/wisper/global_listeners.rb — Handles registration of application-wide listeners that persist across multiple publisher instances.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repo and install dependencies: git clone https://github.com/krisleech/wisper.git && cd wisper && bundle install. Run tests with bundle exec rspec. Use bin/console for an interactive environment (suggeste…

Daily commands:

Wisper is a library, not a runnable application. Start by requiring it in a Ruby script and following the Usage section of README.md: include Wisper::Publisher in a class, call broadcast() to emit events, and subscribe…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Concentrated ownership — top contributor handles 62% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • No explicit environment variables or service dependencies documented in the provided data. However: (1) Block subscriptions via .on() expect the block to accept event arguments in order; (2) Listener objects must…
  • License evidence is incomplete or ambiguous.
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/krisleech/wisper?axis=learn)](https://repopilot.app/r/krisleech/wisper)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/krisleech/wisper on X, Slack, or LinkedIn.

Ask AI about krisleech/wisper

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/krisleech/wisper"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>