chore(main): release ask 0.1.1#21
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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
28311bf to
c0ed5ea
Compare
c0ed5ea to
468429a
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.1.1 (2026-04-08)
Features
ask docs add(#10) (c0f0e80)Performance Improvements
This PR was generated with Release Please. See documentation.