Skip to content

chore: release main#131

Merged
amondnet merged 1 commit intomainfrom
release-please--branches--main
Mar 31, 2026
Merged

chore: release main#131
amondnet merged 1 commit intomainfrom
release-please--branches--main

Conversation

@pleaeai-bot
Copy link
Copy Markdown
Contributor

@pleaeai-bot pleaeai-bot Bot commented Mar 29, 2026

🤖 I have created a release beep boop

please-plugins: 1.2.0

1.2.0 (2026-03-31)

Features

  • please-plugins: add monorepo workspace dependency scanning (#133) (3d824e1)

Bug Fixes

  • please-plugins: setup command fails to find root package.json (#130) (ff798ee)
wordpress: 1.0.0

1.0.0 (2026-03-31)

Features

  • wordpress: add WordPress plugin to marketplace (#137) (733303b)
vinext: 1.0.0

1.0.0 (2026-03-31)

Features

  • vinext: add vinext plugin to marketplace (#138) (e9c9c80)
gatekeeper: 1.3.0

1.3.0 (2026-03-31)

Features

  • gatekeeper: v2 — all-tool coverage + auto-mode rules (#136) (fe1cb78)

This PR was generated with Release Please. See documentation.

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
claude-code-plugins Ready Ready Preview, Comment Mar 31, 2026 3:57pm

Request Review

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 3 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant User
    participant Host as Claude Code
    participant Plugin as please-plugins
    participant FS as File System (Project Root)
    participant API as PleaseAI Marketplace

    Note over User,API: Plugin Setup / Initialization Flow
    
    User->>Host: Execute plugin setup/discovery
    Host->>Plugin: Invoke setup command
    
    Plugin->>FS: CHANGED: Search for root package.json
    
    alt root package.json found
        FS-->>Plugin: Return dependencies (e.g., react, tailwind)
        Plugin->>API: Query matching plugins for dependencies
        API-->>Plugin: List of recommended plugins
        Plugin-->>Host: Return recommendation list
        Host-->>User: Display suggested plugins to install
    else package.json NOT found
        FS-->>Plugin: No file at resolved path
        Plugin-->>Host: Error: Root project not detected
        Host-->>User: Prompt to run in project root
    end

    Note over Plugin,FS: The fix ensures correct root detection in monorepos.
Loading

@pleaeai-bot pleaeai-bot Bot force-pushed the release-please--branches--main branch from 72c92df to 2b006e9 Compare March 31, 2026 15:56
@amondnet amondnet merged commit ea45c33 into main Mar 31, 2026
6 checks passed
@amondnet amondnet deleted the release-please--branches--main branch March 31, 2026 16:05
@pleaeai-bot
Copy link
Copy Markdown
Contributor Author

pleaeai-bot Bot commented Mar 31, 2026

🤖 Created releases:

🌻

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant