LICENSE
README.md
main.py
pyproject.toml
animaworks.egg-info/PKG-INFO
animaworks.egg-info/SOURCES.txt
animaworks.egg-info/dependency_links.txt
animaworks.egg-info/entry_points.txt
animaworks.egg-info/requires.txt
animaworks.egg-info/top_level.txt
cli/__init__.py
cli/__main__.py
cli/_gateway.py
cli/parser.py
cli/commands/__init__.py
cli/commands/anima.py
cli/commands/anima_communities.py
cli/commands/anima_merge.py
cli/commands/anima_mgmt.py
cli/commands/board.py
cli/commands/company_cmd.py
cli/commands/cost_cmd.py
cli/commands/cron_guard.py
cli/commands/import_cmd.py
cli/commands/index_cmd.py
cli/commands/init_cmd.py
cli/commands/internal_cmd.py
cli/commands/logs.py
cli/commands/memory_cmd.py
cli/commands/memory_ops.py
cli/commands/messaging.py
cli/commands/migrate_cmd.py
cli/commands/models_cmd.py
cli/commands/optimize_assets.py
cli/commands/profile.py
cli/commands/rag_repair_status.py
cli/commands/remake_cmd.py
cli/commands/repair_rag_cmd.py
cli/commands/server.py
cli/commands/skills.py
cli/commands/supervisor_cmd.py
cli/commands/task_cmd.py
cli/commands/tmp_cmd.py
cli/commands/vault_cmd.py
core/__init__.py
core/_agent_cycle.py
core/_agent_executor.py
core/_agent_priming.py
core/_agent_prompt_log.py
core/_anima_heartbeat.py
core/_anima_inbox.py
core/_anima_lifecycle.py
core/_anima_messaging.py
core/agent.py
core/anima.py
core/anima_factory.py
core/anima_roster.py
core/asset_reconciler.py
core/auto_updater.py
core/background.py
core/bootstrap_state.py
core/cascade_limiter.py
core/company.py
core/company_resources.py
core/delegation_recovery.py
core/discord_webhooks.py
core/event_export.py
core/exceptions.py
core/fd_limits.py
core/file_access_policy.py
core/gpu.py
core/image_artifacts.py
core/infra.py
core/init.py
core/logging_config.py
core/meeting_room_store.py
core/messenger.py
core/org_sync.py
core/outbound.py
core/outbound_auto.py
core/paths.py
core/response_normalize.py
core/schedule_parser.py
core/schemas.py
core/session_compactor.py
core/startup_progress.py
core/time_utils.py
core/tmp_cleanup.py
core/workspace.py
core/auth/__init__.py
core/auth/manager.py
core/auth/models.py
core/config/__init__.py
core/config/anima_registry.py
core/config/cli.py
core/config/env_slots.py
core/config/global_permissions.py
core/config/io.py
core/config/local_llm.py
core/config/migrate.py
core/config/model_config.py
core/config/model_mode.py
core/config/models.py
core/config/resolver.py
core/config/schemas.py
core/config/vault.py
core/execution/__init__.py
core/execution/_completion_gate.py
core/execution/_litellm_context.py
core/execution/_litellm_streaming.py
core/execution/_litellm_tools.py
core/execution/_sanitize.py
core/execution/_sdk_hooks.py
core/execution/_sdk_interrupt.py
core/execution/_sdk_options.py
core/execution/_sdk_patch.py
core/execution/_sdk_security.py
core/execution/_sdk_session.py
core/execution/_sdk_stream.py
core/execution/_session.py
core/execution/_streaming.py
core/execution/_tool_summary.py
core/execution/agent_sdk.py
core/execution/anthropic_fallback.py
core/execution/assisted.py
core/execution/backoff.py
core/execution/base.py
core/execution/codex_sdk.py
core/execution/cursor_agent.py
core/execution/error_classifier.py
core/execution/fallback_activity.py
core/execution/gemini_cli.py
core/execution/github_identity.py
core/execution/grok_cli.py
core/execution/litellm_loop.py
core/execution/loop_guards.py
core/execution/rate_guard.py
core/execution/reminder.py
core/execution/session_context.py
core/execution/session_types.py
core/external_tasks/__init__.py
core/external_tasks/collector.py
core/external_tasks/models.py
core/external_tasks/store.py
core/external_tasks/sources/__init__.py
core/external_tasks/sources/chatwork.py
core/external_tasks/sources/github.py
core/external_tasks/sources/gmail.py
core/external_tasks/sources/slack.py
core/goals/__init__.py
core/goals/judge.py
core/goals/manager.py
core/goals/models.py
core/i18n/__init__.py
core/i18n/strings/__init__.py
core/i18n/strings/communication.py
core/i18n/strings/company.py
core/i18n/strings/config.py
core/i18n/strings/discord.py
core/i18n/strings/execution.py
core/i18n/strings/handler.py
core/i18n/strings/handler_ext.py
core/i18n/strings/lifecycle.py
core/i18n/strings/memory.py
core/i18n/strings/migrate.py
core/i18n/strings/misc.py
core/i18n/strings/misc_machine.py
core/i18n/strings/misc_routes.py
core/i18n/strings/room_manager.py
core/i18n/strings/server.py
core/i18n/strings/supervisor.py
core/i18n/strings/tmp.py
core/i18n/strings/tooling.py
core/i18n/strings/tooling_schema.py
core/i18n/strings/tooling_schema_ext.py
core/i18n/strings/zoom.py
core/lifecycle/__init__.py
core/lifecycle/inbox_watcher.py
core/lifecycle/knowledge_correction.py
core/lifecycle/rate_limiter.py
core/lifecycle/scheduler.py
core/lifecycle/system_consolidation.py
core/lifecycle/anima_merge/__init__.py
core/lifecycle/anima_merge/content_refs.py
core/lifecycle/anima_merge/credential_refs.py
core/lifecycle/anima_merge/external_refs.py
core/lifecycle/anima_merge/finalize.py
core/lifecycle/anima_merge/journal.py
core/lifecycle/anima_merge/service.py
core/lifecycle/anima_merge/task_refs.py
core/lifecycle/anima_merge/taskboard_refs.py
core/lifecycle/anima_merge/verification.py
core/mcp/__init__.py
core/mcp/server.py
core/memory/__init__.py
core/memory/_activity_conversation.py
core/memory/_activity_models.py
core/memory/_activity_priming.py
core/memory/_activity_replay.py
core/memory/_activity_rotation.py
core/memory/_activity_timeline.py
core/memory/_io.py
core/memory/_llm_utils.py
core/memory/action_gate.py
core/memory/activity.py
core/memory/audit.py
core/memory/bm25.py
core/memory/config_reader.py
core/memory/consolidation.py
core/memory/contradiction.py
core/memory/conversation.py
core/memory/conversation_compression.py
core/memory/conversation_finalize.py
core/memory/conversation_models.py
core/memory/conversation_prompt.py
core/memory/conversation_state_update.py
core/memory/cron_logger.py
core/memory/dedup.py
core/memory/distillation.py
core/memory/entity_index.py
core/memory/fact_config.py
core/memory/fact_extraction.py
core/memory/fact_invalidation.py
core/memory/fact_invalidation_llm.py
core/memory/fact_observability.py
core/memory/facts.py
core/memory/forgetting.py
core/memory/frontmatter.py
core/memory/housekeeping.py
core/memory/hygiene.py
core/memory/manager.py
core/memory/nli.py
core/memory/pending_housekeeping.py
core/memory/rag_search.py
core/memory/reconsolidation.py
core/memory/resolution_tracker.py
core/memory/scope_policy.py
core/memory/search_metadata.py
core/memory/shortterm.py
core/memory/skill_metadata.py
core/memory/streaming_journal.py
core/memory/task_queue.py
core/memory/taskboard_housekeeping.py
core/memory/token_budget.py
core/memory/token_usage.py
core/memory/backend/__init__.py
core/memory/backend/base.py
core/memory/backend/legacy.py
core/memory/backend/neo4j_graph.py
core/memory/backend/registry.py
core/memory/extraction/__init__.py
core/memory/extraction/extractor.py
core/memory/extraction/invalidator.py
core/memory/extraction/minhash.py
core/memory/extraction/resolver.py
core/memory/extraction/prompts/__init__.py
core/memory/extraction/prompts/en.py
core/memory/extraction/prompts/ja.py
core/memory/graph/__init__.py
core/memory/graph/community.py
core/memory/graph/driver.py
core/memory/graph/queries.py
core/memory/graph/reranker.py
core/memory/graph/rrf.py
core/memory/graph/schema.py
core/memory/graph/search.py
core/memory/migration/__init__.py
core/memory/migration/backup.py
core/memory/migration/checkpoint.py
core/memory/migration/migrator.py
core/memory/ontology/__init__.py
core/memory/ontology/default.py
core/memory/priming/__init__.py
core/memory/priming/budget.py
core/memory/priming/channel_a.py
core/memory/priming/channel_b.py
core/memory/priming/channel_c.py
core/memory/priming/channel_e.py
core/memory/priming/channel_f.py
core/memory/priming/channel_g.py
core/memory/priming/constants.py
core/memory/priming/engine.py
core/memory/priming/format.py
core/memory/priming/gate.py
core/memory/priming/outbound.py
core/memory/priming/result.py
core/memory/priming/utils.py
core/memory/rag/__init__.py
core/memory/rag/contextual_header.py
core/memory/rag/direct_access.py
core/memory/rag/entity_graph.py
core/memory/rag/episode_time.py
core/memory/rag/exclusion.py
core/memory/rag/facts_chunker.py
core/memory/rag/graph.py
core/memory/rag/http_store.py
core/memory/rag/indexer.py
core/memory/rag/indexer_delete.py
core/memory/rag/repair.py
core/memory/rag/repair_rebuild.py
core/memory/rag/repair_service.py
core/memory/rag/repair_state.py
core/memory/rag/repair_types.py
core/memory/rag/repair_utils.py
core/memory/rag/retriever.py
core/memory/rag/singleton.py
core/memory/rag/sqlite_health.py
core/memory/rag/store.py
core/memory/rag/vector_worker.py
core/memory/rag/vector_worker_client.py
core/memory/retrieval/__init__.py
core/memory/retrieval/access_boost.py
core/memory/retrieval/confidence_gate.py
core/memory/retrieval/entity.py
core/memory/retrieval/pipeline.py
core/memory/retrieval/query_expansion.py
core/memory/retrieval/reranker.py
core/memory/retrieval/rrf.py
core/memory/retrieval/temporal.py
core/memory/retrieval/time_expr.py
core/memory/retrieval/types.py
core/memory/retrieval/unified_search.py
core/migrations/__init__.py
core/migrations/legacy_flat_skills.py
core/migrations/registry.py
core/migrations/steps.py
core/migrations/tool_prompts.py
core/migrations/tracker.py
core/notification/__init__.py
core/notification/interactive.py
core/notification/notifier.py
core/notification/reply_routing.py
core/notification/channels/__init__.py
core/notification/channels/chatwork.py
core/notification/channels/discord.py
core/notification/channels/line.py
core/notification/channels/ntfy.py
core/notification/channels/slack.py
core/notification/channels/telegram.py
core/platform/__init__.py
core/platform/claude_code.py
core/platform/codex.py
core/platform/cursor.py
core/platform/fd_limits.py
core/platform/gemini.py
core/platform/grok.py
core/platform/locks.py
core/platform/process.py
core/platform/processing_lease.py
core/prompt/__init__.py
core/prompt/assembler.py
core/prompt/builder.py
core/prompt/context.py
core/prompt/messaging.py
core/prompt/org_context.py
core/prompt/sections.py
core/prompt/tool_content.py
core/skills/__init__.py
core/skills/activation.py
core/skills/activation_render.py
core/skills/activation_state.py
core/skills/autolearn.py
core/skills/autolearn_lifecycle.py
core/skills/context.py
core/skills/cron_context.py
core/skills/curator.py
core/skills/guard.py
core/skills/hub.py
core/skills/hub_storage.py
core/skills/index.py
core/skills/loader.py
core/skills/models.py
core/skills/pointer_rewriter.py
core/skills/policy.py
core/skills/probation_promotion.py
core/skills/promotion.py
core/skills/promotion_approval.py
core/skills/promotion_utils.py
core/skills/reference_rewriter.py
core/skills/router.py
core/skills/router_metadata.py
core/skills/trust.py
core/skills/trust_gate.py
core/skills/usage.py
core/skills/migration/__init__.py
core/skills/migration/_common.py
core/skills/migration/hermes.py
core/skills/migration/hermes_format.py
core/skills/migration/openclaw.py
core/skills/migration/report.py
core/skills/sources/__init__.py
core/skills/sources/github.py
core/skills/sources/local.py
core/skills/sources/url.py
core/supervisor/__init__.py
core/supervisor/_mgr_health.py
core/supervisor/_mgr_rag_repair.py
core/supervisor/_mgr_reconcile.py
core/supervisor/_mgr_scheduler.py
core/supervisor/inbox_rate_limiter.py
core/supervisor/ipc.py
core/supervisor/manager.py
core/supervisor/pending_executor.py
core/supervisor/process_handle.py
core/supervisor/runner.py
core/supervisor/scheduler_manager.py
core/supervisor/streaming_handler.py
core/supervisor/transport.py
core/taskboard/__init__.py
core/taskboard/attention_resolver.py
core/taskboard/formatting.py
core/taskboard/models.py
core/taskboard/projector.py
core/taskboard/store.py
core/tooling/__init__.py
core/tooling/completion_gate_usage.py
core/tooling/dispatch.py
core/tooling/guide.py
core/tooling/handler.py
core/tooling/handler_base.py
core/tooling/handler_comms.py
core/tooling/handler_create_anima.py
core/tooling/handler_delegation.py
core/tooling/handler_files.py
core/tooling/handler_goals.py
core/tooling/handler_memory.py
core/tooling/handler_org.py
core/tooling/handler_org_dashboard.py
core/tooling/handler_perms.py
core/tooling/handler_skills.py
core/tooling/handler_subordinate_control.py
core/tooling/handler_workspace.py
core/tooling/org_helpers.py
core/tooling/permissions.py
core/tooling/skill_creator.py
core/tooling/skill_promotion_tool.py
core/tooling/schemas/__init__.py
core/tooling/schemas/admin.py
core/tooling/schemas/builder.py
core/tooling/schemas/channel.py
core/tooling/schemas/completion_gate.py
core/tooling/schemas/converters.py
core/tooling/schemas/goal.py
core/tooling/schemas/loader.py
core/tooling/schemas/memory.py
core/tooling/schemas/notification.py
core/tooling/schemas/session_todo.py
core/tooling/schemas/skill.py
core/tooling/schemas/supervisor.py
core/tooling/schemas/task.py
core/tooling/schemas/workspace.py
core/tools/__init__.py
core/tools/_anima_icon_url.py
core/tools/_async_compat.py
core/tools/_base.py
core/tools/_cache.py
core/tools/_chatwork_cache.py
core/tools/_chatwork_cli.py
core/tools/_chatwork_client.py
core/tools/_chatwork_identity.py
core/tools/_chatwork_markdown.py
core/tools/_comm_cli.py
core/tools/_discord_cache.py
core/tools/_discord_cli.py
core/tools/_discord_client.py
core/tools/_discord_markdown.py
core/tools/_image_cli.py
core/tools/_image_clients.py
core/tools/_image_glb.py
core/tools/_image_pipeline.py
core/tools/_image_schemas.py
core/tools/_retry.py
core/tools/_slack_cache.py
core/tools/_slack_cli.py
core/tools/_slack_client.py
core/tools/_slack_markdown.py
core/tools/aws_collector.py
core/tools/call_human.py
core/tools/chatwork.py
core/tools/discord.py
core/tools/github.py
core/tools/gmail.py
core/tools/google_calendar.py
core/tools/google_tasks.py
core/tools/image_gen.py
core/tools/local_llm.py
core/tools/machine.py
core/tools/notion.py
core/tools/slack.py
core/tools/transcribe.py
core/tools/web_search.py
core/tools/x_search.py
core/tools/image/__init__.py
core/tools/image/constants.py
core/tools/image/diffusers_local.py
core/tools/image/fal.py
core/tools/image/meshy.py
core/tools/image/novelai.py
core/tools/image/prompts.py
core/tools/image/utils.py
core/voice/__init__.py
core/voice/sentence_splitter.py
core/voice/session.py
core/voice/stt.py
core/voice/tts_base.py
core/voice/tts_elevenlabs.py
core/voice/tts_factory.py
core/voice/tts_sbv2.py
core/voice/tts_voicevox.py
server/__init__.py
server/app.py
server/dependencies.py
server/discord_channel_sync.py
server/discord_gateway.py
server/events.py
server/github_gateway.py
server/localhost.py
server/reload_manager.py
server/room_manager.py
server/slack_avatar_upload.py
server/slack_channel_sync.py
server/slack_interactive.py
server/slack_socket.py
server/stream_registry.py
server/usage_governor.py
server/websocket.py
server/zoom_gateway.py
server/routes/__init__.py
server/routes/animas.py
server/routes/approve.py
server/routes/assets.py
server/routes/auth.py
server/routes/channels.py
server/routes/chat.py
server/routes/chat_chunk_handler.py
server/routes/chat_emotion.py
server/routes/chat_images.py
server/routes/chat_models.py
server/routes/chat_producer.py
server/routes/chat_resume.py
server/routes/chat_ui_state.py
server/routes/chat_ws_effects.py
server/routes/config_routes.py
server/routes/external_tasks.py
server/routes/internal.py
server/routes/logs_routes.py
server/routes/media_proxy.py
server/routes/memory_routes.py
server/routes/room.py
server/routes/sessions.py
server/routes/setup.py
server/routes/skills.py
server/routes/system.py
server/routes/taskboard.py
server/routes/usage_routes.py
server/routes/users.py
server/routes/voice.py
server/routes/webhooks.py
server/routes/websocket_route.py
server/static/approve.html
server/static/index.html
server/static/i18n/en.json
server/static/i18n/ja.json
server/static/i18n/ko.json
server/static/modules/activity.js
server/static/modules/animas.js
server/static/modules/api.js
server/static/modules/app.js
server/static/modules/avatar-resolver.js
server/static/modules/image-cache.js
server/static/modules/login.js
server/static/modules/memory.js
server/static/modules/router.js
server/static/modules/state.js
server/static/modules/status.js
server/static/modules/touch.js
server/static/modules/voice-playback.js
server/static/modules/voice-ui.js
server/static/modules/voice-vad.js
server/static/modules/voice-worklet.js
server/static/modules/voice.js
server/static/modules/websocket.js
server/static/pages/activity-timeline.js
server/static/pages/activity.js
server/static/pages/animas.js
server/static/pages/board.js
server/static/pages/chat.js
server/static/pages/home.js
server/static/pages/logs.js
server/static/pages/settings.js
server/static/pages/task-board-utils.js
server/static/pages/task-board.js
server/static/pages/users.js
server/static/pages/activity/group-detail.js
server/static/pages/activity/now-board.js
server/static/pages/activity/session-replay.js
server/static/pages/activity/swimlane-layout.js
server/static/pages/activity/swimlane.js
server/static/pages/anima-tabs/assets.js
server/static/pages/anima-tabs/memory.js
server/static/pages/anima-tabs/process.js
server/static/pages/anima-tabs/schedule.js
server/static/pages/chat/activity-controller.js
server/static/pages/chat/anima-controller.js
server/static/pages/chat/avatar-controller.js
server/static/pages/chat/chat-renderer.js
server/static/pages/chat/ctx.js
server/static/pages/chat/events-controller.js
server/static/pages/chat/history-controller.js
server/static/pages/chat/image-voice-controller.js
server/static/pages/chat/meeting-controller.js
server/static/pages/chat/memory-controller.js
server/static/pages/chat/pane-host.js
server/static/pages/chat/sidebar-controller.js
server/static/pages/chat/splitter.js
server/static/pages/chat/streaming-controller.js
server/static/pages/chat/thread-controller.js
server/static/pages/chat/work-indicator-controller.js
server/static/setup/index.html
server/static/setup/setup.css
server/static/setup/setup.js
server/static/setup/i18n/ar.json
server/static/setup/i18n/de.json
server/static/setup/i18n/en.json
server/static/setup/i18n/es.json
server/static/setup/i18n/fr.json
server/static/setup/i18n/hi.json
server/static/setup/i18n/id.json
server/static/setup/i18n/it.json
server/static/setup/i18n/ja.json
server/static/setup/i18n/ko.json
server/static/setup/i18n/pt.json
server/static/setup/i18n/ru.json
server/static/setup/i18n/th.json
server/static/setup/i18n/tr.json
server/static/setup/i18n/vi.json
server/static/setup/i18n/zh-CN.json
server/static/setup/i18n/zh-TW.json
server/static/setup/steps/confirm.js
server/static/setup/steps/environment.js
server/static/setup/steps/language.js
server/static/setup/steps/leader.js
server/static/setup/steps/userinfo.js
server/static/shared/activity-context.js
server/static/shared/activity-types.js
server/static/shared/avatar-utils.js
server/static/shared/base-path.js
server/static/shared/chat-stream.js
server/static/shared/favicon.svg
server/static/shared/i18n.js
server/static/shared/image-input.js
server/static/shared/logger.js
server/static/shared/page-tabs.js
server/static/shared/sse-parser.js
server/static/shared/text-artifact.js
server/static/shared/chat/draft.js
server/static/shared/chat/history-loader.js
server/static/shared/chat/org-utils.js
server/static/shared/chat/render-utils.js
server/static/shared/chat/scroll-observer.js
server/static/shared/chat/session-manager.js
server/static/shared/chat/thread-logic.js
server/static/styles/activity.css
server/static/styles/assets.css
server/static/styles/avatar.css
server/static/styles/base.css
server/static/styles/board.css
server/static/styles/chat.css
server/static/styles/dashboard.css
server/static/styles/history.css
server/static/styles/layout.css
server/static/styles/memory.css
server/static/styles/responsive.css
server/static/styles/settings.css
server/static/styles/sidebar-nav.css
server/static/styles/sidebar.css
server/static/styles/task-board.css
server/static/styles/tokens.css
server/static/styles/voice.css
server/static/vendor/d3.v7.min.js
server/static/vendor/lucide/LICENSE
server/static/vendor/lucide/lucide.min.js
server/static/workspace/index.html
server/static/workspace/style.css
server/static/workspace/modules/activity-normalize.js
server/static/workspace/modules/activity.js
server/static/workspace/modules/anima.js
server/static/workspace/modules/api.js
server/static/workspace/modules/app-mobile.js
server/static/workspace/modules/app-system.js
server/static/workspace/modules/app-websocket.js
server/static/workspace/modules/app.js
server/static/workspace/modules/board.js
server/static/workspace/modules/character-animation.js
server/static/workspace/modules/character-appearance.js
server/static/workspace/modules/character-effects.js
server/static/workspace/modules/character-loader.js
server/static/workspace/modules/character.js
server/static/workspace/modules/chat-controller.js
server/static/workspace/modules/chat-history.js
server/static/workspace/modules/chat-mobile.js
server/static/workspace/modules/chat-streaming.js
server/static/workspace/modules/chat-thread.js
server/static/workspace/modules/idle_behavior.js
server/static/workspace/modules/interactions.js
server/static/workspace/modules/live2d.js
server/static/workspace/modules/login.js
server/static/workspace/modules/memory.js
server/static/workspace/modules/message-popup.js
server/static/workspace/modules/model-cache.js
server/static/workspace/modules/movement.js
server/static/workspace/modules/navigation.js
server/static/workspace/modules/office-furniture.js
server/static/workspace/modules/office-interaction.js
server/static/workspace/modules/office-layout.js
server/static/workspace/modules/office-structure.js
server/static/workspace/modules/office3d.js
server/static/workspace/modules/org-dashboard.js
server/static/workspace/modules/replay-engine.js
server/static/workspace/modules/replay-ui.js
server/static/workspace/modules/reveal.js
server/static/workspace/modules/session.js
server/static/workspace/modules/sidebar.js
server/static/workspace/modules/state.js
server/static/workspace/modules/timeline-dom.js
server/static/workspace/modules/timeline-history.js
server/static/workspace/modules/timeline-replay.js
server/static/workspace/modules/timeline.js
server/static/workspace/modules/utils.js
server/static/workspace/modules/websocket.js
templates/__init__.py
templates/_shared/config_defaults/model_modes.json
templates/_shared/config_defaults/models.json
templates/_shared/config_defaults/permissions.global.json
templates/_shared/roles/engineer/defaults.json
templates/_shared/roles/general/defaults.json
templates/_shared/roles/manager/defaults.json
templates/_shared/roles/ops/defaults.json
templates/_shared/roles/researcher/defaults.json
templates/_shared/roles/writer/defaults.json
templates/en/bootstrap.md
templates/en/anima_templates/_blank/cron.md
templates/en/anima_templates/_blank/heartbeat.md
templates/en/anima_templates/_blank/identity.md
templates/en/anima_templates/_blank/injection.md
templates/en/anima_templates/_blank/permissions.json
templates/en/anima_templates/_blank/skills/newstaff/SKILL.md
templates/en/anima_templates/_blank/skills/worker_management/SKILL.md
templates/en/common_knowledge/00_index.md
templates/en/common_knowledge/anatomy/essentials.md
templates/en/common_knowledge/anatomy/machine-tool-philosophy.md
templates/en/common_knowledge/anatomy/task-architecture.md
templates/en/common_knowledge/anatomy/what-is-anima.md
templates/en/common_knowledge/communication/board-guide.md
templates/en/common_knowledge/communication/call-human-guide.md
templates/en/common_knowledge/communication/message-quality-protocol.md
templates/en/common_knowledge/communication/sending-limits.md
templates/en/common_knowledge/operations/action-rules-guide.md
templates/en/common_knowledge/operations/background-tasks.md
templates/en/common_knowledge/operations/completion-gate-guide.md
templates/en/common_knowledge/operations/report-formats.md
templates/en/common_knowledge/operations/task-board-guide.md
templates/en/common_knowledge/operations/task-delegation-guide.md
templates/en/common_knowledge/operations/workspace-guide.md
templates/en/common_knowledge/operations/machine/tool-usage.md
templates/en/common_knowledge/operations/machine/workflow-engineer.md
templates/en/common_knowledge/operations/machine/workflow-pdm.md
templates/en/common_knowledge/operations/machine/workflow-reviewer.md
templates/en/common_knowledge/operations/machine/workflow-tester.md
templates/en/common_knowledge/organization/hierarchy-rules.md
templates/en/common_knowledge/security/prompt-injection-awareness.md
templates/en/common_knowledge/team-design/guide.md
templates/en/common_knowledge/team-design/org-chart-template.md
templates/en/common_knowledge/team-design/coo/team.md
templates/en/common_knowledge/team-design/coo/coo/checklist.md
templates/en/common_knowledge/team-design/coo/coo/injection.template.md
templates/en/common_knowledge/team-design/coo/coo/machine.md
templates/en/common_knowledge/team-design/corporate-planning/team.md
templates/en/common_knowledge/team-design/corporate-planning/analyst/checklist.md
templates/en/common_knowledge/team-design/corporate-planning/analyst/injection.template.md
templates/en/common_knowledge/team-design/corporate-planning/analyst/machine.md
templates/en/common_knowledge/team-design/corporate-planning/coordinator/checklist.md
templates/en/common_knowledge/team-design/corporate-planning/coordinator/injection.template.md
templates/en/common_knowledge/team-design/corporate-planning/coordinator/machine.md
templates/en/common_knowledge/team-design/corporate-planning/strategist/checklist.md
templates/en/common_knowledge/team-design/corporate-planning/strategist/injection.template.md
templates/en/common_knowledge/team-design/corporate-planning/strategist/machine.md
templates/en/common_knowledge/team-design/customer-success/team.md
templates/en/common_knowledge/team-design/customer-success/cs-lead/checklist.md
templates/en/common_knowledge/team-design/customer-success/cs-lead/injection.template.md
templates/en/common_knowledge/team-design/customer-success/cs-lead/machine.md
templates/en/common_knowledge/team-design/customer-success/support/checklist.md
templates/en/common_knowledge/team-design/customer-success/support/injection.template.md
templates/en/common_knowledge/team-design/development/team.md
templates/en/common_knowledge/team-design/development/engineer/checklist.md
templates/en/common_knowledge/team-design/development/engineer/injection.template.md
templates/en/common_knowledge/team-design/development/engineer/machine.md
templates/en/common_knowledge/team-design/development/pdm/checklist.md
templates/en/common_knowledge/team-design/development/pdm/injection.template.md
templates/en/common_knowledge/team-design/development/pdm/machine.md
templates/en/common_knowledge/team-design/development/reviewer/checklist.md
templates/en/common_knowledge/team-design/development/reviewer/injection.template.md
templates/en/common_knowledge/team-design/development/reviewer/machine.md
templates/en/common_knowledge/team-design/development/tester/checklist.md
templates/en/common_knowledge/team-design/development/tester/injection.template.md
templates/en/common_knowledge/team-design/development/tester/machine.md
templates/en/common_knowledge/team-design/finance/team.md
templates/en/common_knowledge/team-design/finance/analyst/checklist.md
templates/en/common_knowledge/team-design/finance/analyst/injection.template.md
templates/en/common_knowledge/team-design/finance/auditor/checklist.md
templates/en/common_knowledge/team-design/finance/auditor/injection.template.md
templates/en/common_knowledge/team-design/finance/auditor/machine.md
templates/en/common_knowledge/team-design/finance/collector/checklist.md
templates/en/common_knowledge/team-design/finance/collector/injection.template.md
templates/en/common_knowledge/team-design/finance/director/checklist.md
templates/en/common_knowledge/team-design/finance/director/injection.template.md
templates/en/common_knowledge/team-design/finance/director/machine.md
templates/en/common_knowledge/team-design/infrastructure/team.md
templates/en/common_knowledge/team-design/infrastructure/director/checklist.md
templates/en/common_knowledge/team-design/infrastructure/director/injection.template.md
templates/en/common_knowledge/team-design/infrastructure/monitor/checklist.md
templates/en/common_knowledge/team-design/infrastructure/monitor/injection.template.md
templates/en/common_knowledge/team-design/legal/team.md
templates/en/common_knowledge/team-design/legal/director/checklist.md
templates/en/common_knowledge/team-design/legal/director/injection.template.md
templates/en/common_knowledge/team-design/legal/director/machine.md
templates/en/common_knowledge/team-design/legal/researcher/checklist.md
templates/en/common_knowledge/team-design/legal/researcher/injection.template.md
templates/en/common_knowledge/team-design/legal/verifier/checklist.md
templates/en/common_knowledge/team-design/legal/verifier/injection.template.md
templates/en/common_knowledge/team-design/legal/verifier/machine.md
templates/en/common_knowledge/team-design/sales-marketing/team.md
templates/en/common_knowledge/team-design/sales-marketing/creator/checklist.md
templates/en/common_knowledge/team-design/sales-marketing/creator/injection.template.md
templates/en/common_knowledge/team-design/sales-marketing/creator/machine.md
templates/en/common_knowledge/team-design/sales-marketing/director/checklist.md
templates/en/common_knowledge/team-design/sales-marketing/director/injection.template.md
templates/en/common_knowledge/team-design/sales-marketing/director/machine.md
templates/en/common_knowledge/team-design/sales-marketing/researcher/checklist.md
templates/en/common_knowledge/team-design/sales-marketing/researcher/injection.template.md
templates/en/common_knowledge/team-design/sales-marketing/sdr/checklist.md
templates/en/common_knowledge/team-design/sales-marketing/sdr/injection.template.md
templates/en/common_knowledge/team-design/sales-marketing/sdr/machine.md
templates/en/common_knowledge/team-design/secretary/team.md
templates/en/common_knowledge/team-design/secretary/secretary/checklist.md
templates/en/common_knowledge/team-design/secretary/secretary/injection.template.md
templates/en/common_knowledge/team-design/secretary/secretary/machine.md
templates/en/common_knowledge/team-design/trading/team.md
templates/en/common_knowledge/team-design/trading/analyst/checklist.md
templates/en/common_knowledge/team-design/trading/analyst/injection.template.md
templates/en/common_knowledge/team-design/trading/analyst/machine.md
templates/en/common_knowledge/team-design/trading/auditor/checklist.md
templates/en/common_knowledge/team-design/trading/auditor/injection.template.md
templates/en/common_knowledge/team-design/trading/auditor/machine.md
templates/en/common_knowledge/team-design/trading/director/checklist.md
templates/en/common_knowledge/team-design/trading/director/injection.template.md
templates/en/common_knowledge/team-design/trading/director/machine.md
templates/en/common_knowledge/team-design/trading/engineer/checklist.md
templates/en/common_knowledge/team-design/trading/engineer/injection.template.md
templates/en/common_knowledge/team-design/trading/engineer/machine.md
templates/en/common_skills/agent-browser/SKILL.md
templates/en/common_skills/animaworks-guide/SKILL.md
templates/en/common_skills/aws-collector-tool/SKILL.md
templates/en/common_skills/chatwork-tool/SKILL.md
templates/en/common_skills/cron-management/SKILL.md
templates/en/common_skills/discord-tool/SKILL.md
templates/en/common_skills/github-tool/SKILL.md
templates/en/common_skills/gmail-tool/SKILL.md
templates/en/common_skills/google-calendar-tool/SKILL.md
templates/en/common_skills/google-tasks-tool/SKILL.md
templates/en/common_skills/image-gen-tool/SKILL.md
templates/en/common_skills/image-posting/SKILL.md
templates/en/common_skills/local-llm-tool/SKILL.md
templates/en/common_skills/machine-tool/SKILL.md
templates/en/common_skills/notion-tool/SKILL.md
templates/en/common_skills/skill-creator/SKILL.md
templates/en/common_skills/skill-creator/references/description_guide.md
templates/en/common_skills/skill-creator/scripts/lint_skill.py
templates/en/common_skills/skill-creator/templates/skill_template.md
templates/en/common_skills/slack-tool/SKILL.md
templates/en/common_skills/subagent-cli/SKILL.md
templates/en/common_skills/subordinate-management/SKILL.md
templates/en/common_skills/tool-creator/SKILL.md
templates/en/common_skills/transcribe-tool/SKILL.md
templates/en/common_skills/web-search-tool/SKILL.md
templates/en/common_skills/workspace-manager/SKILL.md
templates/en/common_skills/x-search-tool/SKILL.md
templates/en/common_skills/zoom-meeting-scribe/SKILL.md
templates/en/company/vision.md
templates/en/prompts/a_reflection.md
templates/en/prompts/behavior_rules.md
templates/en/prompts/character_design_guide.md
templates/en/prompts/chat_message.md
templates/en/prompts/chat_message_with_history.md
templates/en/prompts/communication_rules.md
templates/en/prompts/communication_rules_s.md
templates/en/prompts/cron_task.md
templates/en/prompts/environment.md
templates/en/prompts/greet.md
templates/en/prompts/heartbeat.md
templates/en/prompts/heartbeat_default_checklist.md
templates/en/prompts/heartbeat_history.md
templates/en/prompts/heartbeat_subordinate_check.md
templates/en/prompts/hiring_context.md
templates/en/prompts/inbox_message.md
templates/en/prompts/meeting_chair.md
templates/en/prompts/memory_guide.md
templates/en/prompts/messaging.md
templates/en/prompts/messaging_s.md
templates/en/prompts/org_context.md
templates/en/prompts/session_continuation.md
templates/en/prompts/task_complete_notify.md
templates/en/prompts/task_exec.md
templates/en/prompts/tool_data_interpretation.md
templates/en/prompts/unread_messages.md
templates/en/prompts/builder/common_knowledge_hint.md
templates/en/prompts/builder/emotion_instruction.md
templates/en/prompts/builder/external_tools_guide.md
templates/en/prompts/builder/fallbacks.md
templates/en/prompts/builder/heartbeat_tool_instruction.md
templates/en/prompts/builder/hiring_rules_other.md
templates/en/prompts/builder/hiring_rules_s.md
templates/en/prompts/builder/human_notification.md
templates/en/prompts/builder/human_notification_howto_other.md
templates/en/prompts/builder/human_notification_howto_s.md
templates/en/prompts/builder/light_tier_org.md
templates/en/prompts/builder/org_context_toplevel.md
templates/en/prompts/builder/reference_hint.md
templates/en/prompts/builder/resolution_registry.md
templates/en/prompts/builder/sections.md
templates/en/prompts/builder/task_in_progress.md
templates/en/prompts/builder/task_queue.md
templates/en/prompts/fragments/asset_synthesis_system.md
templates/en/prompts/fragments/asset_synthesis_system_realistic.md
templates/en/prompts/fragments/bg_task_notification.md
templates/en/prompts/fragments/command_output.md
templates/en/prompts/fragments/curator_report_review.md
templates/en/prompts/fragments/recent_dialogue.md
templates/en/prompts/fragments/recent_reflections.md
templates/en/prompts/fragments/recovery_note_header.md
templates/en/prompts/memory/classification.md
templates/en/prompts/memory/consolidation_instruction.md
templates/en/prompts/memory/contradiction_detection.md
templates/en/prompts/memory/contradiction_merge.md
templates/en/prompts/memory/conversation_compression.md
templates/en/prompts/memory/episode_extraction.md
templates/en/prompts/memory/forgetting_merge.md
templates/en/prompts/memory/knowledge_revision.md
templates/en/prompts/memory/procedure_from_resolved.md
templates/en/prompts/memory/procedure_revision.md
templates/en/prompts/memory/session_summary.md
templates/en/prompts/memory/weekly_consolidation_instruction.md
templates/en/prompts/memory/weekly_pattern.md
templates/en/prompts/tool_descriptions/Bash.md
templates/en/prompts/tool_descriptions/Edit.md
templates/en/prompts/tool_descriptions/Glob.md
templates/en/prompts/tool_descriptions/Grep.md
templates/en/prompts/tool_descriptions/Read.md
templates/en/prompts/tool_descriptions/WebFetch.md
templates/en/prompts/tool_descriptions/WebSearch.md
templates/en/prompts/tool_descriptions/Write.md
templates/en/prompts/tool_descriptions/archive_memory_file.md
templates/en/prompts/tool_descriptions/backlog_task.md
templates/en/prompts/tool_descriptions/call_human.md
templates/en/prompts/tool_descriptions/create_anima.md
templates/en/prompts/tool_descriptions/list_tasks.md
templates/en/prompts/tool_descriptions/post_channel.md
templates/en/prompts/tool_descriptions/read_channel.md
templates/en/prompts/tool_descriptions/read_dm_history.md
templates/en/prompts/tool_descriptions/read_memory_file.md
templates/en/prompts/tool_descriptions/refresh_tools.md
templates/en/prompts/tool_descriptions/report_knowledge_outcome.md
templates/en/prompts/tool_descriptions/report_procedure_outcome.md
templates/en/prompts/tool_descriptions/search_memory.md
templates/en/prompts/tool_descriptions/send_message.md
templates/en/prompts/tool_descriptions/share_tool.md
templates/en/prompts/tool_descriptions/update_task.md
templates/en/prompts/tool_descriptions/write_memory_file.md
templates/en/prompts/tool_guides/non_s.md
templates/en/prompts/tool_guides/s_builtin.md
templates/en/prompts/tool_guides/s_mcp.md
templates/en/reference/00_index.md
templates/en/reference/anatomy/anima-anatomy.md
templates/en/reference/anatomy/memory-system.md
templates/en/reference/anatomy/priming-channels.md
templates/en/reference/anatomy/working-memory.md
templates/en/reference/communication/instruction-patterns.md
templates/en/reference/communication/messaging-guide.md
templates/en/reference/communication/reporting-guide.md
templates/en/reference/communication/slack-bot-token-guide.md
templates/en/reference/internals/common-knowledge-access-paths.md
templates/en/reference/operations/browser-automation-guide.md
templates/en/reference/operations/heartbeat-cron-guide.md
templates/en/reference/operations/mode-s-auth-guide.md
templates/en/reference/operations/model-guide.md
templates/en/reference/operations/project-setup.md
templates/en/reference/operations/task-management.md
templates/en/reference/operations/tool-usage-overview.md
templates/en/reference/operations/voice-chat-guide.md
templates/en/reference/organization/roles.md
templates/en/reference/organization/structure.md
templates/en/reference/troubleshooting/common-issues.md
templates/en/reference/troubleshooting/escalation-flowchart.md
templates/en/reference/troubleshooting/gmail-credential-setup.md
templates/en/reference/usecases/usecase-communication.md
templates/en/reference/usecases/usecase-customer-support.md
templates/en/reference/usecases/usecase-development.md
templates/en/reference/usecases/usecase-knowledge.md
templates/en/reference/usecases/usecase-monitoring.md
templates/en/reference/usecases/usecase-overview.md
templates/en/reference/usecases/usecase-research.md
templates/en/reference/usecases/usecase-secretary.md
templates/en/roles/engineer/permissions.json
templates/en/roles/engineer/specialty_prompt.md
templates/en/roles/general/permissions.json
templates/en/roles/general/specialty_prompt.md
templates/en/roles/manager/permissions.json
templates/en/roles/manager/specialty_prompt.md
templates/en/roles/ops/permissions.json
templates/en/roles/ops/specialty_prompt.md
templates/en/roles/researcher/permissions.json
templates/en/roles/researcher/specialty_prompt.md
templates/en/roles/writer/permissions.json
templates/en/roles/writer/specialty_prompt.md
templates/ja/bootstrap.md
templates/ja/anima_templates/_blank/cron.md
templates/ja/anima_templates/_blank/heartbeat.md
templates/ja/anima_templates/_blank/identity.md
templates/ja/anima_templates/_blank/injection.md
templates/ja/anima_templates/_blank/permissions.json
templates/ja/anima_templates/_blank/skills/newstaff/SKILL.md
templates/ja/anima_templates/_blank/skills/worker_management/SKILL.md
templates/ja/common_knowledge/00_index.md
templates/ja/common_knowledge/anatomy/essentials.md
templates/ja/common_knowledge/anatomy/machine-tool-philosophy.md
templates/ja/common_knowledge/anatomy/task-architecture.md
templates/ja/common_knowledge/anatomy/what-is-anima.md
templates/ja/common_knowledge/communication/board-guide.md
templates/ja/common_knowledge/communication/call-human-guide.md
templates/ja/common_knowledge/communication/message-quality-protocol.md
templates/ja/common_knowledge/communication/sending-limits.md
templates/ja/common_knowledge/operations/action-rules-guide.md
templates/ja/common_knowledge/operations/background-tasks.md
templates/ja/common_knowledge/operations/completion-gate-guide.md
templates/ja/common_knowledge/operations/report-formats.md
templates/ja/common_knowledge/operations/task-board-guide.md
templates/ja/common_knowledge/operations/task-delegation-guide.md
templates/ja/common_knowledge/operations/workspace-guide.md
templates/ja/common_knowledge/operations/machine/tool-usage.md
templates/ja/common_knowledge/operations/machine/workflow-engineer.md
templates/ja/common_knowledge/operations/machine/workflow-pdm.md
templates/ja/common_knowledge/operations/machine/workflow-reviewer.md
templates/ja/common_knowledge/operations/machine/workflow-tester.md
templates/ja/common_knowledge/organization/hierarchy-rules.md
templates/ja/common_knowledge/security/prompt-injection-awareness.md
templates/ja/common_knowledge/team-design/guide.md
templates/ja/common_knowledge/team-design/org-chart-template.md
templates/ja/common_knowledge/team-design/coo/team.md
templates/ja/common_knowledge/team-design/coo/coo/checklist.md
templates/ja/common_knowledge/team-design/coo/coo/injection.template.md
templates/ja/common_knowledge/team-design/coo/coo/machine.md
templates/ja/common_knowledge/team-design/corporate-planning/team.md
templates/ja/common_knowledge/team-design/corporate-planning/analyst/checklist.md
templates/ja/common_knowledge/team-design/corporate-planning/analyst/injection.template.md
templates/ja/common_knowledge/team-design/corporate-planning/analyst/machine.md
templates/ja/common_knowledge/team-design/corporate-planning/coordinator/checklist.md
templates/ja/common_knowledge/team-design/corporate-planning/coordinator/injection.template.md
templates/ja/common_knowledge/team-design/corporate-planning/coordinator/machine.md
templates/ja/common_knowledge/team-design/corporate-planning/strategist/checklist.md
templates/ja/common_knowledge/team-design/corporate-planning/strategist/injection.template.md
templates/ja/common_knowledge/team-design/corporate-planning/strategist/machine.md
templates/ja/common_knowledge/team-design/customer-success/team.md
templates/ja/common_knowledge/team-design/customer-success/cs-lead/checklist.md
templates/ja/common_knowledge/team-design/customer-success/cs-lead/injection.template.md
templates/ja/common_knowledge/team-design/customer-success/cs-lead/machine.md
templates/ja/common_knowledge/team-design/customer-success/support/checklist.md
templates/ja/common_knowledge/team-design/customer-success/support/injection.template.md
templates/ja/common_knowledge/team-design/development/team.md
templates/ja/common_knowledge/team-design/development/engineer/checklist.md
templates/ja/common_knowledge/team-design/development/engineer/injection.template.md
templates/ja/common_knowledge/team-design/development/engineer/machine.md
templates/ja/common_knowledge/team-design/development/pdm/checklist.md
templates/ja/common_knowledge/team-design/development/pdm/injection.template.md
templates/ja/common_knowledge/team-design/development/pdm/machine.md
templates/ja/common_knowledge/team-design/development/reviewer/checklist.md
templates/ja/common_knowledge/team-design/development/reviewer/injection.template.md
templates/ja/common_knowledge/team-design/development/reviewer/machine.md
templates/ja/common_knowledge/team-design/development/tester/checklist.md
templates/ja/common_knowledge/team-design/development/tester/injection.template.md
templates/ja/common_knowledge/team-design/development/tester/machine.md
templates/ja/common_knowledge/team-design/finance/team.md
templates/ja/common_knowledge/team-design/finance/analyst/checklist.md
templates/ja/common_knowledge/team-design/finance/analyst/injection.template.md
templates/ja/common_knowledge/team-design/finance/auditor/checklist.md
templates/ja/common_knowledge/team-design/finance/auditor/injection.template.md
templates/ja/common_knowledge/team-design/finance/auditor/machine.md
templates/ja/common_knowledge/team-design/finance/collector/checklist.md
templates/ja/common_knowledge/team-design/finance/collector/injection.template.md
templates/ja/common_knowledge/team-design/finance/director/checklist.md
templates/ja/common_knowledge/team-design/finance/director/injection.template.md
templates/ja/common_knowledge/team-design/finance/director/machine.md
templates/ja/common_knowledge/team-design/infrastructure/team.md
templates/ja/common_knowledge/team-design/infrastructure/director/checklist.md
templates/ja/common_knowledge/team-design/infrastructure/director/injection.template.md
templates/ja/common_knowledge/team-design/infrastructure/monitor/checklist.md
templates/ja/common_knowledge/team-design/infrastructure/monitor/injection.template.md
templates/ja/common_knowledge/team-design/legal/team.md
templates/ja/common_knowledge/team-design/legal/director/checklist.md
templates/ja/common_knowledge/team-design/legal/director/injection.template.md
templates/ja/common_knowledge/team-design/legal/director/machine.md
templates/ja/common_knowledge/team-design/legal/researcher/checklist.md
templates/ja/common_knowledge/team-design/legal/researcher/injection.template.md
templates/ja/common_knowledge/team-design/legal/verifier/checklist.md
templates/ja/common_knowledge/team-design/legal/verifier/injection.template.md
templates/ja/common_knowledge/team-design/legal/verifier/machine.md
templates/ja/common_knowledge/team-design/sales-marketing/team.md
templates/ja/common_knowledge/team-design/sales-marketing/creator/checklist.md
templates/ja/common_knowledge/team-design/sales-marketing/creator/injection.template.md
templates/ja/common_knowledge/team-design/sales-marketing/creator/machine.md
templates/ja/common_knowledge/team-design/sales-marketing/director/checklist.md
templates/ja/common_knowledge/team-design/sales-marketing/director/injection.template.md
templates/ja/common_knowledge/team-design/sales-marketing/director/machine.md
templates/ja/common_knowledge/team-design/sales-marketing/researcher/checklist.md
templates/ja/common_knowledge/team-design/sales-marketing/researcher/injection.template.md
templates/ja/common_knowledge/team-design/sales-marketing/sdr/checklist.md
templates/ja/common_knowledge/team-design/sales-marketing/sdr/injection.template.md
templates/ja/common_knowledge/team-design/sales-marketing/sdr/machine.md
templates/ja/common_knowledge/team-design/secretary/team.md
templates/ja/common_knowledge/team-design/secretary/secretary/checklist.md
templates/ja/common_knowledge/team-design/secretary/secretary/injection.template.md
templates/ja/common_knowledge/team-design/secretary/secretary/machine.md
templates/ja/common_knowledge/team-design/trading/team.md
templates/ja/common_knowledge/team-design/trading/analyst/checklist.md
templates/ja/common_knowledge/team-design/trading/analyst/injection.template.md
templates/ja/common_knowledge/team-design/trading/analyst/machine.md
templates/ja/common_knowledge/team-design/trading/auditor/checklist.md
templates/ja/common_knowledge/team-design/trading/auditor/injection.template.md
templates/ja/common_knowledge/team-design/trading/auditor/machine.md
templates/ja/common_knowledge/team-design/trading/director/checklist.md
templates/ja/common_knowledge/team-design/trading/director/injection.template.md
templates/ja/common_knowledge/team-design/trading/director/machine.md
templates/ja/common_knowledge/team-design/trading/engineer/checklist.md
templates/ja/common_knowledge/team-design/trading/engineer/injection.template.md
templates/ja/common_knowledge/team-design/trading/engineer/machine.md
templates/ja/common_skills/agent-browser/SKILL.md
templates/ja/common_skills/animaworks-guide/SKILL.md
templates/ja/common_skills/aws-collector-tool/SKILL.md
templates/ja/common_skills/chatwork-tool/SKILL.md
templates/ja/common_skills/cron-management/SKILL.md
templates/ja/common_skills/discord-tool/SKILL.md
templates/ja/common_skills/github-tool/SKILL.md
templates/ja/common_skills/gmail-tool/SKILL.md
templates/ja/common_skills/google-calendar-tool/SKILL.md
templates/ja/common_skills/google-tasks-tool/SKILL.md
templates/ja/common_skills/image-gen-tool/SKILL.md
templates/ja/common_skills/image-posting/SKILL.md
templates/ja/common_skills/local-llm-tool/SKILL.md
templates/ja/common_skills/machine-tool/SKILL.md
templates/ja/common_skills/notion-tool/SKILL.md
templates/ja/common_skills/skill-creator/SKILL.md
templates/ja/common_skills/skill-creator/references/description_guide.md
templates/ja/common_skills/skill-creator/scripts/lint_skill.py
templates/ja/common_skills/skill-creator/templates/skill_template.md
templates/ja/common_skills/slack-tool/SKILL.md
templates/ja/common_skills/subagent-cli/SKILL.md
templates/ja/common_skills/subordinate-management/SKILL.md
templates/ja/common_skills/tool-creator/SKILL.md
templates/ja/common_skills/transcribe-tool/SKILL.md
templates/ja/common_skills/web-search-tool/SKILL.md
templates/ja/common_skills/workspace-manager/SKILL.md
templates/ja/common_skills/x-search-tool/SKILL.md
templates/ja/common_skills/zoom-meeting-scribe/SKILL.md
templates/ja/company/vision.md
templates/ja/prompts/a_reflection.md
templates/ja/prompts/behavior_rules.md
templates/ja/prompts/character_design_guide.md
templates/ja/prompts/chat_message.md
templates/ja/prompts/chat_message_with_history.md
templates/ja/prompts/communication_rules.md
templates/ja/prompts/communication_rules_s.md
templates/ja/prompts/cron_task.md
templates/ja/prompts/environment.md
templates/ja/prompts/greet.md
templates/ja/prompts/heartbeat.md
templates/ja/prompts/heartbeat_default_checklist.md
templates/ja/prompts/heartbeat_history.md
templates/ja/prompts/heartbeat_subordinate_check.md
templates/ja/prompts/hiring_context.md
templates/ja/prompts/inbox_message.md
templates/ja/prompts/meeting_chair.md
templates/ja/prompts/memory_guide.md
templates/ja/prompts/messaging.md
templates/ja/prompts/messaging_s.md
templates/ja/prompts/org_context.md
templates/ja/prompts/session_continuation.md
templates/ja/prompts/task_complete_notify.md
templates/ja/prompts/task_exec.md
templates/ja/prompts/tool_data_interpretation.md
templates/ja/prompts/unread_messages.md
templates/ja/prompts/builder/common_knowledge_hint.md
templates/ja/prompts/builder/emotion_instruction.md
templates/ja/prompts/builder/external_tools_guide.md
templates/ja/prompts/builder/fallbacks.md
templates/ja/prompts/builder/heartbeat_tool_instruction.md
templates/ja/prompts/builder/hiring_rules_other.md
templates/ja/prompts/builder/hiring_rules_s.md
templates/ja/prompts/builder/human_notification.md
templates/ja/prompts/builder/human_notification_howto_other.md
templates/ja/prompts/builder/human_notification_howto_s.md
templates/ja/prompts/builder/light_tier_org.md
templates/ja/prompts/builder/org_context_toplevel.md
templates/ja/prompts/builder/reference_hint.md
templates/ja/prompts/builder/resolution_registry.md
templates/ja/prompts/builder/sections.md
templates/ja/prompts/builder/task_in_progress.md
templates/ja/prompts/builder/task_queue.md
templates/ja/prompts/fragments/asset_synthesis_system.md
templates/ja/prompts/fragments/asset_synthesis_system_realistic.md
templates/ja/prompts/fragments/bg_task_notification.md
templates/ja/prompts/fragments/command_output.md
templates/ja/prompts/fragments/curator_report_review.md
templates/ja/prompts/fragments/recent_dialogue.md
templates/ja/prompts/fragments/recent_reflections.md
templates/ja/prompts/fragments/recovery_note_header.md
templates/ja/prompts/memory/classification.md
templates/ja/prompts/memory/consolidation_instruction.md
templates/ja/prompts/memory/contradiction_detection.md
templates/ja/prompts/memory/contradiction_merge.md
templates/ja/prompts/memory/conversation_compression.md
templates/ja/prompts/memory/episode_extraction.md
templates/ja/prompts/memory/forgetting_merge.md
templates/ja/prompts/memory/knowledge_revision.md
templates/ja/prompts/memory/procedure_from_resolved.md
templates/ja/prompts/memory/procedure_revision.md
templates/ja/prompts/memory/session_summary.md
templates/ja/prompts/memory/weekly_consolidation_instruction.md
templates/ja/prompts/memory/weekly_pattern.md
templates/ja/prompts/tool_descriptions/Bash.md
templates/ja/prompts/tool_descriptions/Edit.md
templates/ja/prompts/tool_descriptions/Glob.md
templates/ja/prompts/tool_descriptions/Grep.md
templates/ja/prompts/tool_descriptions/Read.md
templates/ja/prompts/tool_descriptions/WebFetch.md
templates/ja/prompts/tool_descriptions/WebSearch.md
templates/ja/prompts/tool_descriptions/Write.md
templates/ja/prompts/tool_descriptions/archive_memory_file.md
templates/ja/prompts/tool_descriptions/backlog_task.md
templates/ja/prompts/tool_descriptions/call_human.md
templates/ja/prompts/tool_descriptions/create_anima.md
templates/ja/prompts/tool_descriptions/list_tasks.md
templates/ja/prompts/tool_descriptions/post_channel.md
templates/ja/prompts/tool_descriptions/read_channel.md
templates/ja/prompts/tool_descriptions/read_dm_history.md
templates/ja/prompts/tool_descriptions/read_memory_file.md
templates/ja/prompts/tool_descriptions/refresh_tools.md
templates/ja/prompts/tool_descriptions/report_knowledge_outcome.md
templates/ja/prompts/tool_descriptions/report_procedure_outcome.md
templates/ja/prompts/tool_descriptions/search_memory.md
templates/ja/prompts/tool_descriptions/send_message.md
templates/ja/prompts/tool_descriptions/share_tool.md
templates/ja/prompts/tool_descriptions/update_task.md
templates/ja/prompts/tool_descriptions/write_memory_file.md
templates/ja/prompts/tool_guides/non_s.md
templates/ja/prompts/tool_guides/s_builtin.md
templates/ja/prompts/tool_guides/s_mcp.md
templates/ja/reference/00_index.md
templates/ja/reference/anatomy/anima-anatomy.md
templates/ja/reference/anatomy/memory-system.md
templates/ja/reference/anatomy/priming-channels.md
templates/ja/reference/anatomy/working-memory.md
templates/ja/reference/communication/instruction-patterns.md
templates/ja/reference/communication/messaging-guide.md
templates/ja/reference/communication/reporting-guide.md
templates/ja/reference/communication/slack-bot-token-guide.md
templates/ja/reference/internals/common-knowledge-access-paths.md
templates/ja/reference/operations/browser-automation-guide.md
templates/ja/reference/operations/heartbeat-cron-guide.md
templates/ja/reference/operations/mode-s-auth-guide.md
templates/ja/reference/operations/model-guide.md
templates/ja/reference/operations/project-setup.md
templates/ja/reference/operations/task-management.md
templates/ja/reference/operations/tool-usage-overview.md
templates/ja/reference/operations/voice-chat-guide.md
templates/ja/reference/organization/roles.md
templates/ja/reference/organization/structure.md
templates/ja/reference/troubleshooting/common-issues.md
templates/ja/reference/troubleshooting/escalation-flowchart.md
templates/ja/reference/troubleshooting/gmail-credential-setup.md
templates/ja/reference/usecases/usecase-communication.md
templates/ja/reference/usecases/usecase-customer-support.md
templates/ja/reference/usecases/usecase-development.md
templates/ja/reference/usecases/usecase-knowledge.md
templates/ja/reference/usecases/usecase-monitoring.md
templates/ja/reference/usecases/usecase-overview.md
templates/ja/reference/usecases/usecase-research.md
templates/ja/reference/usecases/usecase-secretary.md
templates/ja/roles/engineer/permissions.json
templates/ja/roles/engineer/specialty_prompt.md
templates/ja/roles/general/permissions.json
templates/ja/roles/general/specialty_prompt.md
templates/ja/roles/manager/permissions.json
templates/ja/roles/manager/specialty_prompt.md
templates/ja/roles/ops/permissions.json
templates/ja/roles/ops/specialty_prompt.md
templates/ja/roles/researcher/permissions.json
templates/ja/roles/researcher/specialty_prompt.md
templates/ja/roles/writer/permissions.json
templates/ja/roles/writer/specialty_prompt.md
templates/ko/bootstrap.md
templates/ko/anima_templates/_blank/cron.md
templates/ko/anima_templates/_blank/heartbeat.md
templates/ko/anima_templates/_blank/identity.md
templates/ko/anima_templates/_blank/injection.md
templates/ko/anima_templates/_blank/permissions.json
templates/ko/anima_templates/_blank/skills/newstaff/SKILL.md
templates/ko/anima_templates/_blank/skills/worker_management/SKILL.md
templates/ko/common_knowledge/00_index.md
templates/ko/common_knowledge/anatomy/essentials.md
templates/ko/common_knowledge/anatomy/machine-tool-philosophy.md
templates/ko/common_knowledge/anatomy/task-architecture.md
templates/ko/common_knowledge/anatomy/what-is-anima.md
templates/ko/common_knowledge/communication/board-guide.md
templates/ko/common_knowledge/communication/call-human-guide.md
templates/ko/common_knowledge/communication/sending-limits.md
templates/ko/common_knowledge/operations/action-rules-guide.md
templates/ko/common_knowledge/operations/background-tasks.md
templates/ko/common_knowledge/operations/report-formats.md
templates/ko/common_knowledge/operations/task-board-guide.md
templates/ko/common_knowledge/operations/task-delegation-guide.md
templates/ko/common_knowledge/operations/workspace-guide.md
templates/ko/common_knowledge/operations/machine/tool-usage.md
templates/ko/common_knowledge/operations/machine/workflow-engineer.md
templates/ko/common_knowledge/operations/machine/workflow-pdm.md
templates/ko/common_knowledge/operations/machine/workflow-reviewer.md
templates/ko/common_knowledge/operations/machine/workflow-tester.md
templates/ko/common_knowledge/organization/hierarchy-rules.md
templates/ko/common_knowledge/security/prompt-injection-awareness.md
templates/ko/common_knowledge/team-design/guide.md
templates/ko/common_knowledge/team-design/org-chart-template.md
templates/ko/common_knowledge/team-design/coo/team.md
templates/ko/common_knowledge/team-design/coo/coo/checklist.md
templates/ko/common_knowledge/team-design/coo/coo/injection.template.md
templates/ko/common_knowledge/team-design/coo/coo/machine.md
templates/ko/common_knowledge/team-design/corporate-planning/team.md
templates/ko/common_knowledge/team-design/corporate-planning/analyst/checklist.md
templates/ko/common_knowledge/team-design/corporate-planning/analyst/injection.template.md
templates/ko/common_knowledge/team-design/corporate-planning/analyst/machine.md
templates/ko/common_knowledge/team-design/corporate-planning/coordinator/checklist.md
templates/ko/common_knowledge/team-design/corporate-planning/coordinator/injection.template.md
templates/ko/common_knowledge/team-design/corporate-planning/coordinator/machine.md
templates/ko/common_knowledge/team-design/corporate-planning/strategist/checklist.md
templates/ko/common_knowledge/team-design/corporate-planning/strategist/injection.template.md
templates/ko/common_knowledge/team-design/corporate-planning/strategist/machine.md
templates/ko/common_knowledge/team-design/customer-success/team.md
templates/ko/common_knowledge/team-design/customer-success/cs-lead/checklist.md
templates/ko/common_knowledge/team-design/customer-success/cs-lead/injection.template.md
templates/ko/common_knowledge/team-design/customer-success/cs-lead/machine.md
templates/ko/common_knowledge/team-design/customer-success/support/checklist.md
templates/ko/common_knowledge/team-design/customer-success/support/injection.template.md
templates/ko/common_knowledge/team-design/development/team.md
templates/ko/common_knowledge/team-design/development/engineer/checklist.md
templates/ko/common_knowledge/team-design/development/engineer/injection.template.md
templates/ko/common_knowledge/team-design/development/engineer/machine.md
templates/ko/common_knowledge/team-design/development/pdm/checklist.md
templates/ko/common_knowledge/team-design/development/pdm/injection.template.md
templates/ko/common_knowledge/team-design/development/pdm/machine.md
templates/ko/common_knowledge/team-design/development/reviewer/checklist.md
templates/ko/common_knowledge/team-design/development/reviewer/injection.template.md
templates/ko/common_knowledge/team-design/development/reviewer/machine.md
templates/ko/common_knowledge/team-design/development/tester/checklist.md
templates/ko/common_knowledge/team-design/development/tester/injection.template.md
templates/ko/common_knowledge/team-design/development/tester/machine.md
templates/ko/common_knowledge/team-design/finance/team.md
templates/ko/common_knowledge/team-design/finance/analyst/checklist.md
templates/ko/common_knowledge/team-design/finance/analyst/injection.template.md
templates/ko/common_knowledge/team-design/finance/auditor/checklist.md
templates/ko/common_knowledge/team-design/finance/auditor/injection.template.md
templates/ko/common_knowledge/team-design/finance/auditor/machine.md
templates/ko/common_knowledge/team-design/finance/collector/checklist.md
templates/ko/common_knowledge/team-design/finance/collector/injection.template.md
templates/ko/common_knowledge/team-design/finance/director/checklist.md
templates/ko/common_knowledge/team-design/finance/director/injection.template.md
templates/ko/common_knowledge/team-design/finance/director/machine.md
templates/ko/common_knowledge/team-design/infrastructure/team.md
templates/ko/common_knowledge/team-design/infrastructure/director/checklist.md
templates/ko/common_knowledge/team-design/infrastructure/director/injection.template.md
templates/ko/common_knowledge/team-design/infrastructure/monitor/checklist.md
templates/ko/common_knowledge/team-design/infrastructure/monitor/injection.template.md
templates/ko/common_knowledge/team-design/legal/team.md
templates/ko/common_knowledge/team-design/legal/director/checklist.md
templates/ko/common_knowledge/team-design/legal/director/injection.template.md
templates/ko/common_knowledge/team-design/legal/director/machine.md
templates/ko/common_knowledge/team-design/legal/researcher/checklist.md
templates/ko/common_knowledge/team-design/legal/researcher/injection.template.md
templates/ko/common_knowledge/team-design/legal/verifier/checklist.md
templates/ko/common_knowledge/team-design/legal/verifier/injection.template.md
templates/ko/common_knowledge/team-design/legal/verifier/machine.md
templates/ko/common_knowledge/team-design/sales-marketing/team.md
templates/ko/common_knowledge/team-design/sales-marketing/creator/checklist.md
templates/ko/common_knowledge/team-design/sales-marketing/creator/injection.template.md
templates/ko/common_knowledge/team-design/sales-marketing/creator/machine.md
templates/ko/common_knowledge/team-design/sales-marketing/director/checklist.md
templates/ko/common_knowledge/team-design/sales-marketing/director/injection.template.md
templates/ko/common_knowledge/team-design/sales-marketing/director/machine.md
templates/ko/common_knowledge/team-design/sales-marketing/researcher/checklist.md
templates/ko/common_knowledge/team-design/sales-marketing/researcher/injection.template.md
templates/ko/common_knowledge/team-design/sales-marketing/sdr/checklist.md
templates/ko/common_knowledge/team-design/sales-marketing/sdr/injection.template.md
templates/ko/common_knowledge/team-design/sales-marketing/sdr/machine.md
templates/ko/common_knowledge/team-design/secretary/team.md
templates/ko/common_knowledge/team-design/secretary/secretary/checklist.md
templates/ko/common_knowledge/team-design/secretary/secretary/injection.template.md
templates/ko/common_knowledge/team-design/secretary/secretary/machine.md
templates/ko/common_knowledge/team-design/trading/team.md
templates/ko/common_knowledge/team-design/trading/analyst/checklist.md
templates/ko/common_knowledge/team-design/trading/analyst/injection.template.md
templates/ko/common_knowledge/team-design/trading/analyst/machine.md
templates/ko/common_knowledge/team-design/trading/auditor/checklist.md
templates/ko/common_knowledge/team-design/trading/auditor/injection.template.md
templates/ko/common_knowledge/team-design/trading/auditor/machine.md
templates/ko/common_knowledge/team-design/trading/director/checklist.md
templates/ko/common_knowledge/team-design/trading/director/injection.template.md
templates/ko/common_knowledge/team-design/trading/director/machine.md
templates/ko/common_knowledge/team-design/trading/engineer/checklist.md
templates/ko/common_knowledge/team-design/trading/engineer/injection.template.md
templates/ko/common_knowledge/team-design/trading/engineer/machine.md
templates/ko/common_skills/agent-browser/SKILL.md
templates/ko/common_skills/animaworks-guide/SKILL.md
templates/ko/common_skills/aws-collector-tool/SKILL.md
templates/ko/common_skills/chatwork-tool/SKILL.md
templates/ko/common_skills/cron-management/SKILL.md
templates/ko/common_skills/github-tool/SKILL.md
templates/ko/common_skills/gmail-tool/SKILL.md
templates/ko/common_skills/google-calendar-tool/SKILL.md
templates/ko/common_skills/google-tasks-tool/SKILL.md
templates/ko/common_skills/image-gen-tool/SKILL.md
templates/ko/common_skills/image-posting/SKILL.md
templates/ko/common_skills/local-llm-tool/SKILL.md
templates/ko/common_skills/machine-tool/SKILL.md
templates/ko/common_skills/notion-tool/SKILL.md
templates/ko/common_skills/skill-creator/SKILL.md
templates/ko/common_skills/skill-creator/references/description_guide.md
templates/ko/common_skills/skill-creator/scripts/lint_skill.py
templates/ko/common_skills/skill-creator/templates/skill_template.md
templates/ko/common_skills/slack-tool/SKILL.md
templates/ko/common_skills/subagent-cli/SKILL.md
templates/ko/common_skills/subordinate-management/SKILL.md
templates/ko/common_skills/tool-creator/SKILL.md
templates/ko/common_skills/transcribe-tool/SKILL.md
templates/ko/common_skills/web-search-tool/SKILL.md
templates/ko/common_skills/workspace-manager/SKILL.md
templates/ko/common_skills/x-search-tool/SKILL.md
templates/ko/common_skills/zoom-meeting-scribe/SKILL.md
templates/ko/company/vision.md
templates/ko/prompts/a_reflection.md
templates/ko/prompts/behavior_rules.md
templates/ko/prompts/character_design_guide.md
templates/ko/prompts/chat_message.md
templates/ko/prompts/chat_message_with_history.md
templates/ko/prompts/communication_rules.md
templates/ko/prompts/communication_rules_s.md
templates/ko/prompts/cron_task.md
templates/ko/prompts/environment.md
templates/ko/prompts/greet.md
templates/ko/prompts/heartbeat.md
templates/ko/prompts/heartbeat_default_checklist.md
templates/ko/prompts/heartbeat_history.md
templates/ko/prompts/heartbeat_subordinate_check.md
templates/ko/prompts/hiring_context.md
templates/ko/prompts/inbox_message.md
templates/ko/prompts/memory_guide.md
templates/ko/prompts/messaging.md
templates/ko/prompts/messaging_s.md
templates/ko/prompts/org_context.md
templates/ko/prompts/session_continuation.md
templates/ko/prompts/task_complete_notify.md
templates/ko/prompts/task_exec.md
templates/ko/prompts/tool_data_interpretation.md
templates/ko/prompts/unread_messages.md
templates/ko/prompts/builder/common_knowledge_hint.md
templates/ko/prompts/builder/emotion_instruction.md
templates/ko/prompts/builder/external_tools_guide.md
templates/ko/prompts/builder/fallbacks.md
templates/ko/prompts/builder/heartbeat_tool_instruction.md
templates/ko/prompts/builder/hiring_rules_other.md
templates/ko/prompts/builder/hiring_rules_s.md
templates/ko/prompts/builder/human_notification.md
templates/ko/prompts/builder/human_notification_howto_other.md
templates/ko/prompts/builder/human_notification_howto_s.md
templates/ko/prompts/builder/light_tier_org.md
templates/ko/prompts/builder/org_context_toplevel.md
templates/ko/prompts/builder/reference_hint.md
templates/ko/prompts/builder/resolution_registry.md
templates/ko/prompts/builder/sections.md
templates/ko/prompts/builder/task_in_progress.md
templates/ko/prompts/builder/task_queue.md
templates/ko/prompts/fragments/asset_synthesis_system.md
templates/ko/prompts/fragments/asset_synthesis_system_realistic.md
templates/ko/prompts/fragments/bg_task_notification.md
templates/ko/prompts/fragments/command_output.md
templates/ko/prompts/fragments/curator_report_review.md
templates/ko/prompts/fragments/recent_dialogue.md
templates/ko/prompts/fragments/recent_reflections.md
templates/ko/prompts/fragments/recovery_note_header.md
templates/ko/prompts/memory/classification.md
templates/ko/prompts/memory/consolidation_instruction.md
templates/ko/prompts/memory/contradiction_detection.md
templates/ko/prompts/memory/contradiction_merge.md
templates/ko/prompts/memory/conversation_compression.md
templates/ko/prompts/memory/episode_extraction.md
templates/ko/prompts/memory/forgetting_merge.md
templates/ko/prompts/memory/knowledge_revision.md
templates/ko/prompts/memory/procedure_from_resolved.md
templates/ko/prompts/memory/procedure_revision.md
templates/ko/prompts/memory/session_summary.md
templates/ko/prompts/memory/weekly_consolidation_instruction.md
templates/ko/prompts/memory/weekly_pattern.md
templates/ko/prompts/tool_descriptions/Bash.md
templates/ko/prompts/tool_descriptions/Edit.md
templates/ko/prompts/tool_descriptions/Glob.md
templates/ko/prompts/tool_descriptions/Grep.md
templates/ko/prompts/tool_descriptions/Read.md
templates/ko/prompts/tool_descriptions/WebFetch.md
templates/ko/prompts/tool_descriptions/WebSearch.md
templates/ko/prompts/tool_descriptions/Write.md
templates/ko/prompts/tool_descriptions/archive_memory_file.md
templates/ko/prompts/tool_descriptions/backlog_task.md
templates/ko/prompts/tool_descriptions/call_human.md
templates/ko/prompts/tool_descriptions/create_anima.md
templates/ko/prompts/tool_descriptions/list_tasks.md
templates/ko/prompts/tool_descriptions/post_channel.md
templates/ko/prompts/tool_descriptions/read_channel.md
templates/ko/prompts/tool_descriptions/read_dm_history.md
templates/ko/prompts/tool_descriptions/read_memory_file.md
templates/ko/prompts/tool_descriptions/refresh_tools.md
templates/ko/prompts/tool_descriptions/report_knowledge_outcome.md
templates/ko/prompts/tool_descriptions/report_procedure_outcome.md
templates/ko/prompts/tool_descriptions/search_memory.md
templates/ko/prompts/tool_descriptions/send_message.md
templates/ko/prompts/tool_descriptions/share_tool.md
templates/ko/prompts/tool_descriptions/update_task.md
templates/ko/prompts/tool_descriptions/write_memory_file.md
templates/ko/prompts/tool_guides/non_s.md
templates/ko/prompts/tool_guides/s_builtin.md
templates/ko/prompts/tool_guides/s_mcp.md
templates/ko/reference/00_index.md
templates/ko/reference/anatomy/anima-anatomy.md
templates/ko/reference/anatomy/memory-system.md
templates/ko/reference/anatomy/priming-channels.md
templates/ko/reference/anatomy/working-memory.md
templates/ko/reference/communication/instruction-patterns.md
templates/ko/reference/communication/messaging-guide.md
templates/ko/reference/communication/reporting-guide.md
templates/ko/reference/communication/slack-bot-token-guide.md
templates/ko/reference/internals/common-knowledge-access-paths.md
templates/ko/reference/operations/browser-automation-guide.md
templates/ko/reference/operations/heartbeat-cron-guide.md
templates/ko/reference/operations/mode-s-auth-guide.md
templates/ko/reference/operations/model-guide.md
templates/ko/reference/operations/project-setup.md
templates/ko/reference/operations/task-management.md
templates/ko/reference/operations/tool-usage-overview.md
templates/ko/reference/operations/voice-chat-guide.md
templates/ko/reference/organization/roles.md
templates/ko/reference/organization/structure.md
templates/ko/reference/troubleshooting/common-issues.md
templates/ko/reference/troubleshooting/escalation-flowchart.md
templates/ko/reference/troubleshooting/gmail-credential-setup.md
templates/ko/reference/usecases/usecase-communication.md
templates/ko/reference/usecases/usecase-customer-support.md
templates/ko/reference/usecases/usecase-development.md
templates/ko/reference/usecases/usecase-knowledge.md
templates/ko/reference/usecases/usecase-monitoring.md
templates/ko/reference/usecases/usecase-overview.md
templates/ko/reference/usecases/usecase-research.md
templates/ko/reference/usecases/usecase-secretary.md
templates/ko/roles/engineer/permissions.json
templates/ko/roles/engineer/specialty_prompt.md
templates/ko/roles/general/permissions.json
templates/ko/roles/general/specialty_prompt.md
templates/ko/roles/manager/permissions.json
templates/ko/roles/manager/specialty_prompt.md
templates/ko/roles/ops/permissions.json
templates/ko/roles/ops/specialty_prompt.md
templates/ko/roles/researcher/permissions.json
templates/ko/roles/researcher/specialty_prompt.md
templates/ko/roles/writer/permissions.json
templates/ko/roles/writer/specialty_prompt.md
tests/test_anima_merge.py
tests/test_anima_merge_phase3.py
tests/test_anima_rename.py
tests/test_cli_send_human_sender.py
tests/test_housekeeping.py
tests/test_llm_api_retry.py
tests/test_outbound_rate_limiting.py
tests/test_skill_creator_spec_fixes.py