CLI for capturing engineering work and turning it into career artifacts.
Project description
DocLogs
DocLogs is an engineer career operating system for capturing and reusing technical work.
What it solves
Engineers do valuable work every day: incident response, CI/CD and platform debugging, automation, infrastructure changes, PR reviews, and migrations. Most of that work is forgotten when it matters most: performance reviews, promotion packets, interviews, and professional storytelling.
DocLogs helps you turn day-to-day engineering activity into durable artifacts by:
- capturing evidence automatically from git, branches, PRs, and optional histories
- summarizing weekly progress and surfacing strong stories
- generating markdown artifacts for blog posts, LinkedIn, resumes, and interview prep
- keeping model usage provider-agnostic and safe with sanitization
Core commands
doclog capture- collect commits, repository activity, PR titles, tickets, and optional notes
- store structured daily entries in local storage
doclog weekly- review weekly work
- surface candidate stories worth expanding
doclog generate <type>- create reusable artifacts such as
blog,linkedin,resume,interview, orchangelog
- create reusable artifacts such as
doclog sanitize- sanitize captured content before any LLM request
- redact internal URLs, tokens, IP addresses, and other sensitive details
Recommended repository structure
./
├── README.md
├── config.yaml
├── commands/
│ ├── capture.py
│ └── config.py
├── docs/
│ ├── vision.md
│ └── architecture.md
├── doclog/
│ ├── entries/
│ ├── posts/
│ └── cache/
├── prompts/
│ ├── blog.md
│ ├── linkedin.md
│ └── resume.md
└── .copilot
Architecture overview
DocLogs keeps the capture layer local and the generation layer model-agnostic. It is intentionally not a scheduler; use OS-level schedulers like cron, systemd --user, launchd, or Task Scheduler to invoke doclog capture at reminder times.
For implementation, start by focusing on:
- evidence collection and local storage
- weekly summaries and story selection
- safe prompt generation
- provider adapters for OpenAI, Ollama, Anthropic, Gemini, or other APIs
Getting started
Install from PyPI
pip install doclogs-cli
doclog --help
Install from source (development)
git clone https://github.com/MridulTi/DocLogs.git
cd DocLogs
python -m venv .venv
source .venv/bin/activate
pip install -e .
doclog --help
First run
Data is stored under ~/.doclog/ (entries, posts, config). On first use, a default config.yaml is created there.
To keep using a project-local folder instead:
export DOCLOG_HOME="$PWD/doclog"
doclog capture
Daily use
- Configure
~/.doclog/config.yamlwith your preferred LLM provider (created automatically on first run). - Add a scheduler entry outside the CLI to invoke
doclog captureat your preferred check-in time. - Capture daily progress and generate reusable career artifacts from the same captured story.
Publish to PyPI (GitHub Actions)
Publishing runs via GitHub Actions — no local twine upload needed.
- Configure trusted publishing on PyPI (leave Environment blank)
- Push a version tag:
git tag v0.1.0
git push origin v0.1.0
The workflow uploads to PyPI automatically.
See docs/publishing.md for full setup.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file doclogs_cli-0.1.0.tar.gz.
File metadata
- Download URL: doclogs_cli-0.1.0.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
041294dad308b5b034dd2236148ba2529bee5d75387c26ccb1a3a39c4d526156
|
|
| MD5 |
778f8a98fb91023147537d9eab7aa108
|
|
| BLAKE2b-256 |
eb2d17a60b5f73f45c4275a89a2186282cc74d8aef25beebb61800d509f1ae03
|
Provenance
The following attestation bundles were made for doclogs_cli-0.1.0.tar.gz:
Publisher:
publish.yml on MridulTi/DocLogs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
doclogs_cli-0.1.0.tar.gz -
Subject digest:
041294dad308b5b034dd2236148ba2529bee5d75387c26ccb1a3a39c4d526156 - Sigstore transparency entry: 2010464857
- Sigstore integration time:
-
Permalink:
MridulTi/DocLogs@e3f602c69cfc725ec7cbf2135128e9d56e57e5b8 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/MridulTi
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@e3f602c69cfc725ec7cbf2135128e9d56e57e5b8 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file doclogs_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: doclogs_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce2cfc1ffa35cedabee6094add2907aa2ec993bb53babd3a7bc57a536bf12bdf
|
|
| MD5 |
a4a9f6f8aa7dca30e1d50a70ac75aff3
|
|
| BLAKE2b-256 |
2c42c27b87fc62b7416b92a9873183c00baf050ad424f45c642278f1187ac1ac
|
Provenance
The following attestation bundles were made for doclogs_cli-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on MridulTi/DocLogs
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
doclogs_cli-0.1.0-py3-none-any.whl -
Subject digest:
ce2cfc1ffa35cedabee6094add2907aa2ec993bb53babd3a7bc57a536bf12bdf - Sigstore transparency entry: 2010464969
- Sigstore integration time:
-
Permalink:
MridulTi/DocLogs@e3f602c69cfc725ec7cbf2135128e9d56e57e5b8 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/MridulTi
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@e3f602c69cfc725ec7cbf2135128e9d56e57e5b8 -
Trigger Event:
workflow_dispatch
-
Statement type: