@da1z/chop 0.0.1 → 0.0.2

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 (42) hide show
  1. package/dist/index.js +8401 -0
  2. package/package.json +6 -3
  3. package/.claude/rules/use-bun-instead-of-node-vite-npm-pnpm.md +0 -109
  4. package/.claude/settings.local.json +0 -12
  5. package/.cursor/rules/use-bun-instead-of-node-vite-npm-pnpm.mdc +0 -111
  6. package/.devcontainer/Dockerfile +0 -102
  7. package/.devcontainer/devcontainer.json +0 -58
  8. package/.devcontainer/init-firewall.sh +0 -137
  9. package/.github/workflows/publish.yml +0 -76
  10. package/CLAUDE.md +0 -44
  11. package/index.ts +0 -2
  12. package/loop.sh +0 -206
  13. package/specs/chop.md +0 -313
  14. package/src/commands/add.ts +0 -74
  15. package/src/commands/archive.ts +0 -72
  16. package/src/commands/completion.ts +0 -232
  17. package/src/commands/done.ts +0 -38
  18. package/src/commands/edit.ts +0 -228
  19. package/src/commands/init.ts +0 -72
  20. package/src/commands/list.ts +0 -48
  21. package/src/commands/move.ts +0 -92
  22. package/src/commands/pop.ts +0 -45
  23. package/src/commands/purge.ts +0 -41
  24. package/src/commands/show.ts +0 -32
  25. package/src/commands/status.ts +0 -43
  26. package/src/config/paths.ts +0 -61
  27. package/src/errors.ts +0 -56
  28. package/src/index.ts +0 -41
  29. package/src/models/id-generator.ts +0 -39
  30. package/src/models/task.ts +0 -98
  31. package/src/storage/file-lock.ts +0 -124
  32. package/src/storage/storage-resolver.ts +0 -63
  33. package/src/storage/task-store.ts +0 -173
  34. package/src/types.ts +0 -42
  35. package/src/utils/display.ts +0 -139
  36. package/src/utils/git.ts +0 -80
  37. package/src/utils/prompts.ts +0 -88
  38. package/tests/errors.test.ts +0 -86
  39. package/tests/models/id-generator.test.ts +0 -46
  40. package/tests/models/task.test.ts +0 -186
  41. package/tests/storage/file-lock.test.ts +0 -152
  42. package/tsconfig.json +0 -9

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.