@byh3071/vhk 1.6.4 → 1.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -516,12 +516,7 @@ function isInteractive(opts) {
516
516
  }
517
517
  async function promptOrDefault(ask, fallback, opts) {
518
518
  if (!isInteractive(opts)) return fallback;
519
- try {
520
- return await ask();
521
- } catch (err) {
522
- if (isPromptAbortError(err)) return fallback;
523
- throw err;
524
- }
519
+ return await ask();
525
520
  }
526
521
  function ensureInteractive(hint = "") {
527
522
  if (isInteractive()) return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byh3071/vhk",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "Vibe Harness Kit — AI 코딩 도구·기기를 바꿔도 규칙·맥락이 따라가는 포터빌리티 CLI (sync: Cursor·Claude·Windsurf·Copilot·Antigravity / cloud 백업)",
5
5
  "bin": {
6
6
  "vhk": "dist/index.js",