.env.example
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
jobs.example.json
pyproject.toml
docs/ARCHITECTURE.md
docs/BASELINE_AND_DECISIONS.ko.md
docs/DECISIONS_PENDING.md
docs/IMPLEMENTATION_AUDIT.md
docs/INSTALLATION_MODEL.md
docs/LEGACY_ALLIMBOT_MIGRATION.md
docs/PRODUCT_PLAN.md
docs/PRODUCT_UX_PLAN.md
docs/PROJECT_INTEGRATIONS.md
docs/PROJECT_STATUS.ko.md
docs/RELEASE_0.5.0_CHECKLIST.ko.md
docs/SECURITY.md
docs/SECURITY_REVIEW.md
docs/TRACEABILITY.md
docs/cli-reference.md
docs/configuration.md
docs/dashboard.md
docs/jobs.md
docs/troubleshooting.md
integrations/claude-code/README.md
integrations/claude-code/settings.example.json
integrations/github-actions/allimbot.yml.example
integrations/projects/README.md
integrations/projects/agent-runtime.json
integrations/projects/autofolio.json
integrations/projects/bean-wiki.json
integrations/projects/linear-algebra-for-robotics.json
integrations/projects/manipulator-control-tutorial.json
integrations/projects/ralph-automation.json
plugins/allimbot-codex/README.md
plugins/allimbot-codex/.codex-plugin/plugin.json
plugins/allimbot-codex/hooks/hooks.json
plugins/allimbot-codex/scripts/hook.py
plugins/allimbot-codex/skills/allimbot-status/SKILL.md
schemas/action-v1.schema.json
schemas/event-v1.schema.json
schemas/project-integration-v1.schema.json
src/allimbot/__init__.py
src/allimbot/__main__.py
src/allimbot/bridge_runtime.py
src/allimbot/cli.py
src/allimbot/cli_output.py
src/allimbot/client.py
src/allimbot/config.py
src/allimbot/dashboard.py
src/allimbot/doctor.py
src/allimbot/errors.py
src/allimbot/event.py
src/allimbot/execution.py
src/allimbot/guardrails.py
src/allimbot/hooks.py
src/allimbot/i18n.py
src/allimbot/inbound.py
src/allimbot/integrations.py
src/allimbot/job_editor.py
src/allimbot/kakao_auth.py
src/allimbot/message.py
src/allimbot/onboarding.py
src/allimbot/operations.py
src/allimbot/provider_settings.py
src/allimbot/redaction.py
src/allimbot/router.py
src/allimbot/scheduler.py
src/allimbot/server.py
src/allimbot/services.py
src/allimbot/store.py
src/allimbot/tray.py
src/allimbot.egg-info/PKG-INFO
src/allimbot.egg-info/SOURCES.txt
src/allimbot.egg-info/dependency_links.txt
src/allimbot.egg-info/entry_points.txt
src/allimbot.egg-info/requires.txt
src/allimbot.egg-info/top_level.txt
src/allimbot/bridges/__init__.py
src/allimbot/bridges/claude.py
src/allimbot/bridges/codex.py
src/allimbot/notifiers/__init__.py
src/allimbot/notifiers/base.py
src/allimbot/notifiers/discord.py
src/allimbot/notifiers/email.py
src/allimbot/notifiers/github.py
src/allimbot/notifiers/gmail.py
src/allimbot/notifiers/kakao.py
src/allimbot/notifiers/matrix.py
src/allimbot/notifiers/ntfy.py
src/allimbot/notifiers/slack.py
src/allimbot/notifiers/telegram.py
src/allimbot/static/dashboard.css
src/allimbot/static/dashboard.html
src/allimbot/static/dashboard.js
tests/test_cli.py
tests/test_client_server.py
tests/test_codex_bridge.py
tests/test_config.py
tests/test_doctor.py
tests/test_errors.py
tests/test_event.py
tests/test_execution.py
tests/test_guardrails.py
tests/test_hooks.py
tests/test_inbound.py
tests/test_integrations.py
tests/test_job_editor.py
tests/test_message.py
tests/test_ntfy.py
tests/test_onboarding.py
tests/test_operations.py
tests/test_plugin.py
tests/test_provider_parity.py
tests/test_provider_settings.py
tests/test_redaction.py
tests/test_router.py
tests/test_scheduler.py
tests/test_services.py
tests/test_store.py
tests/test_tray.py