devguard 0.3.0 → 0.3.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 (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,6 +29,7 @@ From then on, your AI writes diary entries on its own — after finishing a feat
29
29
  | `read_entries` | Reads recent entries to catch you up |
30
30
  | `catch_me_up` | Morning briefing — diary entries + git state + branch map in one shot |
31
31
  | `branch_map` | Opens a visual branch map in your browser |
32
+ | `daily_view` | Opens a calendar dashboard showing diary entries by date |
32
33
  | `setup` | Re-run setup manually if needed |
33
34
 
34
35
  ## Branch Map
@@ -43,6 +44,16 @@ Run `branch_map` to open an interactive HTML visualization of your repo in the b
43
44
 
44
45
  Designed for people who don't want to think about git.
45
46
 
47
+ ## Daily View
48
+
49
+ Run `daily_view` to open a calendar dashboard in your browser. It pulls diary entries from all branches and displays them on a monthly grid:
50
+
51
+ - **Entry badges** on each day showing how many entries were logged
52
+ - **Click any day** to expand and see full details — what changed, decisions, issues, next steps
53
+ - **Keyboard navigation** — arrow keys to switch months, Escape to close the detail panel
54
+
55
+ A quick way to see your work history at a glance.
56
+
46
57
  ## Branch-Aware Diary
47
58
 
48
59
  Entries are automatically routed by branch:
@@ -62,3 +73,7 @@ Entries are markdown files stored locally in your project under `.devguard/`. Ea
62
73
  - **Commit hash** — links the entry to a specific commit for traceability
63
74
 
64
75
  Multiple sessions and agents all append to the same file. The diary builds up over time, making summaries richer and the branch map more useful with every session.
76
+
77
+ ## Contact
78
+
79
+ Join the Discord for questions, feedback, or feature requests: https://discord.gg/BrzRHHzjFQ
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devguard",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "MCP server that auto-generates dev diary entries from git activity",
5
5
  "license": "MIT",
6
6
  "bin": {