Skip to content

fix: AGENTS.md — use client.app.log() not _client?.app?.log() #38

Description

@four-bytes-robby

Problem

PR #37 added the plugin logging convention to AGENTS.md but used the wrong variable name _client?.app?.log(). The actual plugin code destructures { client, directory } = ctx and calls client.app.log().

Both CodeRabbit and cubic flagged this mismatch in the review but it was not fixed before merge.

Fix

Update AGENTS.md line 16-17 to use client.app.log() instead of _client?.app?.log().

Reference

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions