README.md
pyproject.toml
src/animus_bootstrap/__init__.py
src/animus_bootstrap/cli.py
src/animus_bootstrap/runtime.py
src/animus_bootstrap.egg-info/PKG-INFO
src/animus_bootstrap.egg-info/SOURCES.txt
src/animus_bootstrap.egg-info/dependency_links.txt
src/animus_bootstrap.egg-info/entry_points.txt
src/animus_bootstrap.egg-info/requires.txt
src/animus_bootstrap.egg-info/top_level.txt
src/animus_bootstrap/config/__init__.py
src/animus_bootstrap/config/defaults.py
src/animus_bootstrap/config/manager.py
src/animus_bootstrap/config/schema.py
src/animus_bootstrap/daemon/__init__.py
src/animus_bootstrap/daemon/__main__.py
src/animus_bootstrap/daemon/installer.py
src/animus_bootstrap/daemon/supervisor.py
src/animus_bootstrap/daemon/updater.py
src/animus_bootstrap/daemon/platforms/__init__.py
src/animus_bootstrap/daemon/platforms/linux.py
src/animus_bootstrap/daemon/platforms/macos.py
src/animus_bootstrap/daemon/platforms/windows.py
src/animus_bootstrap/dashboard/__init__.py
src/animus_bootstrap/dashboard/app.py
src/animus_bootstrap/dashboard/routers/__init__.py
src/animus_bootstrap/dashboard/routers/activity.py
src/animus_bootstrap/dashboard/routers/automations.py
src/animus_bootstrap/dashboard/routers/channels_page.py
src/animus_bootstrap/dashboard/routers/config.py
src/animus_bootstrap/dashboard/routers/conversations.py
src/animus_bootstrap/dashboard/routers/feedback.py
src/animus_bootstrap/dashboard/routers/forge_page.py
src/animus_bootstrap/dashboard/routers/home.py
src/animus_bootstrap/dashboard/routers/identity_page.py
src/animus_bootstrap/dashboard/routers/logs.py
src/animus_bootstrap/dashboard/routers/memory.py
src/animus_bootstrap/dashboard/routers/personas_page.py
src/animus_bootstrap/dashboard/routers/proposals.py
src/animus_bootstrap/dashboard/routers/routing_page.py
src/animus_bootstrap/dashboard/routers/self_mod.py
src/animus_bootstrap/dashboard/routers/tasks_page.py
src/animus_bootstrap/dashboard/routers/timers_page.py
src/animus_bootstrap/dashboard/routers/tools.py
src/animus_bootstrap/dashboard/routers/update.py
src/animus_bootstrap/gateway/__init__.py
src/animus_bootstrap/gateway/cognitive.py
src/animus_bootstrap/gateway/cognitive_types.py
src/animus_bootstrap/gateway/models.py
src/animus_bootstrap/gateway/router.py
src/animus_bootstrap/gateway/session.py
src/animus_bootstrap/gateway/channels/__init__.py
src/animus_bootstrap/gateway/channels/base.py
src/animus_bootstrap/gateway/channels/discord_channel.py
src/animus_bootstrap/gateway/channels/email_channel.py
src/animus_bootstrap/gateway/channels/matrix.py
src/animus_bootstrap/gateway/channels/signal_channel.py
src/animus_bootstrap/gateway/channels/slack.py
src/animus_bootstrap/gateway/channels/telegram.py
src/animus_bootstrap/gateway/channels/webchat.py
src/animus_bootstrap/gateway/channels/whatsapp.py
src/animus_bootstrap/gateway/middleware/__init__.py
src/animus_bootstrap/gateway/middleware/auth.py
src/animus_bootstrap/gateway/middleware/logging.py
src/animus_bootstrap/gateway/middleware/ratelimit.py
src/animus_bootstrap/identity/__init__.py
src/animus_bootstrap/identity/manager.py
src/animus_bootstrap/intelligence/__init__.py
src/animus_bootstrap/intelligence/feedback.py
src/animus_bootstrap/intelligence/memory.py
src/animus_bootstrap/intelligence/proposals.py
src/animus_bootstrap/intelligence/router.py
src/animus_bootstrap/intelligence/automations/__init__.py
src/animus_bootstrap/intelligence/automations/actions.py
src/animus_bootstrap/intelligence/automations/conditions.py
src/animus_bootstrap/intelligence/automations/engine.py
src/animus_bootstrap/intelligence/automations/models.py
src/animus_bootstrap/intelligence/automations/triggers.py
src/animus_bootstrap/intelligence/memory_backends/__init__.py
src/animus_bootstrap/intelligence/memory_backends/animus_backend.py
src/animus_bootstrap/intelligence/memory_backends/base.py
src/animus_bootstrap/intelligence/memory_backends/chromadb_backend.py
src/animus_bootstrap/intelligence/memory_backends/sqlite_backend.py
src/animus_bootstrap/intelligence/proactive/__init__.py
src/animus_bootstrap/intelligence/proactive/engine.py
src/animus_bootstrap/intelligence/proactive/schedule.py
src/animus_bootstrap/intelligence/proactive/checks/__init__.py
src/animus_bootstrap/intelligence/proactive/checks/calendar.py
src/animus_bootstrap/intelligence/proactive/checks/morning_brief.py
src/animus_bootstrap/intelligence/proactive/checks/reflection.py
src/animus_bootstrap/intelligence/proactive/checks/tasks.py
src/animus_bootstrap/intelligence/proactive/checks/verdict_sync.py
src/animus_bootstrap/intelligence/tools/__init__.py
src/animus_bootstrap/intelligence/tools/executor.py
src/animus_bootstrap/intelligence/tools/history_store.py
src/animus_bootstrap/intelligence/tools/mcp_bridge.py
src/animus_bootstrap/intelligence/tools/permissions.py
src/animus_bootstrap/intelligence/tools/builtin/__init__.py
src/animus_bootstrap/intelligence/tools/builtin/code_edit.py
src/animus_bootstrap/intelligence/tools/builtin/filesystem.py
src/animus_bootstrap/intelligence/tools/builtin/forge_ctl.py
src/animus_bootstrap/intelligence/tools/builtin/gateway_tools.py
src/animus_bootstrap/intelligence/tools/builtin/identity_tools.py
src/animus_bootstrap/intelligence/tools/builtin/improvement_store.py
src/animus_bootstrap/intelligence/tools/builtin/memory_tools.py
src/animus_bootstrap/intelligence/tools/builtin/self_improve.py
src/animus_bootstrap/intelligence/tools/builtin/system.py
src/animus_bootstrap/intelligence/tools/builtin/task_ctl.py
src/animus_bootstrap/intelligence/tools/builtin/task_store.py
src/animus_bootstrap/intelligence/tools/builtin/timer_ctl.py
src/animus_bootstrap/intelligence/tools/builtin/timer_store.py
src/animus_bootstrap/intelligence/tools/builtin/web.py
src/animus_bootstrap/personas/__init__.py
src/animus_bootstrap/personas/context.py
src/animus_bootstrap/personas/engine.py
src/animus_bootstrap/personas/knowledge.py
src/animus_bootstrap/personas/storage.py
src/animus_bootstrap/personas/voice.py
src/animus_bootstrap/setup/__init__.py
src/animus_bootstrap/setup/validators.py
src/animus_bootstrap/setup/wizard.py
src/animus_bootstrap/setup/steps/__init__.py
src/animus_bootstrap/setup/steps/api_keys.py
src/animus_bootstrap/setup/steps/channels.py
src/animus_bootstrap/setup/steps/device.py
src/animus_bootstrap/setup/steps/forge.py
src/animus_bootstrap/setup/steps/identity.py
src/animus_bootstrap/setup/steps/identity_files.py
src/animus_bootstrap/setup/steps/memory.py
src/animus_bootstrap/setup/steps/sovereignty.py
src/animus_bootstrap/setup/steps/welcome.py
tests/test_approval_dashboard.py
tests/test_automations.py
tests/test_channels.py
tests/test_cli.py
tests/test_cli_reflect_feedback.py
tests/test_cognitive_types.py
tests/test_config.py
tests/test_coverage_97.py
tests/test_coverage_gaps.py
tests/test_coverage_push.py
tests/test_coverage_push_96.py
tests/test_coverage_task_push.py
tests/test_dashboard.py
tests/test_feedback.py
tests/test_gateway.py
tests/test_gateway_webchat.py
tests/test_identity_dashboard.py
tests/test_identity_manager.py
tests/test_identity_tools.py
tests/test_installer.py
tests/test_intelligence_dashboard.py
tests/test_intelligent_router.py
tests/test_memory.py
tests/test_memory_chromadb.py
tests/test_middleware.py
tests/test_personas.py
tests/test_personas_dashboard.py
tests/test_proactive.py
tests/test_proposals_dashboard.py
tests/test_proposals_manager.py
tests/test_reflection.py
tests/test_runtime.py
tests/test_self_mod_tools.py
tests/test_selfmod_dashboard.py
tests/test_task_ctl.py
tests/test_task_nudge.py
tests/test_task_store.py
tests/test_tasks_dashboard.py
tests/test_tools.py
tests/test_verdict_sync_check.py
tests/test_wizard.py
tests/test_wizard_identity_step.py