task-o-matic 0.1.1-beta.7 → 0.1.1

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 (55) hide show
  1. package/dist/cli/bin.js +5 -91629
  2. package/package.json +7 -2
  3. package/src/cli/bin.ts +0 -7
  4. package/src/cli/display/common.ts +0 -46
  5. package/src/cli/display/plan.ts +0 -68
  6. package/src/cli/display/progress.ts +0 -130
  7. package/src/cli/display/task.ts +0 -387
  8. package/src/commands/benchmark.ts +0 -1024
  9. package/src/commands/config.ts +0 -63
  10. package/src/commands/init.ts +0 -401
  11. package/src/commands/install.ts +0 -173
  12. package/src/commands/prd.ts +0 -919
  13. package/src/commands/prompt.ts +0 -301
  14. package/src/commands/tasks/create.ts +0 -57
  15. package/src/commands/tasks/delete.ts +0 -43
  16. package/src/commands/tasks/document/add.ts +0 -54
  17. package/src/commands/tasks/document/analyze.ts +0 -82
  18. package/src/commands/tasks/document/get.ts +0 -44
  19. package/src/commands/tasks/document/index.ts +0 -8
  20. package/src/commands/tasks/enhance.ts +0 -121
  21. package/src/commands/tasks/execute-loop.ts +0 -204
  22. package/src/commands/tasks/execute.ts +0 -137
  23. package/src/commands/tasks/index.ts +0 -16
  24. package/src/commands/tasks/list.ts +0 -26
  25. package/src/commands/tasks/next.ts +0 -46
  26. package/src/commands/tasks/plan/create.ts +0 -48
  27. package/src/commands/tasks/plan/delete.ts +0 -18
  28. package/src/commands/tasks/plan/get.ts +0 -33
  29. package/src/commands/tasks/plan/index.ts +0 -10
  30. package/src/commands/tasks/plan/list.ts +0 -23
  31. package/src/commands/tasks/plan/set.ts +0 -64
  32. package/src/commands/tasks/show.ts +0 -45
  33. package/src/commands/tasks/split.ts +0 -309
  34. package/src/commands/tasks/status.ts +0 -32
  35. package/src/commands/tasks/subtasks.ts +0 -35
  36. package/src/commands/tasks/tags.ts +0 -36
  37. package/src/commands/tasks/tree.ts +0 -46
  38. package/src/commands/tasks/update.ts +0 -47
  39. package/src/commands/tasks.ts +0 -52
  40. package/src/commands/utils/ai-parallel.ts +0 -193
  41. package/src/commands/workflow.ts +0 -1541
  42. package/src/index.ts +0 -97
  43. package/src/test/commands.test.ts +0 -99
  44. package/src/types/cli-options.ts +0 -185
  45. package/src/utils/bulk-operations.ts +0 -118
  46. package/src/utils/cli-validators.ts +0 -105
  47. package/src/utils/command-error-handler.ts +0 -52
  48. package/src/utils/confirmation.ts +0 -44
  49. package/src/utils/display-helpers.ts +0 -111
  50. package/src/utils/logger-hooks.ts +0 -55
  51. package/src/utils/progress-tracking.ts +0 -56
  52. package/src/utils/streaming-options.ts +0 -93
  53. package/src/utils/workflow-prompts.ts +0 -100
  54. package/tsconfig.json +0 -24
  55. package/tsconfig.tsbuildinfo +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.