Skip to content

chore: release main - #83

Merged
amondnet merged 1 commit into
mainfrom
release-please--branches--main
Apr 14, 2026
Merged

chore: release main#83
amondnet merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

ask-plugin: 0.4.3

0.4.3 (2026-04-14)

Bug Fixes

  • cli: align ensureCheckout with PM-unified store layout (#82) (4ee9db2)
ask: 0.4.2

0.4.2 (2026-04-14)

Bug Fixes

  • cli: align ensureCheckout with PM-unified store layout (#82) (4ee9db2)

This PR was generated with Release Please. See documentation.


Summary by cubic

Publish a patch release that fixes CLI checkout handling with PM‑unified store layouts. This improves reliability when resolving packages during checkout.

  • Bug Fixes

    • CLI: align ensureCheckout with the package manager’s unified store layout to prevent path issues.
  • Dependencies

    • Bump ask to 0.4.3.
    • Bump @pleaseai/ask to 0.4.2.

Written for commit 278cd02. Summary will update on new commits.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Apr 14, 2026

Copy link
Copy Markdown

Deploying ask-registry with  Cloudflare Pages  Cloudflare Pages

Latest commit: 278cd02
Status: ✅  Deploy successful!
Preview URL: https://6ae91551.ask-registry.pages.dev
Branch Preview URL: https://release-please--branches--ma-vd2h.ask-registry.pages.dev

View logs

@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. type:chore Maintenance, build, dependencies labels Apr 14, 2026

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 5 files

Auto-approved: Automated release PR containing only version bumps and changelog updates, generated by release-please.

Architecture diagram
sequenceDiagram
    participant U as User / AI Agent
    participant CLI as @pleaseai/ask (CLI)
    participant PM as Unified Store (PM Layout)
    participant FS as Local Filesystem

    Note over CLI, PM: Flow for 'ensureCheckout' with Unified Store
    
    U->>CLI: Request documentation checkout
    CLI->>CLI: Resolve package version & metadata
    
    rect rgb(240, 240, 240)
        Note right of CLI: CHANGED: Path resolution logic
        CLI->>PM: CHANGED: Locate package via unified store layout
        PM-->>CLI: Return resolved store path
    end
    
    CLI->>FS: Verify existing checkout directory
    
    alt Checkout Missing or Stale
        CLI->>FS: CHANGED: Create symlink or copy from unified store path
        FS-->>CLI: Success
    else Checkout Valid
        CLI->>CLI: Skip filesystem write
    end
    
    CLI-->>U: Return local path to documentation
Loading

@amondnet
amondnet merged commit 92c11b2 into main Apr 14, 2026
2 checks passed
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

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

Labels

autorelease: tagged size:S This PR changes 10-29 lines, ignoring generated files. type:chore Maintenance, build, dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant