Skip to content

Plugin self-update via Gitea webhook or cron #3

@jordanpartridge

Description

@jordanpartridge

Problem

Plugin changes (like the timestamp whisper fix) require manual git pull on each machine.

Solution

Either:

  1. Lightweight cron that runs git -C ~/.claude/plugins/cache/conduit-ui-marketplace/know/1.0.0 pull hourly
  2. Gitea webhook receiver that triggers pull on push events (Tailscale-only)

Acceptance Criteria

  • Plugin updates propagate to all machines automatically
  • No public endpoints required (Tailscale mesh only)
  • Fallback to hourly cron if webhook unavailable

Part of v1.1.0 release.

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