@cwim/kanban 1.1.11 → 1.1.13

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/README.md CHANGED
@@ -69,6 +69,7 @@ Use the cwim-kanban MCP to track all work in this project.
69
69
 
70
70
  ### Rules
71
71
  - Always check for existing tasks before creating new ones
72
+ - **One task per unit of work** - If a request involves multiple distinct steps (e.g., "fix auth and update docs"), create separate tasks for each step instead of one combined task
72
73
  - Use tags consistently (e.g., "bug", "feature", "refactor", "docs")
73
74
  - Append notes liberally - they build context for future sessions
74
75
  - Move tasks to "blocked" immediately when stuck, with explanation