swelog-cli 0.12.0 → 0.14.0

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 +16 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,9 @@
2
2
 
3
3
  `swelog-cli` is a Rust CLI for tracking daily accomplishments in Obsidian.
4
4
 
5
- Capture raw notes and optional integration activity throughout the day, summarize
6
- them into daily logs with an LLM, and combine daily logs into a weekly summary.
5
+ Write notes as you work, then file the day into a dated daily log with one
6
+ command. No API key required. Optional integrations pull in real activity, and an
7
+ optional LLM pass can summarize the notes for you.
7
8
 
8
9
  ## Installation
9
10
 
@@ -22,20 +23,23 @@ swelog --help
22
23
  ## Getting Started
23
24
 
24
25
  Full documentation lives at
25
- **[the swelog docs site](https://swelog-cli.vercel.app/)**, including:
26
+ **[the swelog docs site](https://swelog.rudrapatel.net/)**, including:
26
27
 
27
- - [Quick Start](https://swelog-cli.vercel.app/getting-started/quick-start/) —
28
- configure your vault and record your first summarized day
29
- - [Configuration](https://swelog-cli.vercel.app/getting-started/configuration/)
28
+ - [Quick Start](https://swelog.rudrapatel.net/getting-started/quick-start/) —
29
+ configure your vault and file your first day
30
+ - [Configuration](https://swelog.rudrapatel.net/getting-started/configuration/)
30
31
  — every field in `swelog.json`
31
- - [Summarization](https://swelog-cli.vercel.app/summarization/) — daily and
32
- weekly logs, and the Ollama, OpenAI, and OpenRouter providers
33
- - [Integrations](https://swelog-cli.vercel.app/integrations/) — pull activity
34
- from GitHub and Linear
35
- - [Authentication](https://swelog-cli.vercel.app/reference/authentication/) —
32
+ - [Summarization](https://swelog.rudrapatel.net/summarization/) — the optional
33
+ LLM pass, weekly logs, and the Ollama, OpenAI, and OpenRouter providers
34
+ - [Integrations](https://swelog.rudrapatel.net/integrations/) — pull activity
35
+ from GitHub, Linear, and Google Calendar
36
+ - [Authentication](https://swelog.rudrapatel.net/reference/authentication/) —
36
37
  how credentials are stored and cleared
37
- - [Command reference](https://swelog-cli.vercel.app/reference/commands/) — the
38
+ - [Command reference](https://swelog.rudrapatel.net/reference/commands/) — the
38
39
  full command tree
40
+ - [Privacy Policy](https://swelog.rudrapatel.net/legal/privacy/) and
41
+ [Terms of Service](https://swelog.rudrapatel.net/legal/terms/) — what stays on
42
+ your machine and what does not
39
43
 
40
44
  ## Contributing
41
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swelog-cli",
3
- "version": "0.12.0",
3
+ "version": "0.14.0",
4
4
  "description": "A Rust CLI to track your daily accomplishments in Obsidian",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/RudraPatel2003/swelog-cli",