Skip to content

chore: release main#98

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

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

Conversation

@pleaeai-bot
Copy link
Copy Markdown
Contributor

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

🤖 I have created a release beep boop

docus: 1.0.0

1.0.0 (2026-03-25)

Features

  • docus: add docus plugin to marketplace (#97) (7ff6fa5)

This PR was generated with Release Please. See documentation.


Summary by cubic

Publish the first release of plugins/docus (v1.0.0) and add the plugin to the marketplace. Updates the release manifest and adds a changelog.

Written for commit e513531. Summary will update on new commits.

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 25, 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 25, 2026 7:56am

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 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant User as User / CLI
    participant Market as Marketplace API
    participant Manifest as Release Manifest
    participant Registry as Plugin Registry (CDN/NPM)
    participant Runtime as Plugin Host Runtime

    Note over User,Runtime: Plugin Discovery and Initialization Flow

    User->>Market: List available plugins
    Market->>Manifest: CHANGED: Resolve versions from .release-please-manifest.json
    Manifest-->>Market: Return map (includes NEW: plugins/docus v1.0.0)
    Market-->>User: Display plugin list with Docus

    alt User selects Docus plugin
        User->>Runtime: Request plugin activation
        Runtime->>Registry: NEW: Fetch plugin bundle for docus@1.0.0
        Registry-->>Runtime: Return JavaScript / Metadata
        Runtime->>Runtime: NEW: Load and Sandbox Docus Plugin
        Runtime-->>User: Plugin Ready
    end

    Note over User,Runtime: CHANGELOG.md is now available for version history lookups
Loading

@amondnet amondnet merged commit 2cd111f into main Mar 25, 2026
7 checks passed
@amondnet amondnet deleted the release-please--branches--main branch March 25, 2026 08:02
@pleaeai-bot
Copy link
Copy Markdown
Contributor Author

pleaeai-bot Bot commented Mar 25, 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