Skip to content

chore: release main#37

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

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

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

ask-plugin: 0.2.1

0.2.1 (2026-04-08)

Features

  • cli: npm tarball dist/docs support with monorepo disambiguation (#35) (4fd822b), closes #33
ask: 0.2.1

0.2.1 (2026-04-08)

Features

  • cli: npm tarball dist/docs support with monorepo disambiguation (#35) (4fd822b), closes #33

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @pleaseai/ask-schema bumped to 0.2.1
ask-schema: 0.2.1

0.2.1 (2026-04-08)

Features

  • cli: npm tarball dist/docs support with monorepo disambiguation (#35) (4fd822b), closes #33

This PR was generated with Release Please. See documentation.


Summary by cubic

Release 0.2.1 adds CLI support for installing and reading dist/docs from npm tarballs, with monorepo package path disambiguation. Versions are aligned to 0.2.1 across the repo, including @pleaseai/ask and @pleaseai/ask-schema.

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

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying ask-registry with  Cloudflare Pages  Cloudflare Pages

Latest commit: bacadb4
Status:⚡️  Build in progress...

View logs

@amondnet
amondnet merged commit cb20566 into main Apr 8, 2026
1 of 2 checks passed
@github-actions

github-actions Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

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

Auto-approved: Standard release PR generated by Release Please. Contains only version bumps and changelog updates with no changes to source code logic.

Architecture diagram
sequenceDiagram
    participant User as Developer/Agent
    participant CLI as @pleaseai/ask (CLI)
    participant NPM as NPM Registry
    participant FS as Local File System

    Note over User,FS: Runtime flow for fetching library documentation

    User->>CLI: ask install <package>@<version>
    
    CLI->>NPM: Fetch package metadata
    NPM-->>CLI: Registry JSON (tarball URL)
    
    CLI->>NPM: Download .tgz tarball
    NPM-->>CLI: Tarball stream
    
    Note right of CLI: NEW: Monorepo Disambiguation
    CLI->>CLI: Identify package root within tarball
    
    alt Monorepo Package
        CLI->>CLI: Resolve sub-path (e.g., packages/name)
    else Standard Package
        CLI->>CLI: Use default root
    end

    Note right of CLI: NEW: dist/docs Support
    CLI->>CLI: Locate documentation assets in dist/docs
    
    CLI->>FS: Extract & write markdown files
    FS-->>CLI: Write success
    
    CLI-->>User: Documentation ready for AI context
Loading

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.

track: npm-tarball-docs-20260408

1 participant