feat: add project fork async job service with cli prune/clear commands and shared container image build target

This commit is contained in:
2026-06-09 14:06:02 +00:00
parent c565e3b55c
commit 05c6fa7f3b
90 changed files with 6889 additions and 1146 deletions
@@ -43,7 +43,6 @@ Run these before considering a change done:
- **Per-language validation:** check the syntax and structure of each touched language (Python compiles and imports, JavaScript parses, CSS braces and HTML tags balance).
- **Clean import:** `python -c "from devplacepy.main import app"` must import without error.
- **No em-dash:** grep the touched files for the long dash and its HTML entity; both are forbidden.
- **UI check:** if the UI changed, capture and review a screenshot of the affected page.
## Testing