shark-ai 0.4.11 → 0.4.12

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.
package/dist/bin/shark.js CHANGED
@@ -2920,7 +2920,7 @@ var TaskManager = class {
2920
2920
  specPath;
2921
2921
  constructor(projectRoot = process.cwd()) {
2922
2922
  this.projectRoot = projectRoot;
2923
- this.specPath = path9.resolve(this.projectRoot, "tech-spec.md");
2923
+ this.specPath = path9.resolve(this.projectRoot, "_sharkrc", "tech-spec.md");
2924
2924
  }
2925
2925
  /**
2926
2926
  * Reads the tech-spec.md file and analyzes its current state.