repowise 0.1.6 → 0.1.7

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.
@@ -618,6 +618,7 @@ async function handleInterview(syncId, questionId, questionText, questionContext
618
618
  console.log(chalk2.dim(` ${questionContext}`));
619
619
  }
620
620
  console.log(` ${questionText}`);
621
+ console.log(chalk2.dim(' (Type "skip" to skip, "done" to finish early)'));
621
622
  let answer;
622
623
  try {
623
624
  answer = await Promise.race([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repowise",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "description": "AI-optimized codebase context generator",
6
6
  "bin": {