jettypod 4.4.96 → 4.4.97

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.
@@ -57,7 +57,7 @@ const currentWork = JSON.parse(fs.readFileSync(currentWorkPath, 'utf-8'));
57
57
  // Update to done using shared updateStatus (includes epic auto-close logic)
58
58
  (async () => {
59
59
  try {
60
- const { updateStatus } = require('__JETTYPOD_ROOT__/features/work-tracking');
60
+ const { updateStatus } = require('__JETTYPOD_ROOT__/lib/work-tracking');
61
61
  await updateStatus(currentWork.id, 'done');
62
62
 
63
63
  // Clear current work pointer since work is done
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jettypod",
3
- "version": "4.4.96",
3
+ "version": "4.4.97",
4
4
  "description": "AI-powered development workflow manager with TDD, BDD, and automatic test generation",
5
5
  "main": "jettypod.js",
6
6
  "bin": {