Skip to content

chore(main): release ask 0.1.1#21

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

chore(main): release ask 0.1.1#21
amondnet merged 1 commit into
mainfrom
release-please--branches--main--components--ask

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.1.1 (2026-04-08)

Features

  • add llms-txt source adapter and related projects (a4f8a2e)
  • add registry auto-detection and update docs (14fac43)
  • cli: add ecosystem resolvers for npm, pypi, pub (#13) (0739451)
  • cli: add Maven ecosystem resolver (#17) (95ea4b8)
  • cli: add version hints to AGENTS.md and SKILL.md output (47a7282)
  • cli: migrate ASK workspace to .ask/ + introduce ask.lock + Zod-validated I/O (#3) (a9907fa)
  • cli: owner/repo shorthand for ask docs add (#10) (c0f0e80)
  • cli: prioritize github source over llms-txt in registry resolution (8317297)
  • registry: add maven ecosystem support (a4b6bc5)
  • registry: enrich schema with repo, homepage, license metadata (#12) (5000570)

Performance Improvements

  • cli: parallelize github/npm/llms-txt fetches in sync command (#8) (c4beeb0)

This PR was generated with Release Please. See documentation.

@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: 468429a
Status:⚡️  Build in progress...

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

Auto-approved: Automated release PR generated by release-please. It only involves version bumps and changelog updates, which are low-risk and safe for auto-approval.

Architecture diagram
sequenceDiagram
    participant User
    participant CLI as CLI Core
    participant WS as Workspace (.ask/)
    participant Reg as Registry/Resolver
    participant Ext as External APIs (GitHub, npm, PyPI, etc)

    Note over User,Ext: CLI Execution Flow (Sync / Add)

    User->>CLI: ask add <pkg> / ask sync
    
    CLI->>WS: NEW: Initialize/Read .ask/ workspace
    CLI->>WS: NEW: Load ask.lock (State management)

    CLI->>Reg: Resolve source (GitHub, Ecosystem, or llms-txt)
    Reg->>Reg: NEW: Auto-detect registry (npm/PyPI/Pub/Maven)
    Reg->>Reg: CHANGED: Prioritize GitHub over llms-txt
    Reg-->>CLI: Resolved metadata & endpoints

    Note over CLI,Ext: CHANGED: Parallelized data fetching
    par Concurrent Fetches
        CLI->>Ext: Fetch Repository Data (GitHub)
        CLI->>Ext: NEW: Fetch Ecosystem Metadata (npm/PyPI/Pub/Maven)
        CLI->>Ext: NEW: Fetch llms-txt adapter data
    end

    Ext-->>CLI: Raw Data + Metadata (License, Repo, Homepage)

    CLI->>CLI: NEW: Validate I/O via Zod schemas
    
    alt Successful Validation
        CLI->>WS: NEW: Update ask.lock with versioned state
        CLI->>WS: Save documentation assets to .ask/
        CLI->>WS: CHANGED: Generate AGENTS.md & SKILL.md with version hints
        WS-->>User: Update Complete
    else Validation / Fetch Error
        CLI-->>User: Return Error (Schema Mismatch / 404)
    end
Loading

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--ask branch from 28311bf to c0ed5ea Compare April 8, 2026 04:33
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--ask branch from c0ed5ea to 468429a Compare April 8, 2026 05:18
@amondnet amondnet merged commit 9460f72 into main Apr 8, 2026
1 check was pending
@amondnet amondnet deleted the release-please--branches--main--components--ask branch April 8, 2026 05:18
@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