Initial commit, AI-genned
authorLucian Mogosanu <lucian@mogosanu.ro>
Mon, 29 Jun 2026 17:30:46 +0000 (20:30 +0300)
committerLucian Mogosanu <lucian@mogosanu.ro>
Mon, 29 Jun 2026 17:30:46 +0000 (20:30 +0300)
commit6962808125647353d5c1a74f7d5272aa42830094
tree37d3b48662d6cb98259551839d33102ec2001683
Initial commit, AI-genned
14 files changed:
.gitignore [new file with mode: 0644]
CHECKLIST.md [new file with mode: 0644]
JOURNAL.md [new file with mode: 0644]
prompt.md [new file with mode: 0644]
spec/formats/conventions.md [new file with mode: 0644]
spec/formats/vga-image.md [new file with mode: 0644]
tools/openpt/__init__.py [new file with mode: 0644]
tools/openpt/build.py [new file with mode: 0644]
tools/openpt/decode_vga.py [new file with mode: 0644]
tools/openpt/palette.py [new file with mode: 0644]
tools/openpt/pnm.py [new file with mode: 0644]
tools/openpt/rle.py [new file with mode: 0644]
tools/openpt/verify.py [new file with mode: 0644]
tools/openpt/vga.py [new file with mode: 0644]