Skip to content

chore: release main#49

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

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

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

ask-plugin: 0.3.2

0.3.2 (2026-04-12)

Features

  • cli: convention-based docs discovery pipeline (#48) (d9f8529)
  • cli: global ASK docs store at ~/.ask/ (#60) (51c77c8)
  • cli: in-place npm docs — reference node_modules directly (#59) (d05025f)
  • cli: lazy ask src and ask docs commands (#63) (cbd8e30)
  • cli: PM-driven install flow with ask.json (#52) (e360cba)
  • cli: PM-unified github store layout with shallow clones (#67) (88cdcdf)
  • cli: rich ask list command with --json output (#50) (feb2ba3)
ask: 0.3.2

0.3.2 (2026-04-12)

Features

  • cli: convention-based docs discovery pipeline (#48) (d9f8529)
  • cli: global ASK docs store at ~/.ask/ (#60) (51c77c8)
  • cli: in-place npm docs — reference node_modules directly (#59) (d05025f)
  • cli: lazy ask src and ask docs commands (#63) (cbd8e30)
  • cli: PM-driven install flow with ask.json (#52) (e360cba)
  • cli: PM-unified github store layout with shallow clones (#67) (88cdcdf)
  • cli: rich ask list command with --json output (#50) (feb2ba3)

Dependencies

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

0.3.1 (2026-04-12)

Features

  • cli: convention-based docs discovery pipeline (#48) (d9f8529)
  • cli: global ASK docs store at ~/.ask/ (#60) (51c77c8)
  • cli: in-place npm docs — reference node_modules directly (#59) (d05025f)
  • cli: PM-driven install flow with ask.json (#52) (e360cba)
  • cli: PM-unified github store layout with shallow clones (#67) (88cdcdf)

This PR was generated with Release Please. See documentation.

@cloudflare-workers-and-pages

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

Copy link
Copy Markdown

Deploying ask-registry with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3c8414b
Status:🚫  Build failed.

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

Auto-approved: Automated release PR by github-actions[bot]. It only contains version bumps and changelog updates, which are standard, low-risk operations.

Architecture diagram
sequenceDiagram
    participant User as User / Developer
    participant CLI as CLI (@pleaseai/ask)
    participant Pipe as NEW: Discovery Pipeline
    participant FS as Local File System
    participant Schema as Schema (@pleaseai/ask-schema)

    Note over User,Schema: Convention-based Docs Discovery Flow

    User->>CLI: Run documentation command (e.g. init/sync)
    CLI->>Pipe: NEW: Trigger discovery pipeline
    
    loop For each project convention path
        Pipe->>FS: Scan directory (e.g., /docs, /packages)
        FS-->>Pipe: Return file system metadata
    end

    Pipe->>Schema: NEW: Validate discovered entries
    Schema-->>Pipe: Validated Metadata / Registry Types

    alt Documentation candidates found
        Pipe-->>CLI: Return list of discovered docs
        CLI->>User: Suggest/Register docs based on conventions
    else No conventions matched
        Pipe-->>CLI: Return empty discovery result
        CLI->>User: Fallback to manual configuration
    end

    Note over CLI,Schema: CLI 0.3.2 now depends on Schema 0.3.1
Loading

@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 7a68680 to 06b5edf Compare April 9, 2026 16:26
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Apr 9, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 4 times, most recently from cdb4df2 to ad45b1d Compare April 11, 2026 13:13
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from ad45b1d to 3c8414b Compare April 12, 2026 10:45
@amondnet amondnet merged commit 1e1458f into main Apr 12, 2026
1 check failed
@amondnet amondnet self-assigned this Apr 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

@amondnet amondnet deleted the release-please--branches--main branch April 12, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant