Skip to content

v0.3.1 - PDF Resume Generator & NERV Framework

Choose a tag to compare

@juanmanueldaza juanmanueldaza released this 23 May 01:25

What's New in v0.3.1

πŸ“„ PDF Resume Generator

New --pdf flag converts your parsed LinkedIn profile into a beautiful, print-ready A4 PDF resume (profile.pdf). Uses WeasyPrint (optional dependency β€” zero-impact on core installs).

linkedin2md export.zip --pdf

πŸ€– NERV Agentic Development

The repository now ships with full NERV framework configuration for Spec-Driven Development. Use /sdd-new <change> in opencode to coordinate autonomous subagents for exploration, design, coding, and auditing.

🌐 GitHub Pages Landing Page

Custom domain with structured data, OG meta tags, and GA4 Consent Mode v2.

Bug Fixes

  • Fixed pyright type-checking errors for optional imports in pdf.py
  • Fixed ruff 88-char line length compliance in pdf.py
  • Full codebase formatting compliance with ruff standards

Full Changelog: v0.3.0...v0.3.1