swelog-cli 0.13.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.
- package/README.md +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,22 +23,22 @@ swelog --help
|
|
|
23
23
|
## Getting Started
|
|
24
24
|
|
|
25
25
|
Full documentation lives at
|
|
26
|
-
**[the swelog docs site](https://swelog
|
|
26
|
+
**[the swelog docs site](https://swelog.rudrapatel.net/)**, including:
|
|
27
27
|
|
|
28
|
-
- [Quick Start](https://swelog
|
|
28
|
+
- [Quick Start](https://swelog.rudrapatel.net/getting-started/quick-start/) —
|
|
29
29
|
configure your vault and file your first day
|
|
30
|
-
- [Configuration](https://swelog
|
|
30
|
+
- [Configuration](https://swelog.rudrapatel.net/getting-started/configuration/)
|
|
31
31
|
— every field in `swelog.json`
|
|
32
|
-
- [Summarization](https://swelog
|
|
32
|
+
- [Summarization](https://swelog.rudrapatel.net/summarization/) — the optional
|
|
33
33
|
LLM pass, weekly logs, and the Ollama, OpenAI, and OpenRouter providers
|
|
34
|
-
- [Integrations](https://swelog
|
|
34
|
+
- [Integrations](https://swelog.rudrapatel.net/integrations/) — pull activity
|
|
35
35
|
from GitHub, Linear, and Google Calendar
|
|
36
|
-
- [Authentication](https://swelog
|
|
36
|
+
- [Authentication](https://swelog.rudrapatel.net/reference/authentication/) —
|
|
37
37
|
how credentials are stored and cleared
|
|
38
|
-
- [Command reference](https://swelog
|
|
38
|
+
- [Command reference](https://swelog.rudrapatel.net/reference/commands/) — the
|
|
39
39
|
full command tree
|
|
40
|
-
- [Privacy Policy](https://swelog
|
|
41
|
-
[Terms of Service](https://swelog
|
|
40
|
+
- [Privacy Policy](https://swelog.rudrapatel.net/legal/privacy/) and
|
|
41
|
+
[Terms of Service](https://swelog.rudrapatel.net/legal/terms/) — what stays on
|
|
42
42
|
your machine and what does not
|
|
43
43
|
|
|
44
44
|
## Contributing
|