LICENSE
MANIFEST.in
README.md
pyproject.toml
jarn/__init__.py
jarn/audit.py
jarn/cache.py
jarn/checkpoint.py
jarn/cli.py
jarn/compaction.py
jarn/config_writer.py
jarn/env.py
jarn/eval.py
jarn/graph.py
jarn/llm.py
jarn/llm_resilience.py
jarn/logging.py
jarn/metrics.py
jarn/secrets.py
jarn/sentry.py
jarn/shell_bang.py
jarn/task_queue.py
jarn/telemetry.py
jarn/token_tracker.py
jarn/tokens.py
jarn/update.py
jarn/webhooks.py
jarn/auth/__init__.py
jarn/auth/rbac.py
jarn/auth/sso/__init__.py
jarn/auth/sso/builtin.py
jarn/auth/sso/discovery.py
jarn/auth/sso/loopback.py
jarn/auth/sso/middleware.py
jarn/auth/sso/pkce.py
jarn/auth/sso/storage.py
jarn/bridges/__init__.py
jarn/bridges/common/__init__.py
jarn/bridges/common/rate_limiter.py
jarn/bridges/common/webhook.py
jarn/bridges/discord/__init__.py
jarn/bridges/discord/client.py
jarn/bridges/discord/config.py
jarn/bridges/discord/filter.py
jarn/bridges/discord/headless.py
jarn/bridges/discord/session.py
jarn/bridges/discord/types.py
jarn/bridges/line/__init__.py
jarn/bridges/line/approver.py
jarn/bridges/line/client.py
jarn/bridges/line/config.py
jarn/bridges/line/filter.py
jarn/bridges/line/headless.py
jarn/bridges/line/pairing.py
jarn/bridges/line/session.py
jarn/bridges/line/types.py
jarn/bridges/messenger/__init__.py
jarn/bridges/messenger/approver.py
jarn/bridges/messenger/client.py
jarn/bridges/messenger/config.py
jarn/bridges/messenger/filter.py
jarn/bridges/messenger/headless.py
jarn/bridges/messenger/pairing.py
jarn/bridges/messenger/session.py
jarn/bridges/messenger/types.py
jarn/bridges/slack/__init__.py
jarn/bridges/slack/client.py
jarn/bridges/slack/config.py
jarn/bridges/slack/filter.py
jarn/bridges/slack/headless.py
jarn/bridges/slack/session.py
jarn/bridges/slack/types.py
jarn/bridges/telegram/__init__.py
jarn/bridges/telegram/approver.py
jarn/bridges/telegram/client.py
jarn/bridges/telegram/config.py
jarn/bridges/telegram/filter.py
jarn/bridges/telegram/headless.py
jarn/bridges/telegram/pairing.py
jarn/bridges/telegram/session.py
jarn/bridges/telegram/types.py
jarn/bridges/whatsapp/__init__.py
jarn/bridges/whatsapp/client.py
jarn/bridges/whatsapp/config.py
jarn/bridges/whatsapp/filter.py
jarn/bridges/whatsapp/headless.py
jarn/bridges/whatsapp/session.py
jarn/bridges/whatsapp/types.py
jarn/core/__init__.py
jarn/core/agent_def.py
jarn/core/agent_factory.py
jarn/core/config.py
jarn/core/executor.py
jarn/core/explorer.py
jarn/core/hitl.py
jarn/core/observer.py
jarn/core/planner.py
jarn/core/reflector.py
jarn/core/state.py
jarn/core/subagent_depth.py
jarn/core/summarizer.py
jarn/core/supervisor.py
jarn/devtools/__init__.py
jarn/devtools/config_wizard.py
jarn/devtools/doctor.py
jarn/devtools/export.py
jarn/devtools/init.py
jarn/devtools/migration.py
jarn/devtools/provider_detect.py
jarn/dream/__init__.py
jarn/dream/commands.py
jarn/dream/output.py
jarn/dream/pipeline.py
jarn/dream/tools.py
jarn/hooks/__init__.py
jarn/hooks/config.py
jarn/hooks/display.py
jarn/hooks/env.py
jarn/hooks/fire.py
jarn/hooks/manager.py
jarn/hooks/subagent.py
jarn/kms/__init__.py
jarn/kms/cascade.py
jarn/kms/commands.py
jarn/kms/create.py
jarn/kms/frontmatter.py
jarn/kms/index.py
jarn/kms/ingest.py
jarn/kms/lint.py
jarn/kms/manifest.py
jarn/kms/migration.py
jarn/kms/page.py
jarn/kms/prompts.py
jarn/kms/tools.py
jarn/marketplace/__init__.py
jarn/marketplace/cache.py
jarn/marketplace/catalogue.py
jarn/marketplace/commands.py
jarn/marketplace/schema.py
jarn/marketplace/trust.py
jarn/mcp/__init__.py
jarn/mcp/allowlist.py
jarn/mcp/client.py
jarn/mcp/config.py
jarn/mcp/health.py
jarn/mcp/integration.py
jarn/mcp/jsonrpc.py
jarn/mcp/server.py
jarn/mcp/tool_adapter.py
jarn/mcp/types.py
jarn/mcp/transport/__init__.py
jarn/mcp/transport/http.py
jarn/mcp/transport/stdio.py
jarn/memory/__init__.py
jarn/memory/__legacy__.py
jarn/memory/categories.py
jarn/memory/indexer.py
jarn/memory/store.py
jarn/memory/tools.py
jarn/observability/__init__.py
jarn/observability/kms_analytics.py
jarn/observability/schedule_traces.py
jarn/observability/team_metrics.py
jarn/observability/team_tracing.py
jarn/plugins/__init__.py
jarn/plugins/manifest.py
jarn/plugins/policy.py
jarn/plugins/store.py
jarn/research/__init__.py
jarn/research/commands.py
jarn/research/fetch.py
jarn/research/iterate.py
jarn/research/manager.py
jarn/research/runner.py
jarn/research/synthesis.py
jarn/schedule/__init__.py
jarn/schedule/__main__.py
jarn/schedule/commands.py
jarn/schedule/config.py
jarn/schedule/daemon.py
jarn/schedule/goal.py
jarn/schedule/loop.py
jarn/schedule/parser.py
jarn/schedule/scheduler.py
jarn/schedule/triggers.py
jarn/schedule/watch.py
jarn/server/__init__.py
jarn/server/api.py
jarn/server/auth.py
jarn/server/compaction_config.py
jarn/server/cost_tracker.py
jarn/server/errors.py
jarn/server/file_gate.py
jarn/server/gui.py
jarn/server/gui_events.py
jarn/server/health.py
jarn/server/ipc.py
jarn/server/metering.py
jarn/server/middleware.py
jarn/server/multi_tenant.py
jarn/server/per_user.py
jarn/server/rate_limit.py
jarn/server/sanitizer.py
jarn/server/sso_routes.py
jarn/server/stream_utils.py
jarn/server/user_registry.py
jarn/server/static/index.html
jarn/server/static/assets/index-BNAq8i85.js
jarn/side_channel/__init__.py
jarn/side_channel/attribution.py
jarn/side_channel/commands.py
jarn/side_channel/display.py
jarn/side_channel/registry.py
jarn/side_channel/spawn.py
jarn/skills/__init__.py
jarn/skills/definition.py
jarn/skills/install.py
jarn/skills/loader.py
jarn/skills/parser.py
jarn/skills/scripts.py
jarn/skills/store.py
jarn/skills/tools.py
jarn/skills/definitions/__init__.py
jarn/team/__init__.py
jarn/team/__main__.py
jarn/team/bash_guards.py
jarn/team/config.py
jarn/team/lead.py
jarn/team/mailbox.py
jarn/team/prompts.py
jarn/team/protocol.py
jarn/team/spawn.py
jarn/team/task_queue.py
jarn/team/teammate.py
jarn/team/tools.py
jarn/team/worktree.py
jarn/tests/__init__.py
jarn/tests/conftest.py
jarn/tests/test_agent_integration.py
jarn/tests/test_auth.py
jarn/tests/test_chaos.py
jarn/tests/test_cli.py
jarn/tests/test_eval_tool_scoring.py
jarn/tests/test_fix_bridges.py
jarn/tests/test_fix_dream.py
jarn/tests/test_fix_hooks.py
jarn/tests/test_fix_infra.py
jarn/tests/test_fix_marketplace.py
jarn/tests/test_fix_plugins.py
jarn/tests/test_fix_research.py
jarn/tests/test_fix_schedule.py
jarn/tests/test_fix_side_channel.py
jarn/tests/test_fix_skills.py
jarn/tests/test_fix_team.py
jarn/tests/test_fix_workflow.py
jarn/tests/test_gui_auth.py
jarn/tests/test_gui_config.py
jarn/tests/test_gui_files_exec.py
jarn/tests/test_gui_ipc_contract.py
jarn/tests/test_ipc_chat_filter.py
jarn/tests/test_llm_resilience.py
jarn/tests/test_logging.py
jarn/tests/test_p1_wiring.py
jarn/tests/test_rate_limit.py
jarn/tests/test_remediation_regression.py
jarn/tests/test_sanitizer.py
jarn/tests/test_startup_resilience.py
jarn/tests/test_update.py
jarn/tests/test_update_run.py
jarn/tests/test_wave1.py
jarn/tests/test_wave2.py
jarn/tests/test_wave3.py
jarn/tests/test_wave4.py
jarn/tests/test_wave5_devex.py
jarn/tests/test_wave5_fixes.py
jarn/tests/test_wave5_observability.py
jarn/tests/test_wave5_security.py
jarn/tools/__init__.py
jarn/tools/definitions.py
jarn/tools/registry.py
jarn/tools/sandbox.py
jarn/tools/search.py
jarn/tools/document/__init__.py
jarn/tools/document/docx.py
jarn/tools/document/image.py
jarn/tools/document/pdf.py
jarn/tools/document/pptx.py
jarn/tools/document/xlsx.py
jarn/workflow/__init__.py
jarn/workflow/budget.py
jarn/workflow/engine.py
jarn/workflow/schema.py
jarn/workflow/validate.py
jarn_cli.egg-info/PKG-INFO
jarn_cli.egg-info/SOURCES.txt
jarn_cli.egg-info/dependency_links.txt
jarn_cli.egg-info/entry_points.txt
jarn_cli.egg-info/requires.txt
jarn_cli.egg-info/top_level.txt