Evidence
src/telemachy/executor.py (logging only)
Description
Workflow execution is logged via Python's logging module but there is no tamper-evident audit trail (e.g., structured event log to a file or external service) tracking who ran which workflow, when, with what parameters, and what the outcome was.
Part of #92
Evidence
src/telemachy/executor.py (logging only)
Description
Workflow execution is logged via Python's
loggingmodule but there is no tamper-evident audit trail (e.g., structured event log to a file or external service) tracking who ran which workflow, when, with what parameters, and what the outcome was.Part of #92