arkaos 4.14.0 → 4.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -3
- package/VERSION +1 -1
- package/knowledge/skills-manifest.json +1 -1
- package/mcps/arka-prompts/commands.py +451 -0
- package/mcps/arka-prompts/pyproject.toml +15 -0
- package/mcps/arka-prompts/server.py +156 -0
- package/mcps/arka-tools/pyproject.toml +10 -0
- package/mcps/arka-tools/server.py +319 -0
- package/mcps/profiles/base.json +19 -0
- package/mcps/profiles/brand.json +19 -0
- package/mcps/profiles/comms.json +13 -0
- package/mcps/profiles/content.json +20 -0
- package/mcps/profiles/ecommerce.json +13 -0
- package/mcps/profiles/full-stack.json +15 -0
- package/mcps/profiles/laravel.json +12 -0
- package/mcps/profiles/nextjs.json +13 -0
- package/mcps/profiles/nuxt.json +13 -0
- package/mcps/profiles/react.json +12 -0
- package/mcps/profiles/vue.json +12 -0
- package/mcps/registry.json +423 -0
- package/mcps/scripts/apply-mcps.sh +282 -0
- package/mcps/stacks/laravel-packages.json +49 -0
- package/mcps/stacks/react-packages.json +58 -0
- package/package.json +6 -2
- package/pyproject.toml +1 -1
- package/core/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/__pycache__/favorites.cpython-313.pyc +0 -0
- package/core/__pycache__/keys.cpython-313.pyc +0 -0
- package/core/__pycache__/trash.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/agents/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/behavior_enforcer.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/behavioral_compiler.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/dna_registry.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/draft_builder.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/field_suggester.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/loader.cpython-312.pyc +0 -0
- package/core/agents/__pycache__/loader.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/obsidian_export.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/registry_gen.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/schema.cpython-312.pyc +0 -0
- package/core/agents/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/string_suggester.cpython-313.pyc +0 -0
- package/core/agents/__pycache__/validator.cpython-313.pyc +0 -0
- package/core/agents/adapters/__pycache__/disc_adapter.cpython-313.pyc +0 -0
- package/core/budget/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/budget/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/budget/__pycache__/manager.cpython-313.pyc +0 -0
- package/core/budget/__pycache__/manager.cpython-314.pyc +0 -0
- package/core/budget/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/budget/__pycache__/schema.cpython-314.pyc +0 -0
- package/core/cognition/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/cognition/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/cognition/__pycache__/auto_documentor.cpython-313.pyc +0 -0
- package/core/cognition/__pycache__/dreaming.cpython-313.pyc +0 -0
- package/core/cognition/__pycache__/dreams_reader.cpython-313.pyc +0 -0
- package/core/cognition/__pycache__/reorganizer.cpython-313.pyc +0 -0
- package/core/cognition/__pycache__/reorganizer_cli.cpython-313.pyc +0 -0
- package/core/cognition/__pycache__/reorganizer_scheduler.cpython-313.pyc +0 -0
- package/core/cognition/__pycache__/retrieval.cpython-312.pyc +0 -0
- package/core/cognition/__pycache__/retrieval.cpython-313.pyc +0 -0
- package/core/cognition/capture/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/cognition/capture/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/cognition/capture/__pycache__/collector.cpython-313.pyc +0 -0
- package/core/cognition/capture/__pycache__/store.cpython-312.pyc +0 -0
- package/core/cognition/capture/__pycache__/store.cpython-313.pyc +0 -0
- package/core/cognition/insights/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/cognition/insights/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/cognition/insights/__pycache__/store.cpython-312.pyc +0 -0
- package/core/cognition/insights/__pycache__/store.cpython-313.pyc +0 -0
- package/core/cognition/memory/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/cognition/memory/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/cognition/memory/__pycache__/obsidian.cpython-312.pyc +0 -0
- package/core/cognition/memory/__pycache__/obsidian.cpython-313.pyc +0 -0
- package/core/cognition/memory/__pycache__/schemas.cpython-312.pyc +0 -0
- package/core/cognition/memory/__pycache__/schemas.cpython-313.pyc +0 -0
- package/core/cognition/memory/__pycache__/vector.cpython-312.pyc +0 -0
- package/core/cognition/memory/__pycache__/vector.cpython-313.pyc +0 -0
- package/core/cognition/memory/__pycache__/writer.cpython-312.pyc +0 -0
- package/core/cognition/memory/__pycache__/writer.cpython-313.pyc +0 -0
- package/core/cognition/research/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/cognition/research/__pycache__/profiler.cpython-313.pyc +0 -0
- package/core/cognition/scheduler/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/cognition/scheduler/__pycache__/cli.cpython-313.pyc +0 -0
- package/core/cognition/scheduler/__pycache__/daemon.cpython-313.pyc +0 -0
- package/core/cognition/scheduler/__pycache__/platform.cpython-313.pyc +0 -0
- package/core/conclave/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/conclave/__pycache__/advisor_db.cpython-313.pyc +0 -0
- package/core/conclave/__pycache__/display.cpython-313.pyc +0 -0
- package/core/conclave/__pycache__/matcher.cpython-313.pyc +0 -0
- package/core/conclave/__pycache__/persistence.cpython-313.pyc +0 -0
- package/core/conclave/__pycache__/profiler.cpython-313.pyc +0 -0
- package/core/conclave/__pycache__/prompts.cpython-313.pyc +0 -0
- package/core/conclave/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/evals/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/evals/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/evals/__pycache__/record_cli.cpython-313.pyc +0 -0
- package/core/evals/__pycache__/runner_cli.cpython-313.pyc +0 -0
- package/core/evals/__pycache__/sanitizer.cpython-313.pyc +0 -0
- package/core/evals/__pycache__/sanitizer.cpython-314.pyc +0 -0
- package/core/evals/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/evals/__pycache__/schema.cpython-314.pyc +0 -0
- package/core/evals/__pycache__/verdict_labels.cpython-313.pyc +0 -0
- package/core/evals/__pycache__/verdict_labels.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/forge/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/complexity.cpython-313.pyc +0 -0
- package/core/forge/__pycache__/complexity.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/handoff.cpython-313.pyc +0 -0
- package/core/forge/__pycache__/handoff.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/orchestrator.cpython-313.pyc +0 -0
- package/core/forge/__pycache__/orchestrator.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/persistence.cpython-313.pyc +0 -0
- package/core/forge/__pycache__/persistence.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/renderer.cpython-313.pyc +0 -0
- package/core/forge/__pycache__/renderer.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/runtime_dispatcher.cpython-313.pyc +0 -0
- package/core/forge/__pycache__/runtime_dispatcher.cpython-314.pyc +0 -0
- package/core/forge/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/forge/__pycache__/schema.cpython-314.pyc +0 -0
- package/core/fusion/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/fusion/__pycache__/cli.cpython-313.pyc +0 -0
- package/core/fusion/__pycache__/engine.cpython-313.pyc +0 -0
- package/core/fusion/__pycache__/panel_builder.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/governance/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/activation_tracker.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/agent_activation_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/agent_experiences.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/agent_experiences.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/agent_experiences_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/closing_marker_check.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/closing_marker_check.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/compliance_telemetry.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/compliance_telemetry_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/constitution.cpython-312.pyc +0 -0
- package/core/governance/__pycache__/constitution.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/constitution.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/cqo_experience_recorder.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/design_system_lint.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/design_system_lint_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/dna_fidelity.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/dna_fidelity_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/dod_gate.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/enforcement_telemetry.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/enforcement_telemetry_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/evidence_checks.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/judge.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/judge.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/kb_cite_check.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/kb_cite_check.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/leak_scanner.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/leak_scanner.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/learning_detector.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/meta_tag_check.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/meta_tag_check.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/phantom_action_check.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/phantom_action_check.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/qg_verdict.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/qg_verdict.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/quality_api.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/quality_api.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/quality_router.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/quality_router.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/redo_counter.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/review_workflow.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/review_workflow.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/routing_feedback.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/routing_feedback.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/routing_feedback_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/skill_proposer.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/skill_proposer.cpython-314.pyc +0 -0
- package/core/governance/__pycache__/specialist_telemetry.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/specialist_telemetry_cli.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/sycophancy_detector.cpython-313.pyc +0 -0
- package/core/governance/__pycache__/sycophancy_detector.cpython-314.pyc +0 -0
- package/core/hooks/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/hooks/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/hooks/__pycache__/_shared.cpython-312.pyc +0 -0
- package/core/hooks/__pycache__/_shared.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/_shared.cpython-314.pyc +0 -0
- package/core/hooks/__pycache__/gate_manifest.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/post_tool_use.cpython-312.pyc +0 -0
- package/core/hooks/__pycache__/post_tool_use.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/pre_tool_use.cpython-312.pyc +0 -0
- package/core/hooks/__pycache__/pre_tool_use.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/pre_tool_use.cpython-314.pyc +0 -0
- package/core/hooks/__pycache__/session_end.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/session_start.cpython-312.pyc +0 -0
- package/core/hooks/__pycache__/session_start.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/stop.cpython-312.pyc +0 -0
- package/core/hooks/__pycache__/stop.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/stop.cpython-314.pyc +0 -0
- package/core/hooks/__pycache__/subagent_stop.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/subagent_stop.cpython-314.pyc +0 -0
- package/core/hooks/__pycache__/user_prompt_submit.cpython-312.pyc +0 -0
- package/core/hooks/__pycache__/user_prompt_submit.cpython-313.pyc +0 -0
- package/core/hooks/__pycache__/user_prompt_submit.cpython-314.pyc +0 -0
- package/core/jobs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/jobs/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/jobs/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/jobs/__pycache__/auto_doc_worker.cpython-312.pyc +0 -0
- package/core/jobs/__pycache__/auto_doc_worker.cpython-313.pyc +0 -0
- package/core/jobs/__pycache__/auto_doc_worker.cpython-314.pyc +0 -0
- package/core/jobs/__pycache__/manager.cpython-312.pyc +0 -0
- package/core/jobs/__pycache__/manager.cpython-313.pyc +0 -0
- package/core/jobs/__pycache__/manager.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/knowledge/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/agent_match.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/chunker.cpython-312.pyc +0 -0
- package/core/knowledge/__pycache__/chunker.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/chunker.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/embedder.cpython-312.pyc +0 -0
- package/core/knowledge/__pycache__/embedder.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/embedder.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/embedding_backends.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/embedding_backends.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/indexer.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/ingest.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/pattern_cards.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/pattern_cards.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/pattern_cards_cli.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/recipes.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/recipes.cpython-314.pyc +0 -0
- package/core/knowledge/__pycache__/recipes_cli.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/sources.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/vector_store.cpython-312.pyc +0 -0
- package/core/knowledge/__pycache__/vector_store.cpython-313.pyc +0 -0
- package/core/knowledge/__pycache__/vector_store.cpython-314.pyc +0 -0
- package/core/memory/__pycache__/compressor.cpython-313.pyc +0 -0
- package/core/memory/__pycache__/rehydrator.cpython-312.pyc +0 -0
- package/core/memory/__pycache__/rehydrator.cpython-313.pyc +0 -0
- package/core/memory/__pycache__/rehydrator.cpython-314.pyc +0 -0
- package/core/memory/__pycache__/semantic_store.cpython-312.pyc +0 -0
- package/core/memory/__pycache__/semantic_store.cpython-313.pyc +0 -0
- package/core/memory/__pycache__/semantic_store.cpython-314.pyc +0 -0
- package/core/memory/__pycache__/session_store.cpython-312.pyc +0 -0
- package/core/memory/__pycache__/session_store.cpython-313.pyc +0 -0
- package/core/memory/__pycache__/session_store.cpython-314.pyc +0 -0
- package/core/memory/__pycache__/turn_capture.cpython-313.pyc +0 -0
- package/core/memory/__pycache__/turn_capture.cpython-314.pyc +0 -0
- package/core/obsidian/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/obsidian/__pycache__/cataloger.cpython-313.pyc +0 -0
- package/core/obsidian/__pycache__/relator.cpython-313.pyc +0 -0
- package/core/obsidian/__pycache__/taxonomy.cpython-313.pyc +0 -0
- package/core/obsidian/__pycache__/templates.cpython-313.pyc +0 -0
- package/core/obsidian/__pycache__/writer.cpython-313.pyc +0 -0
- package/core/orchestration/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/orchestration/__pycache__/checkpoint.cpython-313.pyc +0 -0
- package/core/orchestration/__pycache__/patterns.cpython-313.pyc +0 -0
- package/core/orchestration/__pycache__/protocol.cpython-313.pyc +0 -0
- package/core/personas/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/personas/__pycache__/archetypes.cpython-313.pyc +0 -0
- package/core/personas/__pycache__/builder.cpython-313.pyc +0 -0
- package/core/personas/__pycache__/description_drafter.cpython-313.pyc +0 -0
- package/core/personas/__pycache__/manager.cpython-313.pyc +0 -0
- package/core/personas/__pycache__/obsidian_store.cpython-313.pyc +0 -0
- package/core/personas/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/profile/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/profile/__pycache__/manager.cpython-313.pyc +0 -0
- package/core/registry/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/registry/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/registry/__pycache__/generator.cpython-312.pyc +0 -0
- package/core/registry/__pycache__/generator.cpython-313.pyc +0 -0
- package/core/release/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/release/__pycache__/preflight.cpython-313.pyc +0 -0
- package/core/release/__pycache__/preflight_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/base.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/base.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/base.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/capabilities_cli.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/capabilities_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/claude_code.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/claude_code.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/claude_code.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/codex_cli.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/codex_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/codex_cli.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/context_compactor.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/cost_governor.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/cost_governor.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/cost_governor.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/cursor.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/cursor.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/cursor.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/gemini_cli.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/gemini_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/gemini_cli.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/llm_cost_telemetry.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/llm_cost_telemetry.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/llm_cost_telemetry.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/llm_cost_telemetry_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/llm_provider.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/llm_provider.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/llm_provider.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/llm_retry.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/llm_retry.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/llm_retry.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/mcp_telemetry.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/mcp_telemetry.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/mcp_telemetry_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/model_router.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/model_router.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/model_router.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/model_router_cli.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/model_routing_check.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/model_routing_context.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/native_usage.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/native_usage.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/native_usage.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/ollama_discovery.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/ollama_provider.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/ollama_provider.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/ollama_provider.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/openrouter_provider.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/openrouter_provider.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/openrouter_provider.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/path_resolver.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/path_resolver.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/pricing.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/pricing.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/pricing.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/registry.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/registry.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/registry.cpython-314.pyc +0 -0
- package/core/runtime/__pycache__/runtime_models.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/squad_orchestrator.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/subagent.cpython-313.pyc +0 -0
- package/core/runtime/__pycache__/user_paths.cpython-312.pyc +0 -0
- package/core/runtime/__pycache__/user_paths.cpython-313.pyc +0 -0
- package/core/runtime/gateway/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/runtime/gateway/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/runtime/gateway/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/runtime/gateway/__pycache__/__main__.cpython-313.pyc +0 -0
- package/core/runtime/gateway/__pycache__/litellm_config.cpython-312.pyc +0 -0
- package/core/runtime/gateway/__pycache__/litellm_config.cpython-313.pyc +0 -0
- package/core/runtime/gateway/__pycache__/litellm_config.cpython-314.pyc +0 -0
- package/core/shared/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/shared/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/shared/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/shared/__pycache__/decay.cpython-313.pyc +0 -0
- package/core/shared/__pycache__/decay.cpython-314.pyc +0 -0
- package/core/shared/__pycache__/safe_session_id.cpython-312.pyc +0 -0
- package/core/shared/__pycache__/safe_session_id.cpython-313.pyc +0 -0
- package/core/shared/__pycache__/safe_session_id.cpython-314.pyc +0 -0
- package/core/shared/__pycache__/sqlite_recovery.cpython-312.pyc +0 -0
- package/core/shared/__pycache__/sqlite_recovery.cpython-313.pyc +0 -0
- package/core/shared/__pycache__/sqlite_recovery.cpython-314.pyc +0 -0
- package/core/shared/__pycache__/temp_paths.cpython-312.pyc +0 -0
- package/core/shared/__pycache__/temp_paths.cpython-313.pyc +0 -0
- package/core/shared/__pycache__/temp_paths.cpython-314.pyc +0 -0
- package/core/shared/__pycache__/test_evidence.cpython-313-pytest-9.1.1.pyc +0 -0
- package/core/shared/__pycache__/test_evidence.cpython-313.pyc +0 -0
- package/core/specs/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/specs/__pycache__/manager.cpython-313.pyc +0 -0
- package/core/specs/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/squads/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/squads/__pycache__/loader.cpython-313.pyc +0 -0
- package/core/squads/__pycache__/registry.cpython-313.pyc +0 -0
- package/core/squads/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/agent_experiences_layer.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/cache.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/cache.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/cache.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/engine.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/graph_context_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/graph_context_layer.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/kb_cache.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/kb_cache.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/kb_cache.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/layers.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/pattern_library_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/pattern_library_layer.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/recipe_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/recipe_layer.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/routing_feedback_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/routing_feedback_layer.cpython-314.pyc +0 -0
- package/core/synapse/__pycache__/session_memory_layer.cpython-312.pyc +0 -0
- package/core/synapse/__pycache__/session_memory_layer.cpython-313.pyc +0 -0
- package/core/synapse/__pycache__/session_memory_layer.cpython-314.pyc +0 -0
- package/core/sync/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/sync/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/agent_provisioner.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/ai_mcp_decider.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/content_merger.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/content_syncer.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/descriptor_syncer.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/discovery.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/engine.cpython-312.pyc +0 -0
- package/core/sync/__pycache__/engine.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/manifest.cpython-312.pyc +0 -0
- package/core/sync/__pycache__/manifest.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/mcp_optimizer.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/mcp_syncer.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/policy_loader.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/reporter.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/self_healing.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/settings_syncer.cpython-313.pyc +0 -0
- package/core/sync/__pycache__/update_orchestrator.cpython-313.pyc +0 -0
- package/core/tasks/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/tasks/__pycache__/manager.cpython-313.pyc +0 -0
- package/core/tasks/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/terminal/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/terminal/__pycache__/audit.cpython-313.pyc +0 -0
- package/core/terminal/__pycache__/connections.cpython-313.pyc +0 -0
- package/core/terminal/__pycache__/session.cpython-313.pyc +0 -0
- package/core/terminal/__pycache__/session_windows.cpython-313.pyc +0 -0
- package/core/terminal/__pycache__/token.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/__init__.cpython-312.pyc +0 -0
- package/core/workflow/__pycache__/__init__.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/__init__.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/announcer.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/dashboard.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/design_authorization.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/design_authorization.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/enforcer.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/engine.cpython-312.pyc +0 -0
- package/core/workflow/__pycache__/engine.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/engine.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/flow_authorization.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/flow_authorization.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/flow_enforcer.cpython-312.pyc +0 -0
- package/core/workflow/__pycache__/flow_enforcer.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/flow_enforcer.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/frontend_gate.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/frontend_gate.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/frontend_gate_telemetry.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/frontend_gate_telemetry_cli.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/gate_checkpoint.cpython-312.pyc +0 -0
- package/core/workflow/__pycache__/gate_checkpoint.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/gate_checkpoint.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/kb_first_decider.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/loader.cpython-312.pyc +0 -0
- package/core/workflow/__pycache__/loader.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/loader.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/marker_cache.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/marker_cache.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/plan_approval.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/plan_approval.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/research_gate.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/research_gate.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/rules_registry.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/schema.cpython-312.pyc +0 -0
- package/core/workflow/__pycache__/schema.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/schema.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/specialist_enforcer.cpython-312.pyc +0 -0
- package/core/workflow/__pycache__/specialist_enforcer.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/specialist_enforcer.cpython-314.pyc +0 -0
- package/core/workflow/__pycache__/state.cpython-313.pyc +0 -0
- package/core/workflow/__pycache__/state.cpython-314.pyc +0 -0
- package/scripts/__pycache__/dashboard-api.cpython-313.pyc +0 -0
- package/scripts/__pycache__/knowledge-index.cpython-313.pyc +0 -0
- package/scripts/__pycache__/marketplace_export.cpython-313.pyc +0 -0
- package/scripts/__pycache__/marketplace_gen.cpython-313.pyc +0 -0
- package/scripts/__pycache__/migrate_skills_kb_first.cpython-313.pyc +0 -0
- package/scripts/__pycache__/seed_initial_patterns.cpython-313.pyc +0 -0
- package/scripts/__pycache__/synapse-bridge.cpython-312.pyc +0 -0
- package/scripts/__pycache__/synapse-bridge.cpython-313.pyc +0 -0
- package/scripts/__pycache__/synapse-bridge.cpython-314.pyc +0 -0
- package/scripts/bench/__pycache__/__init__.cpython-313.pyc +0 -0
- package/scripts/bench/__pycache__/harness.cpython-313.pyc +0 -0
- package/scripts/bench/__pycache__/run.cpython-313.pyc +0 -0
- package/scripts/tools/__pycache__/docs_stats.cpython-313.pyc +0 -0
- package/scripts/tools/__pycache__/prompt_lint.cpython-313.pyc +0 -0
- package/scripts/tools/__pycache__/prompt_surface_benchmark.cpython-313.pyc +0 -0
- package/scripts/tools/__pycache__/skill_budget.cpython-313.pyc +0 -0
- package/scripts/tools/__pycache__/sync_wiki.cpython-313.pyc +0 -0
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Every AI coding tool gives you **one developer agent**. ArkaOS gives you **an en
|
|
|
21
21
|
|
|
22
22
|
Marketing teams. Brand designers. Financial analysts. Strategy consultants. Security auditors. E-commerce specialists. Content creators. Sales negotiators. Project managers. Quality reviewers. All working together, following enterprise workflows, with mandatory quality gates.
|
|
23
23
|
|
|
24
|
-
And
|
|
24
|
+
And ArkaOS **learns from experience**: it closes two feedback loops end to end. Every session writes semantic memory that the next session retrieves, and every Quality Gate verdict feeds back into routing, so a department that keeps getting work rejected gets flagged before it ships again. Both loops run on your machine, and every claim about them is reproducible: the hook that fires on every tool call runs at 18ms p50 (down from 83ms, measured by `benchmarks/hooks-bench.sh`), and the default install keeps its always-on context surface inside a CI-enforced budget.
|
|
25
25
|
|
|
26
26
|
```
|
|
27
27
|
You: "add stripe subscription billing"
|
|
@@ -63,8 +63,9 @@ npx arkaos install
|
|
|
63
63
|
|
|
64
64
|
The installer auto-detects your runtime and configures everything:
|
|
65
65
|
- Python dependencies (Pydantic, PyYAML, Rich, Click)
|
|
66
|
-
- Hook system (
|
|
67
|
-
-
|
|
66
|
+
- Hook system (9 lifecycle hooks, with Node fast-path shims that decide trivial calls in 18ms instead of 83ms)
|
|
67
|
+
- A curated skill set that stays inside a 60 to 80 skill context budget, enforced in CI; the full catalog installs with `npx arkaos update --skills full` or per department from the plugin marketplace
|
|
68
|
+
- The arka-tools MCP server: 12 programmatic tools for KB search, workflow state, the Quality Gate queue, recipes, session memory, and telemetry
|
|
68
69
|
- Cognitive Layer scheduler (Dreaming + Research)
|
|
69
70
|
|
|
70
71
|
Prefer a specific runtime?
|
|
@@ -92,6 +93,26 @@ npx arkaos@latest update
|
|
|
92
93
|
npx arkaos doctor # Health check
|
|
93
94
|
```
|
|
94
95
|
|
|
96
|
+
### Skill packs, à la carte
|
|
97
|
+
|
|
98
|
+
The default install ships a curated core so your context window stays lean. Everything else lives in the ArkaOS plugin marketplace: 16 department packs with 205 skills, generated straight from the same sources the core uses. Inside Claude Code:
|
|
99
|
+
|
|
100
|
+
```
|
|
101
|
+
/plugin marketplace add andreagroferreira/arka-os
|
|
102
|
+
/plugin install arkaos-marketing@arkaos # or arkaos-dev, arkaos-finance, ...
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
Each pack namespaces its skills, so nothing collides with your setup. Prefer everything preinstalled the old way? `npx arkaos update --skills full` restores the complete catalog and keeps that choice across updates.
|
|
106
|
+
|
|
107
|
+
### Run the MCP server anywhere
|
|
108
|
+
|
|
109
|
+
Claude Code picks up arka-tools automatically. For other runtimes, debugging, or CI:
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
npx arkaos mcp start # read-only
|
|
113
|
+
npx arkaos mcp start --write # enables workflow/QG writes
|
|
114
|
+
```
|
|
115
|
+
|
|
95
116
|
---
|
|
96
117
|
|
|
97
118
|
## How It Works
|
|
@@ -450,6 +471,7 @@ Full documentation lives in two places in this repository:
|
|
|
450
471
|
- [Departments](wiki/04-Departments/) — one page per department
|
|
451
472
|
- [Commands Reference](wiki/05-Commands-Reference.md)
|
|
452
473
|
- [Cognitive Layer](wiki/06-Cognitive-Layer.md) — memory, dreaming, research
|
|
474
|
+
- [Skill Packs](wiki/17-Skill-Packs.md) — the curated core and the plugin marketplace
|
|
453
475
|
- [Benchmarks](wiki/11-Benchmarks.md) — measured, reproducible numbers
|
|
454
476
|
- [Competitive Analysis](wiki/12-Competitive-Analysis.md) and [Benefits & ROI](wiki/13-Benefits-ROI.md)
|
|
455
477
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.14.
|
|
1
|
+
4.14.2
|
|
@@ -0,0 +1,451 @@
|
|
|
1
|
+
"""
|
|
2
|
+
ARKA OS — Command Registry for MCP Prompts Server.
|
|
3
|
+
|
|
4
|
+
Data-driven registry of all department commands exposed as MCP prompts.
|
|
5
|
+
Each command maps to a SKILL.md file that provides the full instruction set.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
COMMANDS: dict[str, dict] = {
|
|
9
|
+
# ── System (arka) ────────────────────────────────────────────────────────
|
|
10
|
+
"arka_standup": {
|
|
11
|
+
"department": "system",
|
|
12
|
+
"skill_dir": "arka",
|
|
13
|
+
"slash_command": "/arka standup",
|
|
14
|
+
"title": "ARKA — Daily Standup",
|
|
15
|
+
"description": "Daily standup: summarize active projects, tasks, meetings, and priorities.",
|
|
16
|
+
"arguments": [],
|
|
17
|
+
},
|
|
18
|
+
"arka_status": {
|
|
19
|
+
"department": "system",
|
|
20
|
+
"skill_dir": "arka",
|
|
21
|
+
"slash_command": "/arka status",
|
|
22
|
+
"title": "ARKA — System Status",
|
|
23
|
+
"description": "System status: version, departments, personas, skills, MCPs.",
|
|
24
|
+
"arguments": [],
|
|
25
|
+
},
|
|
26
|
+
# ── Dev ───────────────────────────────────────────────────────────────────
|
|
27
|
+
"dev_do": {
|
|
28
|
+
"department": "dev",
|
|
29
|
+
"skill_dir": "arka-dev",
|
|
30
|
+
"slash_command": "/dev do",
|
|
31
|
+
"title": "Dev — Smart Orchestrator",
|
|
32
|
+
"description": "Smart orchestrator that routes to the correct dev workflow.",
|
|
33
|
+
"arguments": [
|
|
34
|
+
{"name": "description", "description": "What you want to build or fix", "required": True},
|
|
35
|
+
],
|
|
36
|
+
},
|
|
37
|
+
"dev_feature": {
|
|
38
|
+
"department": "dev",
|
|
39
|
+
"skill_dir": "arka-dev",
|
|
40
|
+
"slash_command": "/dev feature",
|
|
41
|
+
"title": "Dev — Implement Feature",
|
|
42
|
+
"description": "Implement a feature with the full 8-phase development workflow.",
|
|
43
|
+
"arguments": [
|
|
44
|
+
{"name": "description", "description": "Feature description", "required": True},
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
"dev_api": {
|
|
48
|
+
"department": "dev",
|
|
49
|
+
"skill_dir": "arka-dev",
|
|
50
|
+
"slash_command": "/dev api",
|
|
51
|
+
"title": "Dev — Generate API",
|
|
52
|
+
"description": "Generate API endpoints with tests and documentation.",
|
|
53
|
+
"arguments": [
|
|
54
|
+
{"name": "spec", "description": "API specification or description", "required": True},
|
|
55
|
+
],
|
|
56
|
+
},
|
|
57
|
+
"dev_plan": {
|
|
58
|
+
"department": "dev",
|
|
59
|
+
"skill_dir": "arka-dev",
|
|
60
|
+
"slash_command": "/dev plan",
|
|
61
|
+
"title": "Dev — Architecture Plan",
|
|
62
|
+
"description": "Architecture planning only (no code output).",
|
|
63
|
+
"arguments": [
|
|
64
|
+
{"name": "description", "description": "What to plan", "required": True},
|
|
65
|
+
],
|
|
66
|
+
},
|
|
67
|
+
"dev_debug": {
|
|
68
|
+
"department": "dev",
|
|
69
|
+
"skill_dir": "arka-dev",
|
|
70
|
+
"slash_command": "/dev debug",
|
|
71
|
+
"title": "Dev — Debug Issue",
|
|
72
|
+
"description": "Diagnose and fix a bug.",
|
|
73
|
+
"arguments": [
|
|
74
|
+
{"name": "issue", "description": "Bug or issue description", "required": True},
|
|
75
|
+
],
|
|
76
|
+
},
|
|
77
|
+
"dev_refactor": {
|
|
78
|
+
"department": "dev",
|
|
79
|
+
"skill_dir": "arka-dev",
|
|
80
|
+
"slash_command": "/dev refactor",
|
|
81
|
+
"title": "Dev — Refactor Code",
|
|
82
|
+
"description": "Refactor code with quality gates.",
|
|
83
|
+
"arguments": [
|
|
84
|
+
{"name": "target", "description": "Code or component to refactor", "required": True},
|
|
85
|
+
],
|
|
86
|
+
},
|
|
87
|
+
"dev_db": {
|
|
88
|
+
"department": "dev",
|
|
89
|
+
"skill_dir": "arka-dev",
|
|
90
|
+
"slash_command": "/dev db",
|
|
91
|
+
"title": "Dev — Database Schema",
|
|
92
|
+
"description": "Database schema design and migrations.",
|
|
93
|
+
"arguments": [
|
|
94
|
+
{"name": "description", "description": "Schema or migration description", "required": True},
|
|
95
|
+
],
|
|
96
|
+
},
|
|
97
|
+
"dev_review": {
|
|
98
|
+
"department": "dev",
|
|
99
|
+
"skill_dir": "arka-dev",
|
|
100
|
+
"slash_command": "/dev review",
|
|
101
|
+
"title": "Dev — Code Review",
|
|
102
|
+
"description": "Code review of current changes.",
|
|
103
|
+
"arguments": [],
|
|
104
|
+
},
|
|
105
|
+
"dev_test": {
|
|
106
|
+
"department": "dev",
|
|
107
|
+
"skill_dir": "arka-dev",
|
|
108
|
+
"slash_command": "/dev test",
|
|
109
|
+
"title": "Dev — Run Tests",
|
|
110
|
+
"description": "Generate and run test suite.",
|
|
111
|
+
"arguments": [],
|
|
112
|
+
},
|
|
113
|
+
"dev_deploy": {
|
|
114
|
+
"department": "dev",
|
|
115
|
+
"skill_dir": "arka-dev",
|
|
116
|
+
"slash_command": "/dev deploy",
|
|
117
|
+
"title": "Dev — Deploy",
|
|
118
|
+
"description": "Deploy to an environment.",
|
|
119
|
+
"arguments": [
|
|
120
|
+
{"name": "environment", "description": "Target environment (dev/staging/prod)", "required": True},
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
"dev_docs": {
|
|
124
|
+
"department": "dev",
|
|
125
|
+
"skill_dir": "arka-dev",
|
|
126
|
+
"slash_command": "/dev docs",
|
|
127
|
+
"title": "Dev — Documentation",
|
|
128
|
+
"description": "Generate technical documentation.",
|
|
129
|
+
"arguments": [],
|
|
130
|
+
},
|
|
131
|
+
"dev_research": {
|
|
132
|
+
"department": "dev",
|
|
133
|
+
"skill_dir": "arka-dev",
|
|
134
|
+
"slash_command": "/dev research",
|
|
135
|
+
"title": "Dev — Research",
|
|
136
|
+
"description": "Research a library, framework, or integration.",
|
|
137
|
+
"arguments": [
|
|
138
|
+
{"name": "topic", "description": "Research topic", "required": True},
|
|
139
|
+
],
|
|
140
|
+
},
|
|
141
|
+
"dev_scaffold": {
|
|
142
|
+
"department": "dev",
|
|
143
|
+
"skill_dir": "arka-scaffold",
|
|
144
|
+
"slash_command": "/dev scaffold",
|
|
145
|
+
"title": "Dev — Scaffold Project",
|
|
146
|
+
"description": "Create a new project from a starter template.",
|
|
147
|
+
"arguments": [
|
|
148
|
+
{"name": "type", "description": "Project type (laravel, nuxt-saas, nuxt-landing, vue-saas, react, nextjs, etc.)", "required": True},
|
|
149
|
+
{"name": "name", "description": "Project name", "required": True},
|
|
150
|
+
],
|
|
151
|
+
},
|
|
152
|
+
# ── Marketing ─────────────────────────────────────────────────────────────
|
|
153
|
+
"mkt_social": {
|
|
154
|
+
"department": "mkt",
|
|
155
|
+
"skill_dir": "arka-marketing",
|
|
156
|
+
"slash_command": "/mkt social",
|
|
157
|
+
"title": "Mkt — Social Media Posts",
|
|
158
|
+
"description": "Generate social media posts for multiple platforms.",
|
|
159
|
+
"arguments": [
|
|
160
|
+
{"name": "topic", "description": "Content topic", "required": True},
|
|
161
|
+
{"name": "persona", "description": "Persona name for style (optional)", "required": False},
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
"mkt_calendar": {
|
|
165
|
+
"department": "mkt",
|
|
166
|
+
"skill_dir": "arka-marketing",
|
|
167
|
+
"slash_command": "/mkt calendar",
|
|
168
|
+
"title": "Mkt — Content Calendar",
|
|
169
|
+
"description": "Create a content calendar for a week or month.",
|
|
170
|
+
"arguments": [
|
|
171
|
+
{"name": "period", "description": "Time period (week or month)", "required": True},
|
|
172
|
+
],
|
|
173
|
+
},
|
|
174
|
+
"mkt_email": {
|
|
175
|
+
"department": "mkt",
|
|
176
|
+
"skill_dir": "arka-marketing",
|
|
177
|
+
"slash_command": "/mkt email",
|
|
178
|
+
"title": "Mkt — Email Sequence",
|
|
179
|
+
"description": "Create email sequences (welcome, nurture, launch, cart).",
|
|
180
|
+
"arguments": [
|
|
181
|
+
{"name": "type", "description": "Email type (welcome, nurture, launch, cart)", "required": True},
|
|
182
|
+
{"name": "topic", "description": "Email topic", "required": True},
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
"mkt_landing": {
|
|
186
|
+
"department": "mkt",
|
|
187
|
+
"skill_dir": "arka-marketing",
|
|
188
|
+
"slash_command": "/mkt landing",
|
|
189
|
+
"title": "Mkt — Landing Page Copy",
|
|
190
|
+
"description": "Generate landing page copy for a product.",
|
|
191
|
+
"arguments": [
|
|
192
|
+
{"name": "product", "description": "Product name or description", "required": True},
|
|
193
|
+
{"name": "persona", "description": "Persona name for style (optional)", "required": False},
|
|
194
|
+
],
|
|
195
|
+
},
|
|
196
|
+
"mkt_ads": {
|
|
197
|
+
"department": "mkt",
|
|
198
|
+
"skill_dir": "arka-marketing",
|
|
199
|
+
"slash_command": "/mkt ads",
|
|
200
|
+
"title": "Mkt — Ad Copy",
|
|
201
|
+
"description": "Generate ad copy for multiple platforms.",
|
|
202
|
+
"arguments": [
|
|
203
|
+
{"name": "product", "description": "Product name or description", "required": True},
|
|
204
|
+
{"name": "persona", "description": "Persona name for style (optional)", "required": False},
|
|
205
|
+
],
|
|
206
|
+
},
|
|
207
|
+
"mkt_blog": {
|
|
208
|
+
"department": "mkt",
|
|
209
|
+
"skill_dir": "arka-marketing",
|
|
210
|
+
"slash_command": "/mkt blog",
|
|
211
|
+
"title": "Mkt — Blog Article",
|
|
212
|
+
"description": "Write an SEO-optimized blog article.",
|
|
213
|
+
"arguments": [
|
|
214
|
+
{"name": "topic", "description": "Blog topic", "required": True},
|
|
215
|
+
{"name": "persona", "description": "Persona name for style (optional)", "required": False},
|
|
216
|
+
],
|
|
217
|
+
},
|
|
218
|
+
# ── E-commerce ────────────────────────────────────────────────────────────
|
|
219
|
+
"ecom_audit": {
|
|
220
|
+
"department": "ecom",
|
|
221
|
+
"skill_dir": "arka-ecommerce",
|
|
222
|
+
"slash_command": "/ecom audit",
|
|
223
|
+
"title": "Ecom — Store Audit",
|
|
224
|
+
"description": "Full e-commerce store audit with parallel analysis.",
|
|
225
|
+
"arguments": [
|
|
226
|
+
{"name": "url", "description": "Store URL", "required": True},
|
|
227
|
+
],
|
|
228
|
+
},
|
|
229
|
+
"ecom_product": {
|
|
230
|
+
"department": "ecom",
|
|
231
|
+
"skill_dir": "arka-ecommerce",
|
|
232
|
+
"slash_command": "/ecom product",
|
|
233
|
+
"title": "Ecom — Product Listing",
|
|
234
|
+
"description": "Create an optimized product listing.",
|
|
235
|
+
"arguments": [
|
|
236
|
+
{"name": "description", "description": "Product description", "required": True},
|
|
237
|
+
],
|
|
238
|
+
},
|
|
239
|
+
"ecom_pricing": {
|
|
240
|
+
"department": "ecom",
|
|
241
|
+
"skill_dir": "arka-ecommerce",
|
|
242
|
+
"slash_command": "/ecom pricing",
|
|
243
|
+
"title": "Ecom — Pricing Strategy",
|
|
244
|
+
"description": "Pricing strategy analysis for a product.",
|
|
245
|
+
"arguments": [
|
|
246
|
+
{"name": "product", "description": "Product name", "required": True},
|
|
247
|
+
],
|
|
248
|
+
},
|
|
249
|
+
"ecom_launch": {
|
|
250
|
+
"department": "ecom",
|
|
251
|
+
"skill_dir": "arka-ecommerce",
|
|
252
|
+
"slash_command": "/ecom launch",
|
|
253
|
+
"title": "Ecom — Store Launch",
|
|
254
|
+
"description": "New store launch plan.",
|
|
255
|
+
"arguments": [
|
|
256
|
+
{"name": "store", "description": "Store name", "required": True},
|
|
257
|
+
],
|
|
258
|
+
},
|
|
259
|
+
# ── Finance ───────────────────────────────────────────────────────────────
|
|
260
|
+
"fin_report": {
|
|
261
|
+
"department": "fin",
|
|
262
|
+
"skill_dir": "arka-finance",
|
|
263
|
+
"slash_command": "/fin report",
|
|
264
|
+
"title": "Fin — Financial Report",
|
|
265
|
+
"description": "Generate a financial report (monthly/quarterly).",
|
|
266
|
+
"arguments": [
|
|
267
|
+
{"name": "period", "description": "Report period (month or quarter)", "required": True},
|
|
268
|
+
],
|
|
269
|
+
},
|
|
270
|
+
"fin_forecast": {
|
|
271
|
+
"department": "fin",
|
|
272
|
+
"skill_dir": "arka-finance",
|
|
273
|
+
"slash_command": "/fin forecast",
|
|
274
|
+
"title": "Fin — Revenue Forecast",
|
|
275
|
+
"description": "Revenue and expense forecast.",
|
|
276
|
+
"arguments": [
|
|
277
|
+
{"name": "months", "description": "Number of months to project", "required": True},
|
|
278
|
+
],
|
|
279
|
+
},
|
|
280
|
+
"fin_budget": {
|
|
281
|
+
"department": "fin",
|
|
282
|
+
"skill_dir": "arka-finance",
|
|
283
|
+
"slash_command": "/fin budget",
|
|
284
|
+
"title": "Fin — Budget Planning",
|
|
285
|
+
"description": "Project budget planning.",
|
|
286
|
+
"arguments": [
|
|
287
|
+
{"name": "project", "description": "Project name", "required": True},
|
|
288
|
+
],
|
|
289
|
+
},
|
|
290
|
+
"fin_negotiate": {
|
|
291
|
+
"department": "fin",
|
|
292
|
+
"skill_dir": "arka-finance",
|
|
293
|
+
"slash_command": "/fin negotiate",
|
|
294
|
+
"title": "Fin — Negotiation Prep",
|
|
295
|
+
"description": "Prepare for bank or investor negotiation.",
|
|
296
|
+
"arguments": [
|
|
297
|
+
{"name": "context", "description": "Negotiation context", "required": True},
|
|
298
|
+
],
|
|
299
|
+
},
|
|
300
|
+
"fin_pitch": {
|
|
301
|
+
"department": "fin",
|
|
302
|
+
"skill_dir": "arka-finance",
|
|
303
|
+
"slash_command": "/fin pitch",
|
|
304
|
+
"title": "Fin — Investor Pitch",
|
|
305
|
+
"description": "Investor pitch preparation.",
|
|
306
|
+
"arguments": [
|
|
307
|
+
{"name": "investor", "description": "Investor name or type", "required": True},
|
|
308
|
+
],
|
|
309
|
+
},
|
|
310
|
+
# ── Operations ────────────────────────────────────────────────────────────
|
|
311
|
+
"ops_tasks": {
|
|
312
|
+
"department": "ops",
|
|
313
|
+
"skill_dir": "arka-operations",
|
|
314
|
+
"slash_command": "/ops tasks",
|
|
315
|
+
"title": "Ops — Task Management",
|
|
316
|
+
"description": "View and manage tasks (via ClickUp).",
|
|
317
|
+
"arguments": [],
|
|
318
|
+
},
|
|
319
|
+
"ops_email": {
|
|
320
|
+
"department": "ops",
|
|
321
|
+
"skill_dir": "arka-operations",
|
|
322
|
+
"slash_command": "/ops email",
|
|
323
|
+
"title": "Ops — Email",
|
|
324
|
+
"description": "Send or draft emails (via Gmail).",
|
|
325
|
+
"arguments": [
|
|
326
|
+
{"name": "type", "description": "Email type or action", "required": True},
|
|
327
|
+
],
|
|
328
|
+
},
|
|
329
|
+
"ops_calendar": {
|
|
330
|
+
"department": "ops",
|
|
331
|
+
"skill_dir": "arka-operations",
|
|
332
|
+
"slash_command": "/ops calendar",
|
|
333
|
+
"title": "Ops — Calendar",
|
|
334
|
+
"description": "View and manage schedule (via Google Calendar).",
|
|
335
|
+
"arguments": [],
|
|
336
|
+
},
|
|
337
|
+
"ops_meeting": {
|
|
338
|
+
"department": "ops",
|
|
339
|
+
"skill_dir": "arka-operations",
|
|
340
|
+
"slash_command": "/ops meeting",
|
|
341
|
+
"title": "Ops — Meeting",
|
|
342
|
+
"description": "Schedule and prepare a meeting.",
|
|
343
|
+
"arguments": [
|
|
344
|
+
{"name": "topic", "description": "Meeting topic", "required": True},
|
|
345
|
+
],
|
|
346
|
+
},
|
|
347
|
+
"ops_automate": {
|
|
348
|
+
"department": "ops",
|
|
349
|
+
"skill_dir": "arka-operations",
|
|
350
|
+
"slash_command": "/ops automate",
|
|
351
|
+
"title": "Ops — Automate Process",
|
|
352
|
+
"description": "Create automation for a routine process.",
|
|
353
|
+
"arguments": [
|
|
354
|
+
{"name": "process", "description": "Process description", "required": True},
|
|
355
|
+
],
|
|
356
|
+
},
|
|
357
|
+
# ── Strategy ──────────────────────────────────────────────────────────────
|
|
358
|
+
"strat_brainstorm": {
|
|
359
|
+
"department": "strat",
|
|
360
|
+
"skill_dir": "arka-strategy",
|
|
361
|
+
"slash_command": "/strat brainstorm",
|
|
362
|
+
"title": "Strat — Brainstorm",
|
|
363
|
+
"description": "Structured brainstorming with 5 perspectives.",
|
|
364
|
+
"arguments": [
|
|
365
|
+
{"name": "topic", "description": "Brainstorm topic", "required": True},
|
|
366
|
+
],
|
|
367
|
+
},
|
|
368
|
+
"strat_market": {
|
|
369
|
+
"department": "strat",
|
|
370
|
+
"skill_dir": "arka-strategy",
|
|
371
|
+
"slash_command": "/strat market",
|
|
372
|
+
"title": "Strat — Market Analysis",
|
|
373
|
+
"description": "Market analysis and opportunity mapping.",
|
|
374
|
+
"arguments": [
|
|
375
|
+
{"name": "sector", "description": "Market sector", "required": True},
|
|
376
|
+
],
|
|
377
|
+
},
|
|
378
|
+
"strat_competitor": {
|
|
379
|
+
"department": "strat",
|
|
380
|
+
"skill_dir": "arka-strategy",
|
|
381
|
+
"slash_command": "/strat competitor",
|
|
382
|
+
"title": "Strat — Competitive Analysis",
|
|
383
|
+
"description": "Competitive intelligence analysis.",
|
|
384
|
+
"arguments": [
|
|
385
|
+
{"name": "url", "description": "Competitor URL or name", "required": True},
|
|
386
|
+
],
|
|
387
|
+
},
|
|
388
|
+
"strat_swot": {
|
|
389
|
+
"department": "strat",
|
|
390
|
+
"skill_dir": "arka-strategy",
|
|
391
|
+
"slash_command": "/strat swot",
|
|
392
|
+
"title": "Strat — SWOT Analysis",
|
|
393
|
+
"description": "SWOT analysis for a business.",
|
|
394
|
+
"arguments": [
|
|
395
|
+
{"name": "business", "description": "Business name", "required": True},
|
|
396
|
+
],
|
|
397
|
+
},
|
|
398
|
+
"strat_evaluate": {
|
|
399
|
+
"department": "strat",
|
|
400
|
+
"skill_dir": "arka-strategy",
|
|
401
|
+
"slash_command": "/strat evaluate",
|
|
402
|
+
"title": "Strat — Evaluate Idea",
|
|
403
|
+
"description": "Evaluate a new idea (pros, cons, risks, ROI).",
|
|
404
|
+
"arguments": [
|
|
405
|
+
{"name": "idea", "description": "Idea description", "required": True},
|
|
406
|
+
],
|
|
407
|
+
},
|
|
408
|
+
# ── Knowledge Base ────────────────────────────────────────────────────────
|
|
409
|
+
"kb_learn": {
|
|
410
|
+
"department": "kb",
|
|
411
|
+
"skill_dir": "arka-knowledge",
|
|
412
|
+
"slash_command": "/kb learn",
|
|
413
|
+
"title": "KB — Learn from Content",
|
|
414
|
+
"description": "Queue URLs for async download and transcription.",
|
|
415
|
+
"arguments": [
|
|
416
|
+
{"name": "urls", "description": "One or more URLs to learn from", "required": True},
|
|
417
|
+
{"name": "persona", "description": "Persona name to associate (optional)", "required": False},
|
|
418
|
+
],
|
|
419
|
+
},
|
|
420
|
+
"kb_search": {
|
|
421
|
+
"department": "kb",
|
|
422
|
+
"skill_dir": "arka-knowledge",
|
|
423
|
+
"slash_command": "/kb search",
|
|
424
|
+
"title": "KB — Search Knowledge",
|
|
425
|
+
"description": "Search the knowledge base by topic.",
|
|
426
|
+
"arguments": [
|
|
427
|
+
{"name": "query", "description": "Search query", "required": True},
|
|
428
|
+
],
|
|
429
|
+
},
|
|
430
|
+
"kb_persona": {
|
|
431
|
+
"department": "kb",
|
|
432
|
+
"skill_dir": "arka-knowledge",
|
|
433
|
+
"slash_command": "/kb persona",
|
|
434
|
+
"title": "KB — View Persona",
|
|
435
|
+
"description": "View or manage a persona profile.",
|
|
436
|
+
"arguments": [
|
|
437
|
+
{"name": "name", "description": "Persona name", "required": True},
|
|
438
|
+
],
|
|
439
|
+
},
|
|
440
|
+
"kb_write": {
|
|
441
|
+
"department": "kb",
|
|
442
|
+
"skill_dir": "arka-knowledge",
|
|
443
|
+
"slash_command": "/kb write",
|
|
444
|
+
"title": "KB — Generate Content",
|
|
445
|
+
"description": "Generate content using a persona's style and knowledge.",
|
|
446
|
+
"arguments": [
|
|
447
|
+
{"name": "persona", "description": "Persona name", "required": True},
|
|
448
|
+
{"name": "type", "description": "Content type to generate", "required": True},
|
|
449
|
+
],
|
|
450
|
+
},
|
|
451
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "arka-prompts"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
description = "ARKA OS department commands as MCP prompts"
|
|
5
|
+
requires-python = ">=3.11"
|
|
6
|
+
dependencies = [
|
|
7
|
+
"mcp[cli]>=1.2.0",
|
|
8
|
+
]
|
|
9
|
+
|
|
10
|
+
[tool.hatch.build.targets.wheel]
|
|
11
|
+
packages = ["."]
|
|
12
|
+
|
|
13
|
+
[build-system]
|
|
14
|
+
requires = ["hatchling"]
|
|
15
|
+
build-backend = "hatchling.build"
|