jott-cli 0.8.2__tar.gz → 0.8.3__tar.gz

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 (109) hide show
  1. {jott_cli-0.8.2 → jott_cli-0.8.3}/PKG-INFO +11 -1
  2. {jott_cli-0.8.2 → jott_cli-0.8.3}/README.md +10 -0
  3. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/__init__.py +1 -1
  4. {jott_cli-0.8.2 → jott_cli-0.8.3}/jott_cli.egg-info/PKG-INFO +11 -1
  5. {jott_cli-0.8.2 → jott_cli-0.8.3}/pyproject.toml +1 -1
  6. {jott_cli-0.8.2 → jott_cli-0.8.3}/LICENSE +0 -0
  7. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/_app_navigation_mixin.py +0 -0
  8. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/_dispatch_mixin.py +0 -0
  9. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/app.py +0 -0
  10. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/categories/__init__.py +0 -0
  11. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/categories/config.py +0 -0
  12. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/categories/manager.py +0 -0
  13. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/categories/templates.py +0 -0
  14. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/cli/__init__.py +0 -0
  15. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/cli/archive.py +0 -0
  16. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/cli/config.py +0 -0
  17. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/cli/views.py +0 -0
  18. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/__init__.py +0 -0
  19. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_ai_analysis_mixin.py +0 -0
  20. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_ai_suggest_mixin.py +0 -0
  21. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_audio_timer_mixin.py +0 -0
  22. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_bulk_mixin.py +0 -0
  23. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_claude_mixin.py +0 -0
  24. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_context_mixin.py +0 -0
  25. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_core_mixin.py +0 -0
  26. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_gcal_mixin.py +0 -0
  27. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_github_mixin.py +0 -0
  28. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_metadata_mixin.py +0 -0
  29. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_notes_mixin.py +0 -0
  30. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_transfer_mixin.py +0 -0
  31. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/_web_clipboard_mixin.py +0 -0
  32. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/commands/handler.py +0 -0
  33. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/__init__.py +0 -0
  34. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/_age_backlog_mixin.py +0 -0
  35. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/_compress_mixin.py +0 -0
  36. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/_crud_mixin.py +0 -0
  37. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/_delete_mixin.py +0 -0
  38. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/_export_mixin.py +0 -0
  39. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/_id_migration_mixin.py +0 -0
  40. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/_metadata_mixin.py +0 -0
  41. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/_navigation_mixin.py +0 -0
  42. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/_persistence_mixin.py +0 -0
  43. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/_subtask_mixin.py +0 -0
  44. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/archive_manager.py +0 -0
  45. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/constants.py +0 -0
  46. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/id_manager.py +0 -0
  47. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/core/task_manager.py +0 -0
  48. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/__init__.py +0 -0
  49. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/gcal/__init__.py +0 -0
  50. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/gcal/account_manager.py +0 -0
  51. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/gcal/auth.py +0 -0
  52. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/gcal/events.py +0 -0
  53. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/github/__init__.py +0 -0
  54. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/github/issues.py +0 -0
  55. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/keywords/__init__.py +0 -0
  56. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/keywords/_config_mixin.py +0 -0
  57. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/keywords/_handlers_mixin.py +0 -0
  58. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/integrations/keywords/handler.py +0 -0
  59. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/main.py +0 -0
  60. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/mcp/__init__.py +0 -0
  61. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/mcp/handlers.py +0 -0
  62. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/mcp/schemas.py +0 -0
  63. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/mcp/server.py +0 -0
  64. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/projects/__init__.py +0 -0
  65. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/projects/backup.py +0 -0
  66. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/projects/registry.py +0 -0
  67. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/__init__.py +0 -0
  68. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/display.py +0 -0
  69. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/display_archive.py +0 -0
  70. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/display_footer.py +0 -0
  71. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/display_help.py +0 -0
  72. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/display_projects.py +0 -0
  73. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/display_tasks.py +0 -0
  74. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/formatting.py +0 -0
  75. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/input.py +0 -0
  76. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/picker.py +0 -0
  77. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/rendering.py +0 -0
  78. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/ui/styles.py +0 -0
  79. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/utils/__init__.py +0 -0
  80. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/utils/date_utils.py +0 -0
  81. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/utils/text_utils.py +0 -0
  82. {jott_cli-0.8.2 → jott_cli-0.8.3}/jot/utils/validation.py +0 -0
  83. {jott_cli-0.8.2 → jott_cli-0.8.3}/jott_cli.egg-info/SOURCES.txt +0 -0
  84. {jott_cli-0.8.2 → jott_cli-0.8.3}/jott_cli.egg-info/dependency_links.txt +0 -0
  85. {jott_cli-0.8.2 → jott_cli-0.8.3}/jott_cli.egg-info/entry_points.txt +0 -0
  86. {jott_cli-0.8.2 → jott_cli-0.8.3}/jott_cli.egg-info/requires.txt +0 -0
  87. {jott_cli-0.8.2 → jott_cli-0.8.3}/jott_cli.egg-info/top_level.txt +0 -0
  88. {jott_cli-0.8.2 → jott_cli-0.8.3}/setup.cfg +0 -0
  89. {jott_cli-0.8.2 → jott_cli-0.8.3}/setup.py +0 -0
  90. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_claude_org_prompt.py +0 -0
  91. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_command_handler.py +0 -0
  92. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_deleted_notes_dir.py +0 -0
  93. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_dispatch.py +0 -0
  94. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_edit_edge_cases.py +0 -0
  95. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_fuzzy_search.py +0 -0
  96. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_gcal_notes.py +0 -0
  97. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_github.py +0 -0
  98. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_highlight.py +0 -0
  99. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_input.py +0 -0
  100. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_jot.py +0 -0
  101. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_main_entry_point.py +0 -0
  102. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_notes_tempfile_location.py +0 -0
  103. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_picker.py +0 -0
  104. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_state_palette.py +0 -0
  105. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_styles.py +0 -0
  106. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_subtask_notes.py +0 -0
  107. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_terminal_wrap.py +0 -0
  108. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_today_filter.py +0 -0
  109. {jott_cli-0.8.2 → jott_cli-0.8.3}/tests/test_transfer_subtasks.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jott-cli
