Skip to main content

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

Use --syntax on any command for usage, options, and examples (e.g. doclog generate --syntax). Standard --help is also available.

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, or changelog
    • default: saves a sanitized prompt file for manual use in Cursor or Copilot
    • optional: auto-generate via logged-in Cursor CLI or GitHub Copilot CLI
  • doclog sanitize
    • sanitize captured content before any LLM request
    • redact internal URLs, tokens, IP addresses, and other sensitive details
  • doclog publish
    • configure a git repo for publishing generated posts
    • commit and push a post to that repo

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:

  1. evidence collection and local storage
  2. weekly summaries and story selection
  3. safe prompt generation
  4. provider adapters for IDE CLIs (Cursor, Copilot) and optional API providers

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

  1. Configure ~/.doclog/config.yaml (created automatically on first run).
  2. Add a scheduler entry outside the CLI to invoke doclog capture at your preferred check-in time.
  3. Capture daily progress and generate reusable career artifacts from the same captured story.

Generate posts

# Default: prompt file only (paste into Cursor/Copilot chat manually)
doclog weekly
doclog generate blog -t "nginx fix"

# Auto-generate via logged-in Cursor CLI
doclog config set provider cursor
doclog generate blog -t "nginx fix"

# Or Copilot
doclog config set provider copilot

# Back to prompt-only
doclog config set provider prompt_only

# Check provider availability
doclog config

Ensure Cursor/Copilot CLI is installed and authenticated when using those providers (agent login or copilot).

Publish a post to git

Point DocLogs at a local clone of your blog/docs repo, then commit and push generated posts:

doclog publish set repo ~/projects/my-blog
doclog publish set branch main
doclog generate blog -t 1
doclog publish push --latest

Or push a specific file:

doclog publish push ~/.doclog/posts/nginx-fix-blog.md -m "Add nginx TLS post"

Publish to PyPI (GitHub Actions)

Publishing runs via GitHub Actions — no local twine upload needed.

  1. Configure trusted publishing on PyPI (leave Environment blank)
  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doclogs_cli-0.1.2.tar.gz (26.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

doclogs_cli-0.1.2-py3-none-any.whl (33.9 kB view details)

Uploaded Python 3

File details

Details for the file doclogs_cli-0.1.2.tar.gz.

File metadata

  • Download URL: doclogs_cli-0.1.2.tar.gz
  • Upload date:
  • Size: 26.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for doclogs_cli-0.1.2.tar.gz
Algorithm Hash digest
SHA256 115f8e9664fb9805e2dc82aeb1f1ee794e3c5d9a9e24878abaf5befdac6ec879
MD5 b9d8b8cfd6d6d99a997f352d243bced6
BLAKE2b-256 7a1eaf9cfd946c56398ceac8a0c64ae20019fbe70c7f792dbbe5d6d6abc7e82d

See more details on using hashes here.

Provenance

The following attestation bundles were made for doclogs_cli-0.1.2.tar.gz:

Publisher: publish.yml on MridulTi/DocLogs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file doclogs_cli-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: doclogs_cli-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 33.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for doclogs_cli-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b8c56b8d1167cf95649bff225081a90f27340cc26c5bf14a2ad5649dade7dff0
MD5 c18715185ec09d2d19bd54440c6133ea
BLAKE2b-256 74ab7088f570a5ef922624998a6cca64ac08c3dd0f3be24a354781a4a9173754

See more details on using hashes here.

Provenance

The following attestation bundles were made for doclogs_cli-0.1.2-py3-none-any.whl:

Publisher: publish.yml on MridulTi/DocLogs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page