fix: add temp_cleanup.py to npm package files whitelist

PR #158 added temp_cleanup.py and its import in autonomous_agent_demo.py
but did not include the file in the package.json "files" array. This
caused ModuleNotFoundError for npm installations since the module was
missing from the published tarball.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Auto
2026-02-05 09:54:33 +02:00
parent b736fb7382
commit 76246bad69

View File

@@ -34,6 +34,7 @@
"registry.py", "registry.py",
"rate_limit_utils.py", "rate_limit_utils.py",
"security.py", "security.py",
"temp_cleanup.py",
"requirements-prod.txt", "requirements-prod.txt",
"pyproject.toml", "pyproject.toml",
".env.example", ".env.example",