LICENSE
NOTICE
README.md
pyproject.toml
src/mokata/__init__.py
src/mokata/__main__.py
src/mokata/agent_skills.py
src/mokata/baseline.py
src/mokata/bootstrap.py
src/mokata/brainstorm.py
src/mokata/ci_check.py
src/mokata/cli.py
src/mokata/compose.py
src/mokata/config.py
src/mokata/config_cmd.py
src/mokata/crossplat.py
src/mokata/dashboard.py
src/mokata/detect.py
src/mokata/harness.py
src/mokata/harness_paths.py
src/mokata/harness_setup.py
src/mokata/hook_cli.py
src/mokata/init.py
src/mokata/languages.py
src/mokata/legibility.py
src/mokata/manifest.py
src/mokata/mcp_admin.py
src/mokata/mcp_server.py
src/mokata/netguard.py
src/mokata/onboard.py
src/mokata/onboarding.py
src/mokata/packaging.py
src/mokata/parity.py
src/mokata/perf.py
src/mokata/pipeline.py
src/mokata/plans.py
src/mokata/playbook.py
src/mokata/plugin_cache.py
src/mokata/profiles.py
src/mokata/progress.py
src/mokata/progress_events.py
src/mokata/project.py
src/mokata/prompt.py
src/mokata/refine.py
src/mokata/router.py
src/mokata/schema.py
src/mokata/session_bundle.py
src/mokata/session_transport.py
src/mokata/share.py
src/mokata/skills.py
src/mokata/stacks.py
src/mokata/state.py
src/mokata/team.py
src/mokata/team_audit.py
src/mokata/vault.py
src/mokata/version.py
src/mokata/visibility.py
src/mokata/worktree.py
src/mokata.egg-info/PKG-INFO
src/mokata.egg-info/SOURCES.txt
src/mokata.egg-info/dependency_links.txt
src/mokata.egg-info/entry_points.txt
src/mokata.egg-info/requires.txt
src/mokata.egg-info/top_level.txt
src/mokata/adapters/__init__.py
src/mokata/adapters/contract.py
src/mokata/adapters/mcp.py
src/mokata/adapters/precedence.py
src/mokata/cli_commands/__init__.py
src/mokata/cli_commands/_common.py
src/mokata/cli_commands/collab.py
src/mokata/cli_commands/core.py
src/mokata/cli_commands/diagnostics.py
src/mokata/cli_commands/distribution.py
src/mokata/cli_commands/index.py
src/mokata/cli_commands/knowledge.py
src/mokata/cli_commands/mcp.py
src/mokata/cli_commands/memory.py
src/mokata/cli_commands/pipeline.py
src/mokata/cli_commands/plan.py
src/mokata/cli_commands/reset.py
src/mokata/cli_commands/rules.py
src/mokata/cli_commands/runviews.py
src/mokata/cli_commands/setup.py
src/mokata/cli_commands/skills.py
src/mokata/engine/__init__.py
src/mokata/engine/acmapper.py
src/mokata/engine/completeness.py
src/mokata/engine/compliance.py
src/mokata/engine/phases.py
src/mokata/engine/premortem.py
src/mokata/engine/preview.py
src/mokata/engine/ship.py
src/mokata/engine/spec.py
src/mokata/engine/spec_awareness.py
src/mokata/engine/spec_gate.py
src/mokata/execmode/__init__.py
src/mokata/execmode/decompose.py
src/mokata/execmode/estimate.py
src/mokata/execmode/orchestrator.py
src/mokata/execmode/review.py
src/mokata/execmode/routing.py
src/mokata/execmode/selector.py
src/mokata/execmode/tasks.py
src/mokata/govern/__init__.py
src/mokata/govern/authoring.py
src/mokata/govern/budget.py
src/mokata/govern/cache.py
src/mokata/govern/compaction.py
src/mokata/govern/compress.py
src/mokata/govern/deviation.py
src/mokata/govern/doctor.py
src/mokata/govern/gate.py
src/mokata/govern/hooks.py
src/mokata/govern/karpathy.py
src/mokata/govern/learning.py
src/mokata/govern/ledger.py
src/mokata/govern/lifecycle.py
src/mokata/govern/outbound.py
src/mokata/govern/resume.py
src/mokata/govern/retrieval.py
src/mokata/govern/revert.py
src/mokata/govern/rules.py
src/mokata/govern/secrets.py
src/mokata/govern/tdd.py
src/mokata/govern/tokens.py
src/mokata/govern/trifecta.py
src/mokata/govern/trust.py
src/mokata/hooks/hooks.json
src/mokata/hooks/launch.sh
src/mokata/hooks/secret_guard.py
src/mokata/hooks/session_start.py
src/mokata/knowledge/__init__.py
src/mokata/knowledge/anchors.py
src/mokata/knowledge/graph_backend.py
src/mokata/knowledge/grep_backend.py
src/mokata/knowledge/index.py
src/mokata/knowledge/layer.py
src/mokata/knowledge/neo4j_backend.py
src/mokata/knowledge/query.py
src/mokata/mcp/__init__.py
src/mokata/mcp/registry.py
src/mokata/mcp/server.py
src/mokata/mcp/tools_read.py
src/mokata/mcp/tools_write.py
src/mokata/memory/__init__.py
src/mokata/memory/_pg.py
src/mokata/memory/backends.py
src/mokata/memory/brain.py
src/mokata/memory/consolidation.py
src/mokata/memory/embed.py
src/mokata/memory/episodic.py
src/mokata/memory/healing.py
src/mokata/memory/intelligence.py
src/mokata/memory/item.py
src/mokata/memory/migrate.py
src/mokata/memory/share.py
src/mokata/memory/store.py
src/mokata/memory/tiered.py
src/mokata/memory/vector.py
src/mokata/modes/__init__.py
src/mokata/modes/bug.py
src/mokata/modes/debug.py
src/mokata/modes/optimize.py
src/mokata/skills/brainstorm/SKILL.md
src/mokata/skills/bug/SKILL.md
src/mokata/skills/debug/SKILL.md
src/mokata/skills/develop/SKILL.md
src/mokata/skills/govern/SKILL.md
src/mokata/skills/mcp/SKILL.md
src/mokata/skills/onboard/SKILL.md
src/mokata/skills/optimize/SKILL.md
src/mokata/skills/playbook/SKILL.md
src/mokata/skills/refine/SKILL.md
src/mokata/skills/review/SKILL.md
src/mokata/skills/session/SKILL.md
src/mokata/skills/ship/SKILL.md
src/mokata/skills/spec/SKILL.md
src/mokata/skills/test/SKILL.md
src/mokata/stacks/go-service.json
src/mokata/stacks/index.json
src/mokata/stacks/node-ts.json
src/mokata/stacks/python-web.json
src/mokata/templates/README.md
src/mokata/templates/manifest.schema.json
src/mokata/templates/commands/brainstorm.md
src/mokata/templates/commands/bug.md
src/mokata/templates/commands/chain.md
src/mokata/templates/commands/debug.md
src/mokata/templates/commands/decompose.md
src/mokata/templates/commands/develop.md
src/mokata/templates/commands/enter.md
src/mokata/templates/commands/exec.md
src/mokata/templates/commands/govern.md
src/mokata/templates/commands/init.md
src/mokata/templates/commands/mcp.md
src/mokata/templates/commands/onboard.md
src/mokata/templates/commands/optimize.md
src/mokata/templates/commands/playbook.md
src/mokata/templates/commands/progress.md
src/mokata/templates/commands/reconfigure.md
src/mokata/templates/commands/refine.md
src/mokata/templates/commands/resume.md
src/mokata/templates/commands/review.md
src/mokata/templates/commands/session.md
src/mokata/templates/commands/setup.md
src/mokata/templates/commands/ship.md
src/mokata/templates/commands/skill.md
src/mokata/templates/commands/spec.md
src/mokata/templates/commands/stacks.md
src/mokata/templates/commands/team.md
src/mokata/templates/commands/test.md
src/mokata/templates/commands/tour.md
src/mokata/templates/commands/upgrade.md
src/mokata/templates/commands/vault.md
src/mokata/templates/commands/version.md
src/mokata/templates/commands/watch.md
tests/test_acmapper.py
tests/test_adapter_contract.py
tests/test_agent_skills.py
tests/test_anchors.py
tests/test_authoring.py
tests/test_bootstrap.py
tests/test_brainstorm.py
tests/test_brainstorm_grounding.py
tests/test_brainstorm_persistence.py
tests/test_cli_adapters.py
tests/test_cli_brainstorm.py
tests/test_cli_budget.py
tests/test_cli_compose.py
tests/test_cli_dist.py
tests/test_cli_exec.py
tests/test_cli_govern.py
tests/test_cli_graph.py
tests/test_cli_lifecycle.py
tests/test_cli_memory.py
tests/test_cli_preview.py
tests/test_cli_query.py
tests/test_command_templates.py
tests/test_completeness_gate.py
tests/test_compliance.py
tests/test_compose.py
tests/test_config.py
tests/test_config_commit.py
tests/test_consolidation.py
tests/test_cross_platform_python.py
tests/test_decision_observability.py
tests/test_detect.py
tests/test_docs_consistency.py
tests/test_doctor.py
tests/test_engine_phases.py
tests/test_episodic.py
tests/test_exec_orchestrator.py
tests/test_exec_review.py
tests/test_exec_selector.py
tests/test_govern_commands_wiring.py
tests/test_govern_dashboard.py
tests/test_govern_governance.py
tests/test_govern_rules.py
tests/test_govern_safety.py
tests/test_govern_safety_wiring.py
tests/test_govern_tokens.py
tests/test_govern_wiring.py
tests/test_harness.py
tests/test_harness_codex.py
tests/test_harness_cowork.py
tests/test_harness_setup.py
tests/test_hook_secret_guard.py
tests/test_init.py
tests/test_karpathy.py
tests/test_knowledge_bridge.py
tests/test_knowledge_graph_backend.py
tests/test_knowledge_index.py
tests/test_knowledge_layer.py
tests/test_knowledge_query.py
tests/test_learning.py
tests/test_lifecycle.py
tests/test_local_first.py
tests/test_manifest.py
tests/test_mcp.py
tests/test_memory_backends.py
tests/test_memory_healing.py
tests/test_memory_item.py
tests/test_memory_store.py
tests/test_modes.py
tests/test_packaging.py
tests/test_pipeline_entry.py
tests/test_playbook.py
tests/test_precedence.py
tests/test_premortem.py
tests/test_preview.py
tests/test_profiles.py
tests/test_repo_hardening.py
tests/test_resume.py
tests/test_revert.py
tests/test_router.py
tests/test_routing.py
tests/test_secret_corpus.py
tests/test_session_lifecycle.py
tests/test_settings.py
tests/test_share.py
tests/test_ship.py
tests/test_skills.py
tests/test_stage1d_prompt_sweep.py
tests/test_stage23_plugin_init.py
tests/test_stage24_configurable_backends.py
tests/test_stage24_footprint.py
tests/test_stage24c_skill_naming.py
tests/test_stage25_fanout_and_graph.py
tests/test_stage26_refine.py
tests/test_stage27_progress.py
tests/test_stage29_proactive_brainstorm.py
tests/test_stage31_plan_adherence.py
tests/test_stage32_spec_persisted.py
tests/test_stage33_grounding_discipline.py
tests/test_stage34_ship_and_baseline.py
tests/test_stage35a_shared_memory.py
tests/test_stage35b_memory_share.py
tests/test_stage35c_memory_migrate.py
tests/test_stage35d_vault.py
tests/test_stage35e_vector_memory.py
tests/test_stage35f_graph_adapter.py
tests/test_stage36_onboard_typed_memory.py
tests/test_stage37_spec_awareness.py
tests/test_stage37r_remediation.py
tests/test_stage39_binding.py
tests/test_stage3b1_mcp_default.py
tests/test_stage3b2_mcp_group.py
tests/test_stage3b3_setup_verify.py
tests/test_stage40_observability.py
tests/test_stage53b_hook_cli.py
tests/test_stage54_resume_hint.py
tests/test_stage54b_stage_badge.py
tests/test_stage54c_legibility.py
tests/test_stage54d_parallel_view.py
tests/test_stage54e_command_parity.py
tests/test_stage54f_decompose.py
tests/test_stage54g_brainstorm_anchor.py
tests/test_stage54h_agents_panel.py
tests/test_stage55a_session_bundle.py
tests/test_stage55b_session_transport.py
tests/test_stage56_first_run.py
tests/test_stage56b_reconfigure.py
tests/test_stage57_directory_listing.py
tests/test_stage58_ci_check.py
tests/test_stage59_memory_intelligence.py
tests/test_stage60_trust_visibility.py
tests/test_stage61_reliability.py
tests/test_stage61b_release_process.py
tests/test_stage63_multiagent.py
tests/test_stage64_vscode_extension.py
tests/test_stage64b_copilot_chat.py
tests/test_stage65_language_coverage.py
tests/test_stage66_cross_platform.py
tests/test_stage66b_windows_portability.py
tests/test_stage67_performance.py
tests/test_stage68_supply_chain.py
tests/test_stage69_team_sync.py
tests/test_stage6b_progress_events.py
tests/test_stage6c_develop_counter.py
tests/test_stage6d_badge_verbosity.py
tests/test_stage6p_plan_file.py
tests/test_stage6r_independent_review.py
tests/test_stage70_community_stacks.py
tests/test_stage70b_team_join.py
tests/test_stage70c_todo_widget.py
tests/test_stage71_team_audit.py
tests/test_stage71a_project_scoped.py
tests/test_state.py
tests/test_toggles.py
tests/test_trifecta.py
tests/test_trust.py
tests/test_version_upgrade.py
tests/test_worktree.py