mala-agent 1.0.0__tar.gz
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.
- mala_agent-1.0.0/.beads/.gitignore +39 -0
- mala_agent-1.0.0/.beads/.local_version +1 -0
- mala_agent-1.0.0/.beads/README.md +81 -0
- mala_agent-1.0.0/.beads/beads.db +0 -0
- mala_agent-1.0.0/.beads/beads.db-shm +0 -0
- mala_agent-1.0.0/.beads/beads.db-wal +0 -0
- mala_agent-1.0.0/.beads/config.yaml +62 -0
- mala_agent-1.0.0/.beads/daemon.lock +7 -0
- mala_agent-1.0.0/.beads/daemon.log +36141 -0
- mala_agent-1.0.0/.beads/issues.jsonl +1220 -0
- mala_agent-1.0.0/.beads/last-touched +1 -0
- mala_agent-1.0.0/.beads/metadata.json +4 -0
- mala_agent-1.0.0/.devcontainer/devcontainer.json +19 -0
- mala_agent-1.0.0/.gitattributes +3 -0
- mala_agent-1.0.0/.gitignore +18 -0
- mala_agent-1.0.0/.grimp_cache/.gitignore +2 -0
- mala_agent-1.0.0/.grimp_cache/CACHEDIR.TAG +3 -0
- mala_agent-1.0.0/.grimp_cache/c3f7dc61d873e8291df9c567a548b9ed02a6dbab.data.json +1 -0
- mala_agent-1.0.0/.grimp_cache/fca460ad18e8c3201158ea815c18883db488ecf3.data.json +1 -0
- mala_agent-1.0.0/.grimp_cache/src.meta.json +1 -0
- mala_agent-1.0.0/.import_linter_cache/.gitignore +2 -0
- mala_agent-1.0.0/.import_linter_cache/CACHEDIR.TAG +3 -0
- mala_agent-1.0.0/.import_linter_cache/c3f7dc61d873e8291df9c567a548b9ed02a6dbab.data.json +1 -0
- mala_agent-1.0.0/.import_linter_cache/fca460ad18e8c3201158ea815c18883db488ecf3.data.json +1 -0
- mala_agent-1.0.0/.import_linter_cache/src.meta.json +1 -0
- mala_agent-1.0.0/AGENTS.md +34 -0
- mala_agent-1.0.0/CLAUDE.md +34 -0
- mala_agent-1.0.0/LICENSE.txt +674 -0
- mala_agent-1.0.0/PKG-INFO +229 -0
- mala_agent-1.0.0/README.md +202 -0
- mala_agent-1.0.0/TODO.md +35 -0
- mala_agent-1.0.0/docs/architecture.md +675 -0
- mala_agent-1.0.0/docs/cli-reference.md +237 -0
- mala_agent-1.0.0/docs/development.md +65 -0
- mala_agent-1.0.0/docs/project-config.md +598 -0
- mala_agent-1.0.0/docs/validation-triggers.md +655 -0
- mala_agent-1.0.0/docs/validation.md +240 -0
- mala_agent-1.0.0/htmlcov/.gitignore +2 -0
- mala_agent-1.0.0/htmlcov/class_index.html +3301 -0
- mala_agent-1.0.0/htmlcov/coverage_html_cb_bcae5fc4.js +735 -0
- mala_agent-1.0.0/htmlcov/favicon_32_cb_58284776.png +0 -0
- mala_agent-1.0.0/htmlcov/function_index.html +10041 -0
- mala_agent-1.0.0/htmlcov/index.html +927 -0
- mala_agent-1.0.0/htmlcov/keybd_closed_cb_ce680311.png +0 -0
- mala_agent-1.0.0/htmlcov/status.json +1 -0
- mala_agent-1.0.0/htmlcov/style_cb_a5a05ca4.css +389 -0
- mala_agent-1.0.0/htmlcov/z_0618756b1ff51bca___init___py.html +104 -0
- mala_agent-1.0.0/htmlcov/z_0618756b1ff51bca_log_events_py.html +578 -0
- mala_agent-1.0.0/htmlcov/z_0618756b1ff51bca_models_py.html +261 -0
- mala_agent-1.0.0/htmlcov/z_0618756b1ff51bca_protocols_py.html +2017 -0
- mala_agent-1.0.0/htmlcov/z_0618756b1ff51bca_tool_name_extractor_py.html +496 -0
- mala_agent-1.0.0/htmlcov/z_0abaa3637c898d04___init___py.html +141 -0
- mala_agent-1.0.0/htmlcov/z_0abaa3637c898d04_anthropic_client_py.html +198 -0
- mala_agent-1.0.0/htmlcov/z_0abaa3637c898d04_beads_client_py.html +1020 -0
- mala_agent-1.0.0/htmlcov/z_0abaa3637c898d04_braintrust_integration_py.html +410 -0
- mala_agent-1.0.0/htmlcov/z_0abaa3637c898d04_cerberus_gate_cli_py.html +454 -0
- mala_agent-1.0.0/htmlcov/z_0abaa3637c898d04_cerberus_review_py.html +439 -0
- mala_agent-1.0.0/htmlcov/z_0abaa3637c898d04_review_output_parser_py.html +409 -0
- mala_agent-1.0.0/htmlcov/z_0c4ebd9db5318ace___init___py.html +128 -0
- mala_agent-1.0.0/htmlcov/z_0c4ebd9db5318ace_base_sink_py.html +465 -0
- mala_agent-1.0.0/htmlcov/z_0c4ebd9db5318ace_config_py.html +731 -0
- mala_agent-1.0.0/htmlcov/z_0c4ebd9db5318ace_console_sink_py.html +617 -0
- mala_agent-1.0.0/htmlcov/z_0c4ebd9db5318ace_event_sink_py.html +103 -0
- mala_agent-1.0.0/htmlcov/z_0c4ebd9db5318ace_session_log_parser_py.html +510 -0
- mala_agent-1.0.0/htmlcov/z_145eef247bfb46b6___init___py.html +115 -0
- mala_agent-1.0.0/htmlcov/z_148c4bdfdd3fd6bf___init___py.html +102 -0
- mala_agent-1.0.0/htmlcov/z_148c4bdfdd3fd6bf_cli_py.html +1232 -0
- mala_agent-1.0.0/htmlcov/z_148c4bdfdd3fd6bf_main_py.html +121 -0
- mala_agent-1.0.0/htmlcov/z_227e645ebc381e10___init___py.html +127 -0
- mala_agent-1.0.0/htmlcov/z_227e645ebc381e10_command_runner_py.html +624 -0
- mala_agent-1.0.0/htmlcov/z_227e645ebc381e10_env_py.html +289 -0
- mala_agent-1.0.0/htmlcov/z_227e645ebc381e10_locking_py.html +816 -0
- mala_agent-1.0.0/htmlcov/z_475a3b6856aaf653___init___py.html +114 -0
- mala_agent-1.0.0/htmlcov/z_475a3b6856aaf653_agent_runtime_py.html +429 -0
- mala_agent-1.0.0/htmlcov/z_475a3b6856aaf653_epic_scope_py.html +292 -0
- mala_agent-1.0.0/htmlcov/z_475a3b6856aaf653_epic_verifier_py.html +1027 -0
- mala_agent-1.0.0/htmlcov/z_475a3b6856aaf653_git_utils_py.html +233 -0
- mala_agent-1.0.0/htmlcov/z_475a3b6856aaf653_issue_manager_py.html +355 -0
- mala_agent-1.0.0/htmlcov/z_475a3b6856aaf653_mcp_py.html +137 -0
- mala_agent-1.0.0/htmlcov/z_475a3b6856aaf653_sdk_adapter_py.html +213 -0
- mala_agent-1.0.0/htmlcov/z_475a3b6856aaf653_telemetry_py.html +249 -0
- mala_agent-1.0.0/htmlcov/z_59a3db440064a3a2___init___py.html +99 -0
- mala_agent-1.0.0/htmlcov/z_aabc4828f4d558e6___init___py.html +105 -0
- mala_agent-1.0.0/htmlcov/z_aabc4828f4d558e6_deadlock_py.html +533 -0
- mala_agent-1.0.0/htmlcov/z_aabc4828f4d558e6_lifecycle_py.html +783 -0
- mala_agent-1.0.0/htmlcov/z_aabc4828f4d558e6_prompts_py.html +329 -0
- mala_agent-1.0.0/htmlcov/z_aabc4828f4d558e6_quality_gate_py.html +941 -0
- mala_agent-1.0.0/htmlcov/z_b1757b6e2054d4fd___init___py.html +98 -0
- mala_agent-1.0.0/htmlcov/z_b1757b6e2054d4fd_console_py.html +552 -0
- mala_agent-1.0.0/htmlcov/z_b1757b6e2054d4fd_run_metadata_py.html +751 -0
- mala_agent-1.0.0/htmlcov/z_b3acaa3a5b8b054b___init___py.html +110 -0
- mala_agent-1.0.0/htmlcov/z_b3acaa3a5b8b054b_cli_support_py.html +146 -0
- mala_agent-1.0.0/htmlcov/z_b3acaa3a5b8b054b_factory_py.html +498 -0
- mala_agent-1.0.0/htmlcov/z_b3acaa3a5b8b054b_orchestration_wiring_py.html +390 -0
- mala_agent-1.0.0/htmlcov/z_b3acaa3a5b8b054b_orchestrator_py.html +1119 -0
- mala_agent-1.0.0/htmlcov/z_b3acaa3a5b8b054b_review_tracking_py.html +393 -0
- mala_agent-1.0.0/htmlcov/z_b3acaa3a5b8b054b_run_config_py.html +221 -0
- mala_agent-1.0.0/htmlcov/z_b3acaa3a5b8b054b_types_py.html +217 -0
- mala_agent-1.0.0/htmlcov/z_b6cc76a826c94f1a___init___py.html +177 -0
- mala_agent-1.0.0/htmlcov/z_b6cc76a826c94f1a_dangerous_commands_py.html +265 -0
- mala_agent-1.0.0/htmlcov/z_b6cc76a826c94f1a_deadlock_py.html +496 -0
- mala_agent-1.0.0/htmlcov/z_b6cc76a826c94f1a_file_cache_py.html +352 -0
- mala_agent-1.0.0/htmlcov/z_b6cc76a826c94f1a_lint_cache_py.html +462 -0
- mala_agent-1.0.0/htmlcov/z_b6cc76a826c94f1a_locking_py.html +214 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486___init___py.html +176 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_agent_session_runner_py.html +1632 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_context_pressure_handler_py.html +350 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_epic_verification_coordinator_py.html +376 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_gate_metadata_py.html +255 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_gate_runner_py.html +430 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_issue_execution_coordinator_py.html +382 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_issue_finalizer_py.html +371 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_issue_result_py.html +131 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_message_stream_processor_py.html +481 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_review_runner_py.html +338 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_run_coordinator_py.html +583 -0
- mala_agent-1.0.0/htmlcov/z_c1ad67d65cad7486_session_callback_factory_py.html +326 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d___init___py.html +234 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_code_pattern_matcher_py.html +230 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_config_loader_py.html +281 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_config_merger_py.html +384 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_config_py.html +634 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_coverage_args_py.html +255 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_coverage_py.html +932 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_e2e_py.html +454 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_helpers_py.html +389 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_lint_cache_py.html +454 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_preset_registry_py.html +203 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_result_py.html +145 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_runner_py.html +131 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_spec_executor_py.html +513 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_spec_py.html +679 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_spec_result_builder_py.html +493 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_spec_runner_py.html +532 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_spec_workspace_py.html +364 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_validation_gating_py.html +304 -0
- mala_agent-1.0.0/htmlcov/z_ca20743f9cc1db1d_worktree_py.html +474 -0
- mala_agent-1.0.0/mala.yaml +38 -0
- mala_agent-1.0.0/plans/2024-12-31-architecture-fix-plan.md +349 -0
- mala_agent-1.0.0/plans/2025-12-26-coordination-plan.md +87 -0
- mala_agent-1.0.0/plans/2025-12-26-quality-hardening-plan.md +370 -0
- mala_agent-1.0.0/plans/2025-12-30-codex-provider.md +457 -0
- mala_agent-1.0.0/plans/2025-12-30-epic-verification-agent.md +518 -0
- mala_agent-1.0.0/plans/2025-12-30-healthcheck.md +104 -0
- mala_agent-1.0.0/plans/2025-12-31-architecture-refactor-spec.md +502 -0
- mala_agent-1.0.0/plans/2025-12-31-architecture-review.md +225 -0
- mala_agent-1.0.0/plans/2025-12-31-idle-timeout-retry-plan.md +581 -0
- mala_agent-1.0.0/plans/2025-12-31-import-linter-restructure-proposal.md +672 -0
- mala_agent-1.0.0/plans/2026-01-01-architecture-refactor-plan.md +313 -0
- mala_agent-1.0.0/plans/2026-01-01-architecture-review.md +285 -0
- mala_agent-1.0.0/plans/2026-01-01-improve-terminal-logging-plan.md +392 -0
- mala_agent-1.0.0/plans/2026-01-01-improve-terminal-logging-spec.md +262 -0
- mala_agent-1.0.0/plans/2026-01-01-language-agnostic-config-plan.md +688 -0
- mala_agent-1.0.0/plans/2026-01-01-language-agnostic-config-skeleton.md +254 -0
- mala_agent-1.0.0/plans/2026-01-01-language-agnostic-config-spec.md +561 -0
- mala_agent-1.0.0/plans/2026-01-03-architecture-refactor-plan.md +424 -0
- mala_agent-1.0.0/plans/2026-01-03-architecture-refactor-skeleton.md +179 -0
- mala_agent-1.0.0/plans/2026-01-03-architecture-review.md +378 -0
- mala_agent-1.0.0/plans/2026-01-03-context-exhaustion-handling.md +461 -0
- mala_agent-1.0.0/plans/2026-01-03-deadlock-handling-plan.md +514 -0
- mala_agent-1.0.0/plans/2026-01-03-deadlock-handling-skeleton.md +829 -0
- mala_agent-1.0.0/plans/2026-01-03-token-waste.md +250 -0
- mala_agent-1.0.0/plans/2026-01-04-agent-session-runner-refactor-plan.md +230 -0
- mala_agent-1.0.0/plans/2026-01-04-locking-tools-design.md +604 -0
- mala_agent-1.0.0/plans/2026-01-04-locking-tools-impl-plan.md +327 -0
- mala_agent-1.0.0/plans/2026-01-04-orchestrator-refactor-plan.md +278 -0
- mala_agent-1.0.0/plans/2026-01-04-test-directory-reorganization-plan.md +346 -0
- mala_agent-1.0.0/plans/2026-01-04-wiring-dependencies-split-plan.md +197 -0
- mala_agent-1.0.0/plans/2026-01-05-cli-redesign.md +363 -0
- mala_agent-1.0.0/plans/2026-01-05-import-linter-fix-plan.md +358 -0
- mala_agent-1.0.0/plans/2026-01-05-mala-logs-cli-plan.md +263 -0
- mala_agent-1.0.0/plans/2026-01-05-mala-logs-cli-spec.md +100 -0
- mala_agent-1.0.0/plans/2026-01-05-persistent-run-mode-spec.md +95 -0
- mala_agent-1.0.0/plans/2026-01-05-test-migration-plan.md +481 -0
- mala_agent-1.0.0/plans/2026-01-05-watch-mode-plan.md +260 -0
- mala_agent-1.0.0/plans/2026-01-06-custom-validation-commands-plan.md +390 -0
- mala_agent-1.0.0/plans/2026-01-06-custom-validation-commands-spec.md +142 -0
- mala_agent-1.0.0/plans/2026-01-06-inline-custom-commands-plan.md +474 -0
- mala_agent-1.0.0/plans/2026-01-06-session-resume-plan.md +258 -0
- mala_agent-1.0.0/plans/2026-01-06-sigint-escalation-plan-v2.md +354 -0
- mala_agent-1.0.0/plans/2026-01-06-sigint-escalation-plan.md +217 -0
- mala_agent-1.0.0/plans/2026-01-06-sigint-escalation-spec.md +382 -0
- mala_agent-1.0.0/plans/2026-01-06-validate-every-non-watch-plan.md +308 -0
- mala_agent-1.0.0/plans/2026-01-07-agent-sdk-reviewer-plan.md +687 -0
- mala_agent-1.0.0/plans/2026-01-07-agent-sdk-reviewer-spec.md +224 -0
- mala_agent-1.0.0/plans/2026-01-07-agent-sdk-reviewer-v2-plan.md +418 -0
- mala_agent-1.0.0/plans/2026-01-07-claude-settings-config-plan.md +303 -0
- mala_agent-1.0.0/plans/2026-01-07-claude-settings-config-spec.md +151 -0
- mala_agent-1.0.0/plans/2026-01-07-epic-validation-trigger-spec.md +445 -0
- mala_agent-1.0.0/plans/2026-01-07-validation-triggers-plan.md +694 -0
- mala_agent-1.0.0/plans/2026-01-07-validation-triggers-tasks.md +876 -0
- mala_agent-1.0.0/plans/2026-01-09-cumulative-code-review-plan.md +852 -0
- mala_agent-1.0.0/plans/2026-01-09-resume-review-feedback-plan.md +471 -0
- mala_agent-1.0.0/plans/2026-01-10-evidence-check-config-spec.md +204 -0
- mala_agent-1.0.0/plans/2026-01-10-gleam-otp-architecture.md +4329 -0
- mala_agent-1.0.0/plans/2026-01-10-mala-init-plan.md +286 -0
- mala_agent-1.0.0/plans/2026-01-10-mala-init-spec.md +164 -0
- mala_agent-1.0.0/plans/2026-01-10-run-lifecycle-restructure-plan.md +382 -0
- mala_agent-1.0.0/plans/2026-01-10-run-lifecycle-restructure-spec.md +421 -0
- mala_agent-1.0.0/plans/2026-01-11-evidence-check-config-plan.md +281 -0
- mala_agent-1.0.0/plans/2026-01-11-init-evidence-checks-plan.md +330 -0
- mala_agent-1.0.0/plans/2026-01-11-init-evidence-checks-spec.md +170 -0
- mala_agent-1.0.0/plans/2026-01-12-code-review-logging-plan.md +305 -0
- mala_agent-1.0.0/plans/2026-01-12-code-review-refinement-spec.md +176 -0
- mala_agent-1.0.0/plans/2026-01-12-orchestrator-refactor-plan.md +327 -0
- mala_agent-1.0.0/plans/2026-01-12-per-issue-review-config-plan.md +426 -0
- mala_agent-1.0.0/plans/architecture-review-2026-01-12.md +330 -0
- mala_agent-1.0.0/plans/deadlock-logging-plan.md +509 -0
- mala_agent-1.0.0/plans/epic-verifier-prompt-guidelines.md +70 -0
- mala_agent-1.0.0/plans/quality-hardening-plan.md +399 -0
- mala_agent-1.0.0/plans/run-lifecycle-spec.md +60 -0
- mala_agent-1.0.0/pyproject.toml +549 -0
- mala_agent-1.0.0/src/__init__.py +18 -0
- mala_agent-1.0.0/src/cli/__init__.py +5 -0
- mala_agent-1.0.0/src/cli/cli.py +1560 -0
- mala_agent-1.0.0/src/cli/logs.py +631 -0
- mala_agent-1.0.0/src/cli/main.py +24 -0
- mala_agent-1.0.0/src/core/__init__.py +7 -0
- mala_agent-1.0.0/src/core/constants.py +13 -0
- mala_agent-1.0.0/src/core/log_events.py +481 -0
- mala_agent-1.0.0/src/core/models.py +290 -0
- mala_agent-1.0.0/src/core/protocols.py +2396 -0
- mala_agent-1.0.0/src/core/session_end_result.py +134 -0
- mala_agent-1.0.0/src/core/tool_name_extractor.py +399 -0
- mala_agent-1.0.0/src/domain/__init__.py +8 -0
- mala_agent-1.0.0/src/domain/deadlock.py +436 -0
- mala_agent-1.0.0/src/domain/evidence_check.py +1118 -0
- mala_agent-1.0.0/src/domain/lifecycle.py +869 -0
- mala_agent-1.0.0/src/domain/prompts.py +311 -0
- mala_agent-1.0.0/src/domain/validation/__init__.py +137 -0
- mala_agent-1.0.0/src/domain/validation/code_pattern_matcher.py +133 -0
- mala_agent-1.0.0/src/domain/validation/config.py +1230 -0
- mala_agent-1.0.0/src/domain/validation/config_loader.py +1301 -0
- mala_agent-1.0.0/src/domain/validation/config_merger.py +333 -0
- mala_agent-1.0.0/src/domain/validation/coverage.py +835 -0
- mala_agent-1.0.0/src/domain/validation/coverage_args.py +158 -0
- mala_agent-1.0.0/src/domain/validation/e2e.py +535 -0
- mala_agent-1.0.0/src/domain/validation/helpers.py +297 -0
- mala_agent-1.0.0/src/domain/validation/lint_cache.py +357 -0
- mala_agent-1.0.0/src/domain/validation/preset_registry.py +166 -0
- mala_agent-1.0.0/src/domain/validation/presets/__init__.py +2 -0
- mala_agent-1.0.0/src/domain/validation/presets/gleam.yaml +17 -0
- mala_agent-1.0.0/src/domain/validation/presets/go.yaml +18 -0
- mala_agent-1.0.0/src/domain/validation/presets/node-npm.yaml +24 -0
- mala_agent-1.0.0/src/domain/validation/presets/python-uv.yaml +24 -0
- mala_agent-1.0.0/src/domain/validation/presets/rust.yaml +18 -0
- mala_agent-1.0.0/src/domain/validation/result.py +48 -0
- mala_agent-1.0.0/src/domain/validation/runner.py +34 -0
- mala_agent-1.0.0/src/domain/validation/spec.py +729 -0
- mala_agent-1.0.0/src/domain/validation/spec_executor.py +436 -0
- mala_agent-1.0.0/src/domain/validation/spec_result_builder.py +399 -0
- mala_agent-1.0.0/src/domain/validation/spec_runner.py +442 -0
- mala_agent-1.0.0/src/domain/validation/spec_workspace.py +267 -0
- mala_agent-1.0.0/src/domain/validation/validation_gating.py +207 -0
- mala_agent-1.0.0/src/domain/validation/worktree.py +418 -0
- mala_agent-1.0.0/src/infra/__init__.py +17 -0
- mala_agent-1.0.0/src/infra/agent_runtime.py +439 -0
- mala_agent-1.0.0/src/infra/clients/__init__.py +31 -0
- mala_agent-1.0.0/src/infra/clients/agent_sdk_review.py +614 -0
- mala_agent-1.0.0/src/infra/clients/anthropic_client.py +85 -0
- mala_agent-1.0.0/src/infra/clients/beads_client.py +1007 -0
- mala_agent-1.0.0/src/infra/clients/cerberus_gate_cli.py +328 -0
- mala_agent-1.0.0/src/infra/clients/cerberus_review.py +341 -0
- mala_agent-1.0.0/src/infra/clients/review_output_parser.py +313 -0
- mala_agent-1.0.0/src/infra/epic_scope.py +195 -0
- mala_agent-1.0.0/src/infra/epic_verifier.py +1078 -0
- mala_agent-1.0.0/src/infra/git_utils.py +399 -0
- mala_agent-1.0.0/src/infra/hooks/__init__.py +82 -0
- mala_agent-1.0.0/src/infra/hooks/commit_guard.py +196 -0
- mala_agent-1.0.0/src/infra/hooks/dangerous_commands.py +214 -0
- mala_agent-1.0.0/src/infra/hooks/deadlock.py +216 -0
- mala_agent-1.0.0/src/infra/hooks/file_cache.py +254 -0
- mala_agent-1.0.0/src/infra/hooks/lint_cache.py +362 -0
- mala_agent-1.0.0/src/infra/hooks/locking.py +106 -0
- mala_agent-1.0.0/src/infra/io/__init__.py +31 -0
- mala_agent-1.0.0/src/infra/io/base_sink.py +475 -0
- mala_agent-1.0.0/src/infra/io/config.py +618 -0
- mala_agent-1.0.0/src/infra/io/console_sink.py +820 -0
- mala_agent-1.0.0/src/infra/io/event_sink.py +6 -0
- mala_agent-1.0.0/src/infra/io/log_output/__init__.py +1 -0
- mala_agent-1.0.0/src/infra/io/log_output/console.py +455 -0
- mala_agent-1.0.0/src/infra/io/log_output/run_metadata.py +1125 -0
- mala_agent-1.0.0/src/infra/io/session_log_parser.py +509 -0
- mala_agent-1.0.0/src/infra/issue_manager.py +338 -0
- mala_agent-1.0.0/src/infra/sdk_adapter.py +160 -0
- mala_agent-1.0.0/src/infra/sdk_transport.py +164 -0
- mala_agent-1.0.0/src/infra/sigint_guard.py +260 -0
- mala_agent-1.0.0/src/infra/telemetry.py +147 -0
- mala_agent-1.0.0/src/infra/tool_config.py +10 -0
- mala_agent-1.0.0/src/infra/tools/__init__.py +30 -0
- mala_agent-1.0.0/src/infra/tools/cerberus.py +70 -0
- mala_agent-1.0.0/src/infra/tools/command_runner.py +595 -0
- mala_agent-1.0.0/src/infra/tools/env.py +190 -0
- mala_agent-1.0.0/src/infra/tools/locking.py +783 -0
- mala_agent-1.0.0/src/infra/tools/locking_mcp.py +508 -0
- mala_agent-1.0.0/src/orchestration/__init__.py +13 -0
- mala_agent-1.0.0/src/orchestration/cli_support.py +139 -0
- mala_agent-1.0.0/src/orchestration/deadlock_handler.py +312 -0
- mala_agent-1.0.0/src/orchestration/factory.py +845 -0
- mala_agent-1.0.0/src/orchestration/orchestration_wiring.py +350 -0
- mala_agent-1.0.0/src/orchestration/orchestrator.py +1604 -0
- mala_agent-1.0.0/src/orchestration/orchestrator_state.py +41 -0
- mala_agent-1.0.0/src/orchestration/review_tracking.py +296 -0
- mala_agent-1.0.0/src/orchestration/run_config.py +169 -0
- mala_agent-1.0.0/src/orchestration/types.py +262 -0
- mala_agent-1.0.0/src/pipeline/__init__.py +75 -0
- mala_agent-1.0.0/src/pipeline/agent_session_runner.py +1162 -0
- mala_agent-1.0.0/src/pipeline/context_pressure_handler.py +254 -0
- mala_agent-1.0.0/src/pipeline/cumulative_review_runner.py +513 -0
- mala_agent-1.0.0/src/pipeline/epic_verification_coordinator.py +427 -0
- mala_agent-1.0.0/src/pipeline/fixer_interface.py +101 -0
- mala_agent-1.0.0/src/pipeline/gate_metadata.py +158 -0
- mala_agent-1.0.0/src/pipeline/gate_runner.py +369 -0
- mala_agent-1.0.0/src/pipeline/idle_retry_policy.py +380 -0
- mala_agent-1.0.0/src/pipeline/issue_execution_coordinator.py +664 -0
- mala_agent-1.0.0/src/pipeline/issue_finalizer.py +276 -0
- mala_agent-1.0.0/src/pipeline/issue_result.py +42 -0
- mala_agent-1.0.0/src/pipeline/lifecycle_effect_handler.py +671 -0
- mala_agent-1.0.0/src/pipeline/message_stream_processor.py +384 -0
- mala_agent-1.0.0/src/pipeline/review_formatter.py +104 -0
- mala_agent-1.0.0/src/pipeline/review_runner.py +408 -0
- mala_agent-1.0.0/src/pipeline/run_coordinator.py +1762 -0
- mala_agent-1.0.0/src/pipeline/session_callback_factory.py +1076 -0
- mala_agent-1.0.0/src/prompts/checkpoint_request.md +26 -0
- mala_agent-1.0.0/src/prompts/continuation.md +7 -0
- mala_agent-1.0.0/src/prompts/epic_verification.md +135 -0
- mala_agent-1.0.0/src/prompts/fixer.md +24 -0
- mala_agent-1.0.0/src/prompts/gate_followup.md +19 -0
- mala_agent-1.0.0/src/prompts/idle_resume.md +1 -0
- mala_agent-1.0.0/src/prompts/implementer_prompt.md +245 -0
- mala_agent-1.0.0/src/prompts/review_agent.md +141 -0
- mala_agent-1.0.0/src/prompts/review_followup.md +30 -0
- mala_agent-1.0.0/src/py.typed +0 -0
- mala_agent-1.0.0/src/scripts/lock-check.sh +34 -0
- mala_agent-1.0.0/src/scripts/lock-holder.sh +34 -0
- mala_agent-1.0.0/src/scripts/lock-release-all.sh +11 -0
- mala_agent-1.0.0/src/scripts/lock-release.sh +34 -0
- mala_agent-1.0.0/src/scripts/lock-try.sh +34 -0
- mala_agent-1.0.0/src/scripts/lock-wait.sh +36 -0
- mala_agent-1.0.0/src/scripts/test-mutex.sh +47 -0
- mala_agent-1.0.0/tests/AGENTS.md +45 -0
- mala_agent-1.0.0/tests/CLAUDE.md +45 -0
- mala_agent-1.0.0/tests/__init__.py +0 -0
- mala_agent-1.0.0/tests/conftest.py +185 -0
- mala_agent-1.0.0/tests/contracts/__init__.py +28 -0
- mala_agent-1.0.0/tests/contracts/test_command_runner_contract.py +123 -0
- mala_agent-1.0.0/tests/contracts/test_coordinator_callbacks_contract.py +124 -0
- mala_agent-1.0.0/tests/contracts/test_deadlock_monitor_contract.py +89 -0
- mala_agent-1.0.0/tests/contracts/test_env_config_contract.py +76 -0
- mala_agent-1.0.0/tests/contracts/test_epic_verification_contract.py +99 -0
- mala_agent-1.0.0/tests/contracts/test_event_sink_completeness.py +70 -0
- mala_agent-1.0.0/tests/contracts/test_gate_checker_contract.py +171 -0
- mala_agent-1.0.0/tests/contracts/test_issue_provider_contract.py +439 -0
- mala_agent-1.0.0/tests/contracts/test_lint_cache_contract.py +77 -0
- mala_agent-1.0.0/tests/contracts/test_lock_manager_contract.py +110 -0
- mala_agent-1.0.0/tests/contracts/test_sdk_client_contract.py +253 -0
- mala_agent-1.0.0/tests/contracts/test_stream_processor_contract.py +171 -0
- mala_agent-1.0.0/tests/e2e/__init__.py +0 -0
- mala_agent-1.0.0/tests/e2e/claude_auth.py +83 -0
- mala_agent-1.0.0/tests/e2e/conftest.py +32 -0
- mala_agent-1.0.0/tests/e2e/test_agent_sdk_e2e.py +219 -0
- mala_agent-1.0.0/tests/e2e/test_e2e.py +727 -0
- mala_agent-1.0.0/tests/e2e/test_epic_verifier_sdk.py +82 -0
- mala_agent-1.0.0/tests/e2e/test_lock_sdk.py +721 -0
- mala_agent-1.0.0/tests/e2e/test_mala_init.py +302 -0
- mala_agent-1.0.0/tests/e2e/test_review_gate.py +318 -0
- mala_agent-1.0.0/tests/e2e/test_session_resume.py +221 -0
- mala_agent-1.0.0/tests/fakes/__init__.py +71 -0
- mala_agent-1.0.0/tests/fakes/command_runner.py +203 -0
- mala_agent-1.0.0/tests/fakes/coordinator_callbacks.py +98 -0
- mala_agent-1.0.0/tests/fakes/deadlock_monitor.py +25 -0
- mala_agent-1.0.0/tests/fakes/env_config.py +32 -0
- mala_agent-1.0.0/tests/fakes/epic_model.py +170 -0
- mala_agent-1.0.0/tests/fakes/epic_verification.py +131 -0
- mala_agent-1.0.0/tests/fakes/event_sink.py +643 -0
- mala_agent-1.0.0/tests/fakes/gate_checker.py +136 -0
- mala_agent-1.0.0/tests/fakes/issue_provider.py +315 -0
- mala_agent-1.0.0/tests/fakes/lint_cache.py +38 -0
- mala_agent-1.0.0/tests/fakes/lock_manager.py +137 -0
- mala_agent-1.0.0/tests/fakes/locking_backend.py +133 -0
- mala_agent-1.0.0/tests/fakes/sdk_client.py +261 -0
- mala_agent-1.0.0/tests/fakes/stream_processor.py +101 -0
- mala_agent-1.0.0/tests/fixtures/cerberus/wait_error.json +12 -0
- mala_agent-1.0.0/tests/fixtures/cerberus/wait_fail.json +78 -0
- mala_agent-1.0.0/tests/fixtures/cerberus/wait_no_reviewers.json +7 -0
- mala_agent-1.0.0/tests/fixtures/cerberus/wait_pass.json +42 -0
- mala_agent-1.0.0/tests/fixtures/cerberus/wait_timeout.json +18 -0
- mala_agent-1.0.0/tests/fixtures/e2e-fixture/mala.yaml +14 -0
- mala_agent-1.0.0/tests/fixtures/e2e-fixture/pyproject.toml +23 -0
- mala_agent-1.0.0/tests/fixtures/e2e-fixture/src/app.py +2 -0
- mala_agent-1.0.0/tests/fixtures/e2e-fixture/tests/test_app.py +8 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/command-with-timeout.yaml +15 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/go-project.yaml +17 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/invalid-coverage-format.yaml +8 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/invalid-empty-command.yaml +3 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/invalid-no-commands.yaml +4 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/invalid-syntax.yaml +3 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/invalid-unknown-field.yaml +4 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/node-project.yaml +24 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/partial-config.yaml +4 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/preset-override.yaml +12 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/valid-full.yaml +31 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/valid-minimal.yaml +3 -0
- mala_agent-1.0.0/tests/fixtures/mala-configs/valid-preset-only.yaml +2 -0
- mala_agent-1.0.0/tests/fixtures/sdk_log_samples.jsonl +10 -0
- mala_agent-1.0.0/tests/integration/__init__.py +1 -0
- mala_agent-1.0.0/tests/integration/cli/__init__.py +1 -0
- mala_agent-1.0.0/tests/integration/cli/test_init.py +591 -0
- mala_agent-1.0.0/tests/integration/cli/test_logs_integration.py +152 -0
- mala_agent-1.0.0/tests/integration/domain/__init__.py +0 -0
- mala_agent-1.0.0/tests/integration/domain/test_deadlock.py +523 -0
- mala_agent-1.0.0/tests/integration/domain/test_epic_verifier.py +1580 -0
- mala_agent-1.0.0/tests/integration/domain/test_evidence_detection.py +400 -0
- mala_agent-1.0.0/tests/integration/domain/test_preset_registry.py +37 -0
- mala_agent-1.0.0/tests/integration/domain/test_validation_config.py +981 -0
- mala_agent-1.0.0/tests/integration/domain/validation/__init__.py +0 -0
- mala_agent-1.0.0/tests/integration/domain/validation/test_config_loading.py +336 -0
- mala_agent-1.0.0/tests/integration/infra/__init__.py +0 -0
- mala_agent-1.0.0/tests/integration/infra/test_command_runner.py +493 -0
- mala_agent-1.0.0/tests/integration/infra/test_lint_cache.py +208 -0
- mala_agent-1.0.0/tests/integration/infra/test_lock.py +1233 -0
- mala_agent-1.0.0/tests/integration/infra/test_lock_scripts.py +769 -0
- mala_agent-1.0.0/tests/integration/infra/test_locking_mcp.py +681 -0
- mala_agent-1.0.0/tests/integration/orchestration/__init__.py +0 -0
- mala_agent-1.0.0/tests/integration/orchestration/test_cumulative_review.py +213 -0
- mala_agent-1.0.0/tests/integration/orchestration/test_resume_baseline_timestamp.py +225 -0
- mala_agent-1.0.0/tests/integration/orchestration/test_resume_review_feedback.py +574 -0
- mala_agent-1.0.0/tests/integration/orchestration/test_run_end_trigger.py +263 -0
- mala_agent-1.0.0/tests/integration/orchestration/test_sigint_escalation.py +1546 -0
- mala_agent-1.0.0/tests/integration/orchestration/test_sigint_unified.py +549 -0
- mala_agent-1.0.0/tests/integration/pipeline/__init__.py +0 -0
- mala_agent-1.0.0/tests/integration/pipeline/test_agent_session_runner.py +4620 -0
- mala_agent-1.0.0/tests/integration/pipeline/test_watch_mode.py +755 -0
- mala_agent-1.0.0/tests/integration/test_agent_sdk_integration.py +422 -0
- mala_agent-1.0.0/tests/integration/test_run_lifecycle_restructure.py +1325 -0
- mala_agent-1.0.0/tests/integration/test_validation_triggers.py +402 -0
- mala_agent-1.0.0/tests/unit/__init__.py +0 -0
- mala_agent-1.0.0/tests/unit/cli/__init__.py +0 -0
- mala_agent-1.0.0/tests/unit/cli/test_cli.py +1542 -0
- mala_agent-1.0.0/tests/unit/cli/test_logs.py +1284 -0
- mala_agent-1.0.0/tests/unit/cli/test_main.py +2 -0
- mala_agent-1.0.0/tests/unit/core/__init__.py +0 -0
- mala_agent-1.0.0/tests/unit/core/test_log_events.py +776 -0
- mala_agent-1.0.0/tests/unit/domain/__init__.py +0 -0
- mala_agent-1.0.0/tests/unit/domain/test_code_pattern_matcher.py +317 -0
- mala_agent-1.0.0/tests/unit/domain/test_coverage.py +1326 -0
- mala_agent-1.0.0/tests/unit/domain/test_coverage_args.py +215 -0
- mala_agent-1.0.0/tests/unit/domain/test_dangerous_commands.py +263 -0
- mala_agent-1.0.0/tests/unit/domain/test_deadlock.py +357 -0
- mala_agent-1.0.0/tests/unit/domain/test_domain_prompts.py +439 -0
- mala_agent-1.0.0/tests/unit/domain/test_epic_scope.py +394 -0
- mala_agent-1.0.0/tests/unit/domain/test_epic_verification_retry.py +512 -0
- mala_agent-1.0.0/tests/unit/domain/test_evidence_check.py +5225 -0
- mala_agent-1.0.0/tests/unit/domain/test_lifecycle.py +443 -0
- mala_agent-1.0.0/tests/unit/domain/test_preset_registry.py +173 -0
- mala_agent-1.0.0/tests/unit/domain/test_spec.py +951 -0
- mala_agent-1.0.0/tests/unit/domain/test_spec_result_builder.py +256 -0
- mala_agent-1.0.0/tests/unit/domain/test_spec_workspace.py +797 -0
- mala_agent-1.0.0/tests/unit/domain/test_validation.py +3167 -0
- mala_agent-1.0.0/tests/unit/domain/test_validation_config.py +2484 -0
- mala_agent-1.0.0/tests/unit/domain/test_validation_gating.py +316 -0
- mala_agent-1.0.0/tests/unit/domain/validation/__init__.py +0 -0
- mala_agent-1.0.0/tests/unit/domain/validation/test_config_loader.py +844 -0
- mala_agent-1.0.0/tests/unit/domain/validation/test_e2e.py +42 -0
- mala_agent-1.0.0/tests/unit/domain/validation/test_helpers.py +341 -0
- mala_agent-1.0.0/tests/unit/infra/__init__.py +0 -0
- mala_agent-1.0.0/tests/unit/infra/clients/__init__.py +0 -0
- mala_agent-1.0.0/tests/unit/infra/clients/test_anthropic_client.py +135 -0
- mala_agent-1.0.0/tests/unit/infra/hooks/__init__.py +0 -0
- mala_agent-1.0.0/tests/unit/infra/hooks/test_deadlock_hook.py +632 -0
- mala_agent-1.0.0/tests/unit/infra/hooks/test_hooks.py +1396 -0
- mala_agent-1.0.0/tests/unit/infra/test_agent_runtime.py +464 -0
- mala_agent-1.0.0/tests/unit/infra/test_agent_sdk_review.py +836 -0
- mala_agent-1.0.0/tests/unit/infra/test_beads_client.py +2389 -0
- mala_agent-1.0.0/tests/unit/infra/test_cerberus_gate_cli.py +571 -0
- mala_agent-1.0.0/tests/unit/infra/test_cerberus_review.py +946 -0
- mala_agent-1.0.0/tests/unit/infra/test_config.py +693 -0
- mala_agent-1.0.0/tests/unit/infra/test_config_loader.py +672 -0
- mala_agent-1.0.0/tests/unit/infra/test_config_merger.py +1193 -0
- mala_agent-1.0.0/tests/unit/infra/test_epic_verifier_prompt.py +29 -0
- mala_agent-1.0.0/tests/unit/infra/test_event_sink.py +674 -0
- mala_agent-1.0.0/tests/unit/infra/test_git_utils.py +825 -0
- mala_agent-1.0.0/tests/unit/infra/test_lifecycle.py +844 -0
- mala_agent-1.0.0/tests/unit/infra/test_lint_cache.py +106 -0
- mala_agent-1.0.0/tests/unit/infra/test_locking_key.py +223 -0
- mala_agent-1.0.0/tests/unit/infra/test_logging_console.py +257 -0
- mala_agent-1.0.0/tests/unit/infra/test_review_output_parser.py +594 -0
- mala_agent-1.0.0/tests/unit/infra/test_sdk_adapter.py +72 -0
- mala_agent-1.0.0/tests/unit/infra/test_sdk_transport.py +99 -0
- mala_agent-1.0.0/tests/unit/infra/test_session_log_parser.py +554 -0
- mala_agent-1.0.0/tests/unit/infra/test_sigint_guard.py +335 -0
- mala_agent-1.0.0/tests/unit/infra/test_telemetry.py +75 -0
- mala_agent-1.0.0/tests/unit/infra/test_test_mutex.py +252 -0
- mala_agent-1.0.0/tests/unit/infra/test_tool_name_extractor.py +284 -0
- mala_agent-1.0.0/tests/unit/infra/test_worktree.py +849 -0
- mala_agent-1.0.0/tests/unit/infra/tools/__init__.py +1 -0
- mala_agent-1.0.0/tests/unit/infra/tools/test_command_runner.py +148 -0
- mala_agent-1.0.0/tests/unit/infra/tools/test_locking_mcp.py +581 -0
- mala_agent-1.0.0/tests/unit/orchestration/__init__.py +0 -0
- mala_agent-1.0.0/tests/unit/orchestration/test_deadlock_handler.py +813 -0
- mala_agent-1.0.0/tests/unit/orchestration/test_factory.py +1173 -0
- mala_agent-1.0.0/tests/unit/orchestration/test_interrupt_wiring.py +389 -0
- mala_agent-1.0.0/tests/unit/orchestration/test_issue_manager.py +505 -0
- mala_agent-1.0.0/tests/unit/orchestration/test_orchestration_helpers.py +881 -0
- mala_agent-1.0.0/tests/unit/orchestration/test_orchestration_wiring.py +354 -0
- mala_agent-1.0.0/tests/unit/orchestration/test_orchestrator.py +4724 -0
- mala_agent-1.0.0/tests/unit/orchestration/test_wip_prioritization.py +555 -0
- mala_agent-1.0.0/tests/unit/pipeline/__init__.py +0 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_agent_session_runner.py +497 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_context_pressure_handler.py +379 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_cumulative_review_runner.py +1243 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_epic_verification_coordinator.py +312 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_fixer_interface.py +273 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_gate_runner.py +321 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_idle_retry_policy.py +719 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_issue_execution_coordinator.py +898 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_issue_finalizer.py +178 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_issue_result.py +130 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_lifecycle_effect_handler.py +608 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_message_stream_processor.py +541 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_periodic_validation.py +392 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_review_runner.py +1020 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_run_coordinator.py +3003 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_run_metadata.py +1919 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_session_callback_factory.py +88 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_session_end_callback.py +786 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_session_end_remediation.py +761 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_session_end_result.py +348 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_trigger_execution.py +1548 -0
- mala_agent-1.0.0/tests/unit/pipeline/test_watch_mode.py +1238 -0
- mala_agent-1.0.0/tests/unit/test_lazy_imports.py +130 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# SQLite databases
|
|
2
|
+
*.db
|
|
3
|
+
*.db?*
|
|
4
|
+
*.db-journal
|
|
5
|
+
*.db-wal
|
|
6
|
+
*.db-shm
|
|
7
|
+
|
|
8
|
+
# Daemon runtime files
|
|
9
|
+
daemon.lock
|
|
10
|
+
daemon.log
|
|
11
|
+
daemon.pid
|
|
12
|
+
bd.sock
|
|
13
|
+
sync-state.json
|
|
14
|
+
last-touched
|
|
15
|
+
|
|
16
|
+
# Local version tracking (prevents upgrade notification spam after git ops)
|
|
17
|
+
.local_version
|
|
18
|
+
|
|
19
|
+
# Legacy database files
|
|
20
|
+
db.sqlite
|
|
21
|
+
bd.db
|
|
22
|
+
|
|
23
|
+
# Worktree redirect file (contains relative path to main repo's .beads/)
|
|
24
|
+
# Must not be committed as paths would be wrong in other clones
|
|
25
|
+
redirect
|
|
26
|
+
|
|
27
|
+
# Merge artifacts (temporary files from 3-way merge)
|
|
28
|
+
beads.base.jsonl
|
|
29
|
+
beads.base.meta.json
|
|
30
|
+
beads.left.jsonl
|
|
31
|
+
beads.left.meta.json
|
|
32
|
+
beads.right.jsonl
|
|
33
|
+
beads.right.meta.json
|
|
34
|
+
|
|
35
|
+
# NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here.
|
|
36
|
+
# They would override fork protection in .git/info/exclude, allowing
|
|
37
|
+
# contributors to accidentally commit upstream issue databases.
|
|
38
|
+
# The JSONL files (issues.jsonl, interactions.jsonl) and config files
|
|
39
|
+
# are tracked by git by default since no pattern above ignores them.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.43.0
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Beads - AI-Native Issue Tracking
|
|
2
|
+
|
|
3
|
+
Welcome to Beads! This repository uses **Beads** for issue tracking - a modern, AI-native tool designed to live directly in your codebase alongside your code.
|
|
4
|
+
|
|
5
|
+
## What is Beads?
|
|
6
|
+
|
|
7
|
+
Beads is issue tracking that lives in your repo, making it perfect for AI coding agents and developers who want their issues close to their code. No web UI required - everything works through the CLI and integrates seamlessly with git.
|
|
8
|
+
|
|
9
|
+
**Learn more:** [github.com/steveyegge/beads](https://github.com/steveyegge/beads)
|
|
10
|
+
|
|
11
|
+
## Quick Start
|
|
12
|
+
|
|
13
|
+
### Essential Commands
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
# Create new issues
|
|
17
|
+
bd create "Add user authentication"
|
|
18
|
+
|
|
19
|
+
# View all issues
|
|
20
|
+
bd list
|
|
21
|
+
|
|
22
|
+
# View issue details
|
|
23
|
+
bd show <issue-id>
|
|
24
|
+
|
|
25
|
+
# Update issue status
|
|
26
|
+
bd update <issue-id> --status in_progress
|
|
27
|
+
bd update <issue-id> --status done
|
|
28
|
+
|
|
29
|
+
# Sync with git remote
|
|
30
|
+
bd sync
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### Working with Issues
|
|
34
|
+
|
|
35
|
+
Issues in Beads are:
|
|
36
|
+
- **Git-native**: Stored in `.beads/issues.jsonl` and synced like code
|
|
37
|
+
- **AI-friendly**: CLI-first design works perfectly with AI coding agents
|
|
38
|
+
- **Branch-aware**: Issues can follow your branch workflow
|
|
39
|
+
- **Always in sync**: Auto-syncs with your commits
|
|
40
|
+
|
|
41
|
+
## Why Beads?
|
|
42
|
+
|
|
43
|
+
✨ **AI-Native Design**
|
|
44
|
+
- Built specifically for AI-assisted development workflows
|
|
45
|
+
- CLI-first interface works seamlessly with AI coding agents
|
|
46
|
+
- No context switching to web UIs
|
|
47
|
+
|
|
48
|
+
🚀 **Developer Focused**
|
|
49
|
+
- Issues live in your repo, right next to your code
|
|
50
|
+
- Works offline, syncs when you push
|
|
51
|
+
- Fast, lightweight, and stays out of your way
|
|
52
|
+
|
|
53
|
+
🔧 **Git Integration**
|
|
54
|
+
- Automatic sync with git commits
|
|
55
|
+
- Branch-aware issue tracking
|
|
56
|
+
- Intelligent JSONL merge resolution
|
|
57
|
+
|
|
58
|
+
## Get Started with Beads
|
|
59
|
+
|
|
60
|
+
Try Beads in your own projects:
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
# Install Beads
|
|
64
|
+
curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
|
|
65
|
+
|
|
66
|
+
# Initialize in your repo
|
|
67
|
+
bd init
|
|
68
|
+
|
|
69
|
+
# Create your first issue
|
|
70
|
+
bd create "Try out Beads"
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
## Learn More
|
|
74
|
+
|
|
75
|
+
- **Documentation**: [github.com/steveyegge/beads/docs](https://github.com/steveyegge/beads/tree/main/docs)
|
|
76
|
+
- **Quick Start Guide**: Run `bd quickstart`
|
|
77
|
+
- **Examples**: [github.com/steveyegge/beads/examples](https://github.com/steveyegge/beads/tree/main/examples)
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
*Beads: Issue tracking that moves at the speed of thought* ⚡
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Beads Configuration File
|
|
2
|
+
# This file configures default behavior for all bd commands in this repository
|
|
3
|
+
# All settings can also be set via environment variables (BD_* prefix)
|
|
4
|
+
# or overridden with command-line flags
|
|
5
|
+
|
|
6
|
+
# Issue prefix for this repository (used by bd init)
|
|
7
|
+
# If not set, bd init will auto-detect from directory name
|
|
8
|
+
# Example: issue-prefix: "myproject" creates issues like "myproject-1", "myproject-2", etc.
|
|
9
|
+
# issue-prefix: ""
|
|
10
|
+
|
|
11
|
+
# Use no-db mode: load from JSONL, no SQLite, write back after each command
|
|
12
|
+
# When true, bd will use .beads/issues.jsonl as the source of truth
|
|
13
|
+
# instead of SQLite database
|
|
14
|
+
# no-db: false
|
|
15
|
+
|
|
16
|
+
# Disable daemon for RPC communication (forces direct database access)
|
|
17
|
+
# no-daemon: false
|
|
18
|
+
|
|
19
|
+
# Disable auto-flush of database to JSONL after mutations
|
|
20
|
+
# no-auto-flush: false
|
|
21
|
+
|
|
22
|
+
# Disable auto-import from JSONL when it's newer than database
|
|
23
|
+
# no-auto-import: false
|
|
24
|
+
|
|
25
|
+
# Enable JSON output by default
|
|
26
|
+
# json: false
|
|
27
|
+
|
|
28
|
+
# Default actor for audit trails (overridden by BD_ACTOR or --actor)
|
|
29
|
+
# actor: ""
|
|
30
|
+
|
|
31
|
+
# Path to database (overridden by BEADS_DB or --db)
|
|
32
|
+
# db: ""
|
|
33
|
+
|
|
34
|
+
# Auto-start daemon if not running (can also use BEADS_AUTO_START_DAEMON)
|
|
35
|
+
# auto-start-daemon: true
|
|
36
|
+
|
|
37
|
+
# Debounce interval for auto-flush (can also use BEADS_FLUSH_DEBOUNCE)
|
|
38
|
+
# flush-debounce: "5s"
|
|
39
|
+
|
|
40
|
+
# Git branch for beads commits (bd sync will commit to this branch)
|
|
41
|
+
# IMPORTANT: Set this for team projects so all clones use the same sync branch.
|
|
42
|
+
# This setting persists across clones (unlike database config which is gitignored).
|
|
43
|
+
# Can also use BEADS_SYNC_BRANCH env var for local override.
|
|
44
|
+
# If not set, bd sync will require you to run 'bd config set sync.branch <branch>'.
|
|
45
|
+
# sync-branch: "beads-sync"
|
|
46
|
+
|
|
47
|
+
# Multi-repo configuration (experimental - bd-307)
|
|
48
|
+
# Allows hydrating from multiple repositories and routing writes to the correct JSONL
|
|
49
|
+
# repos:
|
|
50
|
+
# primary: "." # Primary repo (where this database lives)
|
|
51
|
+
# additional: # Additional repos to hydrate from (read-only)
|
|
52
|
+
# - ~/beads-planning # Personal planning repo
|
|
53
|
+
# - ~/work-planning # Work planning repo
|
|
54
|
+
|
|
55
|
+
# Integration settings (access with 'bd config get/set')
|
|
56
|
+
# These are stored in the database, not in this file:
|
|
57
|
+
# - jira.url
|
|
58
|
+
# - jira.project
|
|
59
|
+
# - linear.url
|
|
60
|
+
# - linear.api-key
|
|
61
|
+
# - github.org
|
|
62
|
+
# - github.repo
|