Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask",
"version": "0.3.1",
"version": "0.3.2",
"description": "ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries",
"author": {
"name": "Minsu Lee",
Expand Down
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/schema": "0.3.0",
"packages/cli": "0.3.1",
".": "0.3.1"
"packages/schema": "0.3.1",
"packages/cli": "0.3.2",
".": "0.3.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.2](https://github.com/pleaseai/ask/compare/ask-plugin-v0.3.1...ask-plugin-v0.3.2) (2026-04-12)


### Features

* **cli:** convention-based docs discovery pipeline ([#48](https://github.com/pleaseai/ask/issues/48)) ([d9f8529](https://github.com/pleaseai/ask/commit/d9f85296405aa421cbe4cff9fe32835d595d7aaa))
* **cli:** global ASK docs store at ~/.ask/ ([#60](https://github.com/pleaseai/ask/issues/60)) ([51c77c8](https://github.com/pleaseai/ask/commit/51c77c87cf75fbf393e10630d4c330eb7b9935cb))
* **cli:** in-place npm docs — reference node_modules directly ([#59](https://github.com/pleaseai/ask/issues/59)) ([d05025f](https://github.com/pleaseai/ask/commit/d05025f89fb6a211b0055e3ebbc7b0be055cc4a4))
* **cli:** lazy ask src and ask docs commands ([#63](https://github.com/pleaseai/ask/issues/63)) ([cbd8e30](https://github.com/pleaseai/ask/commit/cbd8e30a6b80750d8871076b068c768b0e0cd414))
* **cli:** PM-driven install flow with ask.json ([#52](https://github.com/pleaseai/ask/issues/52)) ([e360cba](https://github.com/pleaseai/ask/commit/e360cbac1e35d3581252ef5ff0fa9ca1b05885af))
* **cli:** PM-unified github store layout with shallow clones ([#67](https://github.com/pleaseai/ask/issues/67)) ([88cdcdf](https://github.com/pleaseai/ask/commit/88cdcdff315faa45401d72dede07835516ae97ab))
* **cli:** rich ask list command with --json output ([#50](https://github.com/pleaseai/ask/issues/50)) ([feb2ba3](https://github.com/pleaseai/ask/commit/feb2ba3efafa2b48ba01a192ea63b5aa657506d8))

## [0.3.1](https://github.com/pleaseai/ask/compare/ask-plugin-v0.3.0...ask-plugin-v0.3.1) (2026-04-09)


Expand Down
20 changes: 20 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.3.2](https://github.com/pleaseai/ask/compare/ask-v0.3.1...ask-v0.3.2) (2026-04-12)


### Features

* **cli:** convention-based docs discovery pipeline ([#48](https://github.com/pleaseai/ask/issues/48)) ([d9f8529](https://github.com/pleaseai/ask/commit/d9f85296405aa421cbe4cff9fe32835d595d7aaa))
* **cli:** global ASK docs store at ~/.ask/ ([#60](https://github.com/pleaseai/ask/issues/60)) ([51c77c8](https://github.com/pleaseai/ask/commit/51c77c87cf75fbf393e10630d4c330eb7b9935cb))
* **cli:** in-place npm docs — reference node_modules directly ([#59](https://github.com/pleaseai/ask/issues/59)) ([d05025f](https://github.com/pleaseai/ask/commit/d05025f89fb6a211b0055e3ebbc7b0be055cc4a4))
* **cli:** lazy ask src and ask docs commands ([#63](https://github.com/pleaseai/ask/issues/63)) ([cbd8e30](https://github.com/pleaseai/ask/commit/cbd8e30a6b80750d8871076b068c768b0e0cd414))
* **cli:** PM-driven install flow with ask.json ([#52](https://github.com/pleaseai/ask/issues/52)) ([e360cba](https://github.com/pleaseai/ask/commit/e360cbac1e35d3581252ef5ff0fa9ca1b05885af))
* **cli:** PM-unified github store layout with shallow clones ([#67](https://github.com/pleaseai/ask/issues/67)) ([88cdcdf](https://github.com/pleaseai/ask/commit/88cdcdff315faa45401d72dede07835516ae97ab))
* **cli:** rich ask list command with --json output ([#50](https://github.com/pleaseai/ask/issues/50)) ([feb2ba3](https://github.com/pleaseai/ask/commit/feb2ba3efafa2b48ba01a192ea63b5aa657506d8))


### Dependencies

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

## [Unreleased]

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/ask",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"description": "Agent Skills Kit - Download version-specific library docs for AI coding agents",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.1](https://github.com/pleaseai/ask/compare/ask-schema-v0.3.0...ask-schema-v0.3.1) (2026-04-12)


### Features

* **cli:** convention-based docs discovery pipeline ([#48](https://github.com/pleaseai/ask/issues/48)) ([d9f8529](https://github.com/pleaseai/ask/commit/d9f85296405aa421cbe4cff9fe32835d595d7aaa))
* **cli:** global ASK docs store at ~/.ask/ ([#60](https://github.com/pleaseai/ask/issues/60)) ([51c77c8](https://github.com/pleaseai/ask/commit/51c77c87cf75fbf393e10630d4c330eb7b9935cb))
* **cli:** in-place npm docs — reference node_modules directly ([#59](https://github.com/pleaseai/ask/issues/59)) ([d05025f](https://github.com/pleaseai/ask/commit/d05025f89fb6a211b0055e3ebbc7b0be055cc4a4))
* **cli:** PM-driven install flow with ask.json ([#52](https://github.com/pleaseai/ask/issues/52)) ([e360cba](https://github.com/pleaseai/ask/commit/e360cbac1e35d3581252ef5ff0fa9ca1b05885af))
* **cli:** PM-unified github store layout with shallow clones ([#67](https://github.com/pleaseai/ask/issues/67)) ([88cdcdf](https://github.com/pleaseai/ask/commit/88cdcdff315faa45401d72dede07835516ae97ab))

## [0.3.0](https://github.com/pleaseai/ask/compare/ask-schema-v0.2.1...ask-schema-v0.3.0) (2026-04-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/ask-schema",
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"description": "Shared registry types, Zod schemas, and utilities for ASK",
"license": "MIT",
"homepage": "https://github.com/pleaseai/ask#readme",
Expand Down