@giwonn/claude-daily-review 0.3.0 → 0.3.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.
@@ -13,7 +13,7 @@
13
13
  "source": {
14
14
  "source": "url",
15
15
  "url": "https://github.com/giwonn/claude-daily-review.git",
16
- "sha": "8bba99dd6c2aab0ca225c8a7d6b499faadd82f5d"
16
+ "sha": "b47a5947c8803fa318c9a1d0c52848db252c9869"
17
17
  },
18
18
  "description": "Auto-capture conversations for daily review and career documentation",
19
19
  "version": "0.3.0",
@@ -1,6 +1,6 @@
1
1
  ---
2
- name: daily-review-setup
3
2
  description: Configure the daily review plugin — set storage backend, user profile, and review periods
3
+ allowed-tools: ["AskUserQuestion", "Read", "Write", "Bash"]
4
4
  ---
5
5
 
6
6
  # Daily Review Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giwonn/claude-daily-review",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "description": "Claude Code plugin that auto-captures conversations for daily review and career documentation",
6
6
  "repository": {