Commit graph

10 commits

Author SHA1 Message Date
6a74685166 Merge pull request 'chore(deps): update python docker tag to v3.14' (#2) from renovate/python-3.x into main
All checks were successful
Continuous Integration / Build Package (push) Successful in 25s
Continuous Integration / Lint, Check & Test (push) Successful in 32s
2026-03-07 01:01:59 +01:00
50f87dc698 chore(deps): update python docker tag to v3.14
All checks were successful
Continuous Integration / Build Package (push) Successful in 33s
Continuous Integration / Lint, Check & Test (push) Successful in 47s
2026-03-07 00:01:22 +00:00
03b8c509c3
fix: add error handling for missing input files
All checks were successful
Continuous Integration / Build Package (push) Successful in 24s
Continuous Integration / Lint, Check & Test (push) Successful in 34s
Display human-readable errors when the markdown file, photo, or
signature cannot be found instead of failing with a stack trace.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-06 07:02:10 +01:00
bc186be0f9
docs: add CLAUDE.md for Claude Code guidance
Provide build commands, architecture overview, and tech stack summary
to help future Claude Code instances be productive quickly.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-06 07:01:15 +01:00
12ba097128
docs: update example CV images from new PDF
All checks were successful
Continuous Integration / Build Package (push) Successful in 24s
Continuous Integration / Lint, Check & Test (push) Successful in 35s
Regenerate cover letter and CV screenshots from the
alberteinstein.pdf source file.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-06 06:57:02 +01:00
3e8f4f0d9f Add renovate.json
All checks were successful
Continuous Integration / Build Package (push) Successful in 1m32s
Continuous Integration / Lint, Check & Test (push) Successful in 1m33s
2026-03-06 00:01:04 +00:00
a1a8ddf893
build: switch from devenv to nix flakes with uv2nix
All checks were successful
Continuous Integration / Build Package (push) Successful in 1m31s
Continuous Integration / Lint, Check & Test (push) Successful in 1m36s
- Replace devenv setup with pure nix flakes using uv2nix, pyproject-nix,
  pyproject-build-systems, and git-hooks.nix (adapted from hokusai)
- Add forgejo CI pipeline with lint/check/test and build jobs
- Wrap cv binary with LD_LIBRARY_PATH for weasyprint native dependencies
- Move basedpyright to dev dependency group, add pytest and ruff
- Fix package imports to use hatch source remapping (src/ layout)
- Update .envrc to use flake, expand .gitignore

BREAKING CHANGE: devenv is no longer used, run direnv allow to reload
2026-03-05 21:25:55 +01:00
ae00071ecf
docs: add README with example renderings and license info 2026-03-05 21:08:54 +01:00
fc70bc28ab
docs: add MIT license 2026-03-05 21:07:23 +01:00
6bfef61ecc
feat: initial commit 2026-03-05 21:03:48 +01:00