lee-spec-kit 0.6.6 → 0.6.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5382,7 +5382,7 @@ async function runContext(featureName, options) {
5382
5382
  if (f.issueNumber) {
5383
5383
  console.log(` \u2022 Issue: #${f.issueNumber}`);
5384
5384
  }
5385
- console.log(` \u2022 Path: ${path.relative(cwd, f.path)}`);
5385
+ console.log(` \u2022 Path: ${path18.relative(cwd, f.path)}`);
5386
5386
  if (f.git.projectBranch) {
5387
5387
  console.log(` \u2022 Project Branch: ${f.git.projectBranch}`);
5388
5388
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lee-spec-kit",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Project documentation structure generator for AI-assisted development",
5
5
  "type": "module",
6
6
  "bin": {