Skip to content

chore: release main#100

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-please--branches--main
Open

chore: release main#100
github-actions[bot] wants to merge 1 commit intomainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 17, 2026

🤖 I have created a release beep boop

ask-plugin: 0.4.7

0.4.7 (2026-04-17)

Features

  • cli: prompt to select docs paths on ask add (#101) (eac1285)

Bug Fixes

  • cli: normalize docsPaths to POSIX separators for cross-platform portability (#103) (2608bab)
  • cli: strip removed library from AGENTS.md on ask remove (#98) (58660e4)
ask: 0.4.6

0.4.6 (2026-04-17)

Features

  • cli: prompt to select docs paths on ask add (#101) (eac1285)

Bug Fixes

  • cli: normalize docsPaths to POSIX separators for cross-platform portability (#103) (2608bab)
  • cli: strip removed library from AGENTS.md on ask remove (#98) (58660e4)

Dependencies

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

0.3.3 (2026-04-17)

Features

  • cli: prompt to select docs paths on ask add (#101) (eac1285)

This PR was generated with Release Please. See documentation.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 17, 2026

Deploying ask-registry with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9e64104
Status: ✅  Deploy successful!
Preview URL: https://a94cae31.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 17, 2026
Copy link
Copy Markdown
Contributor

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

Auto-approved: Automated release PR updating version numbers and changelogs. Low risk, no logic changes.

Architecture diagram
sequenceDiagram
    participant User as User / Developer
    participant CLI as @pleaseai/ask (CLI)
    participant Config as Local Registry / Config
    participant Docs as AGENTS.md

    Note over User,Docs: Library Removal Flow (ask remove)

    User->>CLI: Executes "ask remove <library>"
    
    CLI->>Config: Identify and delete library metadata
    Config-->>CLI: Deletion confirmed

    CLI->>Docs: Read AGENTS.md content
    Docs-->>CLI: Markdown content

    rect rgb(240, 240, 240)
        Note right of CLI: NEW: Logic to strip library entry
        CLI->>CLI: Match and remove library-specific<br/>markdown blocks from buffer
    end

    CLI->>Docs: CHANGED: Write updated content (stripped)
    Docs-->>CLI: File updated

    CLI-->>User: Return success message
Loading

@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from a911763 to e62dca7 Compare April 17, 2026 06:59
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Apr 17, 2026
@github-actions github-actions bot force-pushed the release-please--branches--main branch from e62dca7 to 9e64104 Compare April 17, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: pending size:M This PR changes 30-99 lines, ignoring generated files. type:chore Maintenance, build, dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants