Skip to content

chore: release main#29

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

chore: release main#29
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: 0.1.3

0.1.3 (2026-04-08)

Features

  • cli: auto-manage ignore files for vendored .ask/docs (#26) (abc2230)
ask-plugin: 0.1.4

0.1.4 (2026-04-08)

Features

  • cli: auto-manage ignore files for vendored .ask/docs (#26) (abc2230)

This PR was generated with Release Please. See documentation.


Summary by cubic

Release ask 0.1.4 and @pleaseai/ask 0.1.3, adding CLI support to auto-manage ignore files for vendored .ask/docs.

  • New Features
    • CLI auto-manages .gitignore/.npmignore to exclude vendored .ask/docs.

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

@cloudflare-workers-and-pages

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

Copy link
Copy Markdown

Deploying ask-registry with  Cloudflare Pages  Cloudflare Pages

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

View logs

@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 generated by Release Please. Only contains version bumps and changelog updates.

Architecture diagram
sequenceDiagram
    participant User
    participant CLI as Ask CLI (@pleaseai/ask)
    participant Registry as Docs Registry
    participant FS as Local File System

    User->>CLI: ask install [library]
    
    CLI->>Registry: Fetch version-specific documentation
    Registry-->>CLI: Documentation data (Markdown/JSON)
    
    CLI->>FS: NEW: Save documentation to .ask/docs/
    
    Note over CLI,FS: Auto-manage ignore files
    
    rect rgb(240, 240, 240)
        CLI->>FS: NEW: Read .gitignore
        alt .ask/docs/ not present in .gitignore
            CLI->>FS: NEW: Append .ask/docs/ to .gitignore
        end

        CLI->>FS: NEW: Read .npmignore (if exists)
        alt .ask/docs/ not present in .npmignore
            CLI->>FS: NEW: Append .ask/docs/ to .npmignore
        end
    end

    FS-->>CLI: Confirmation
    CLI-->>User: Success: Docs vendored and ignored
Loading

@amondnet amondnet merged commit 4127e4d into main Apr 8, 2026
2 checks passed
@github-actions

github-actions Bot commented Apr 8, 2026

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant