chore: release main - #83
Merged
Merged
Conversation
Deploying ask-registry with
|
| 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 |
Contributor
There was a problem hiding this comment.
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
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
ask-plugin: 0.4.3
0.4.3 (2026-04-14)
Bug Fixes
ask: 0.4.2
0.4.2 (2026-04-14)
Bug Fixes
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
Dependencies
askto 0.4.3.@pleaseai/askto 0.4.2.Written for commit 278cd02. Summary will update on new commits.