chore: make work-item a reusable subproject

This commit is contained in:
2026-07-13 16:21:28 +02:00
parent e35e5040a3
commit 43ffde71da
15 changed files with 1740 additions and 620 deletions

47
work_item/.work-item.yml Normal file
View File

@@ -0,0 +1,47 @@
repository:
slug: domverse/photoanalyzer
login: domverse
assignee: domverse
remote: origin
main_branch: main
workflow:
branch_prefix: us
require_ci: false
required_tests:
- work_item/scripts/python -m unittest discover -s work_item/tests -v
safety:
max_file_bytes: 5000000
allow:
- tests/fixtures/**
deny:
- _IGNORE/**
- "**/_IGNORE/**"
- pictures/**
- photos/**
- _archive/**
- _todo/**
- data/**
- downloads/**
- "*.db"
- "*.db-*"
- "*.sqlite"
- "*.sqlite3"
- "*.log"
- "*.env"
- "*.pem"
- "*.key"
- "*.jpg"
- "*.jpeg"
- "*.png"
- "*.gif"
- "*.webp"
- "*.heic"
- "*.heif"
- "*.tif"
- "*.tiff"
- "*.mp4"
- "*.mov"
- "*.avi"
- "*.mkv"