3
- Version: 0.8.2
3
+ Version: 0.8.3
4
4
  Summary: Feature-rich interactive CLI task manager with AI integration, calendar sync, and keyword automation
5
5
  Author-email: Scott Anderson <sonander@gmail.com>
6
6
  Maintainer-email: Scott Anderson <sonander@gmail.com>
@@ -56,6 +56,16 @@ Dynamic: license-file
56
56
  [![Python 3.6+](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/)
57
57
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
58
58
 
59
+ ## TDD: Task-Driven Development
60
+
61
+ In this house, TDD is Task-Driven Development. The companion idea is JDD, Jott-Driven Design: design the thing by jotting it.
62
+
63
+ Jot the rough thought first, in whatever form works. A half-sentence, a verb, a "lol". That's the seed.
64
+
65
+ The seed grows. Notes attach to it. Subtasks split off. An analysis file or a Claude session forms around it. A status color shifts as it moves through review, dev, shipping. Eventually it ships, or it composts.
66
+
67
+ jott is the tool we use to do this. The methodology came from using it; the name came from the lol.
68
+
59
69
  ## Features
60
70
 
61
71
  - **Quick-add by default**: Just start typing, press Enter to save
@@ -6,6 +6,16 @@
6
6
  [![Python 3.6+](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/)
7
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
8
 
9
+ ## TDD: Task-Driven Development
10
+
11
+ In this house, TDD is Task-Driven Development. The companion idea is JDD, Jott-Driven Design: design the thing by jotting it.
12
+
13
+ Jot the rough thought first, in whatever form works. A half-sentence, a verb, a "lol". That's the seed.
14
+
15
+ The seed grows. Notes attach to it. Subtasks split off. An analysis file or a Claude session forms around it. A status color shifts as it moves through review, dev, shipping. Eventually it ships, or it composts.
16
+
17
+ jott is the tool we use to do this. The methodology came from using it; the name came from the lol.
18
+
9
19
  ## Features
10
20
 
11
21
  - **Quick-add by default**: Just start typing, press Enter to save
@@ -5,7 +5,7 @@ This package provides modular components for the jott task management system.
5
5
 
6
6
  import os
7
7
 
8
- __version__ = "0.8.2"
8
+ __version__ = "0.8.3"
9
9
 
10
10
  # When building Sphinx docs, skip the heavy runtime imports.
11
11
  # Set JOT_SPHINX_BUILD=1 in docs/sphinx/conf.py before importing jot.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jott-cli
3
- Version: 0.8.2
3
+ Version: 0.8.3
4
4
  Summary: Feature-rich interactive CLI task manager with AI integration, calendar sync, and keyword automation
5
5
  Author-email: Scott Anderson <sonander@gmail.com>
6
6
  Maintainer-email: Scott Anderson <sonander@gmail.com>
@@ -56,6 +56,16 @@ Dynamic: license-file
56
56
  [![Python 3.6+](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/)
57
57
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
58
58
 
59
+ ## TDD: Task-Driven Development
60
+
61
+ In this house, TDD is Task-Driven Development. The companion idea is JDD, Jott-Driven Design: design the thing by jotting it.
62
+
63
+ Jot the rough thought first, in whatever form works. A half-sentence, a verb, a "lol". That's the seed.
64
+
65
+ The seed grows. Notes attach to it. Subtasks split off. An analysis file or a Claude session forms around it. A status color shifts as it moves through review, dev, shipping. Eventually it ships, or it composts.
66
+
67
+ jott is the tool we use to do this. The methodology came from using it; the name came from the lol.
68
+
59
69
  ## Features
60
70
 
61
71
  - **Quick-add by default**: Just start typing, press Enter to save
@@ -7,7 +7,7 @@ include = ["jot", "jot.*"]
7
7
 
8
8
  [project]
9
9
  name = "jott-cli"
10
- version = "0.8.2"
10
+ version = "0.8.3"
11
11
  description = "Feature-rich interactive CLI task manager with AI integration, calendar sync, and keyword automation"
12
12
  readme = {file = "README.md", content-type = "text/markdown"}
13
13
  requires-python = ">=3.6"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes