Skip to content

Commit fb264bc

Browse files
chore(release): version packages (#394)
* Version Packages * chore: trigger CI --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tabish Bidiwale <[email protected]>
1 parent a2757e7 commit fb264bc

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/config-dynamic-import.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @fission-ai/openspec
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- a2757e7: Fix pre-commit hook hang issue in config command by using dynamic import for @inquirer/prompts
8+
9+
The config command was causing pre-commit hooks to hang indefinitely due to stdin event listeners being registered at module load time. This fix converts the static import to a dynamic import that only loads inquirer when the `config reset` command is actually used interactively.
10+
11+
Also adds ESLint with a rule to prevent static @inquirer imports, avoiding future regressions.
12+
313
## 0.17.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fission-ai/openspec",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "AI-native system for spec-driven development",
55
"keywords": [
66
"openspec",

0 commit comments

Comments
 (0)