Amrum Software / Platzprüfer 2.1.1

Automation with explicit boundaries.

Use Platzpruefer.exe. Quote paths containing spaces. The application interface and task prompts are in German.

No arguments / gui
Starts the single-instance GUI; does not automatically query tasks.
--help / -h
Prints help and exits.
scan [folder] [--days days] [--json file] [--jobs file]
Read-only scan of immediate subfolders. Default root: E:\codex. No age filter unless --days is supplied as a non-negative integer; recursive modification times are considered. --json exports findings; --jobs exports requests without sending them. Existing export files are not overwritten. Reparse points are skipped. Allocation excludes directory/MFT metadata.
catalog
Reads active and archived local Codex tasks into reports/aufgaben-katalog.json. Requires sign-in; sends no message.
map [--root folder] [--apply]
Preview unless --apply is specified. --root adds immediate subfolders. --apply saves unique new assignments with a backup, preserving existing IDs. Requires the local Codex catalogue; sends no message.
chats
Queries selected tasks in descending historical-size order. At least ten minutes between dispatch starts; no timeout for the current answer. Consumes Codex usage.
chats --only ThreadId
Queries one task matching its saved ID, with the same safeguards as chats.
chats --resume path-to-run.json
Resumes a saved run with its original mappings. Cannot combine with --only. Check uncertain delivery manually first.
report path-to-run.json
Refreshes saved answers through Codex and opens the local report; no new audit request.
self-test / chat-test
Developer tests creating isolated local test data. self-test requires hardlink support. No task messages.
make-icon
Developer command writing assets/logo.ico in the working folder. The assets folder must exist. Replaces an existing icon.
Platzpruefer.exe scan "D:\Projects" --days 14 --json "D:\Reports\scan.json"
Platzpruefer.exe map --root "D:\Projects"
Platzpruefer.exe chats --resume "D:\Reports\run.json"

Exit codes: 0 completed, 1 error, 2 partial findings or paused. Completion does not mean every task answered. Concurrent filesystem changes can affect measurements.