CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SKILL.md
pyproject.toml
adamast.egg-info/PKG-INFO
adamast.egg-info/SOURCES.txt
adamast.egg-info/dependency_links.txt
adamast.egg-info/entry_points.txt
adamast.egg-info/requires.txt
adamast.egg-info/top_level.txt
adamast_integration/__init__.py
adamast_integration/shared.py
adamast_integration/claude_code/__init__.py
adamast_integration/claude_code/browser_picker.py
adamast_integration/claude_code/config.py
adamast_integration/claude_code/custom.py
adamast_integration/claude_code/dispatcher.py
adamast_integration/claude_code/install.py
adamast_integration/claude_code/learning_jobs.py
adamast_integration/claude_code/manage_hooks.py
adamast_integration/claude_code/native_worker.py
adamast_integration/claude_code/prompts.py
adamast_integration/claude_code/reflection.py
adamast_integration/claude_code/runtime.py
adamast_integration/claude_code/session_routes.py
adamast_integration/claude_code/state.py
adamast_integration/claude_code/subagent_protocol.py
adamast_integration/claude_code/transcript.py
adamast_integration/claude_code/uninstall.py
adamast_integration/claude_code/assets/final_gate_tail.md
adamast_integration/claude_code/assets/hook_events.json
adamast_integration/claude_code/assets/standing_prompt.md
adamast_integration/claude_code/hooks/__init__.py
adamast_integration/claude_code/hooks/post_tool_use.py
adamast_integration/claude_code/hooks/post_tool_use_failure.py
adamast_integration/claude_code/hooks/session_end.py
adamast_integration/claude_code/hooks/session_start.py
adamast_integration/claude_code/hooks/stop.py
adamast_integration/claude_code/hooks/subagent_stop.py
adamast_integration/claude_code/hooks/task_completed.py
adamast_integration/claude_code/hooks/user_prompt_submit.py
adamast_integration/codex/__init__.py
adamast_integration/codex/browser_picker.py
adamast_integration/codex/config.py
adamast_integration/codex/dispatcher.py
adamast_integration/codex/install.py
adamast_integration/codex/learning_jobs.py
adamast_integration/codex/native_worker.py
adamast_integration/codex/prompts.py
adamast_integration/codex/runtime.py
adamast_integration/codex/selector.py
adamast_integration/codex/session_routes.py
adamast_integration/codex/state.py
adamast_integration/codex/subagent_protocol.py
adamast_integration/codex/transcript.py
adamast_integration/codex/uninstall.py
adamast_integration/codex/assets/SKILL.md
adamast_integration/codex/assets/final_gate_tail.md
adamast_integration/codex/assets/openai.yaml
adamast_integration/codex/assets/standing_prompt.md
adamast_integration/interactive/__init__.py
adamast_integration/interactive/browser_picker.py
adamast_integration/interactive/defaults.py
adamast_integration/interactive/learning_jobs.py
adamast_integration/interactive/selector.py
adamast_integration/interactive/session_routes.py
adamast_integration/interactive/subagent_protocol.py
adamast_integration/interactive/worker_contract.py
adamast_integration/single_llm/__init__.py
adamast_integration/single_llm/cli.py
adamast_integration/single_llm/runtime.py
adamast_integration/single_llm/assets/standing_prompt.md
adamast_runtime/__init__.py
adamast_runtime/checkpoint_prompt.py
adamast_runtime/config.py
adamast_runtime/dashboard.py
adamast_runtime/doctor.py
adamast_runtime/evidence.py
adamast_runtime/evidence_export.py
adamast_runtime/fsio.py
adamast_runtime/generation.py
adamast_runtime/import_generation.py
adamast_runtime/learning_calls.py
adamast_runtime/lifecycle.py
adamast_runtime/lineage.py
adamast_runtime/models.py
adamast_runtime/options.py
adamast_runtime/program.py
adamast_runtime/project_scope.py
adamast_runtime/protocol.py
adamast_runtime/redaction.py
adamast_runtime/refinement.py
adamast_runtime/reflection.py
adamast_runtime/reflection_refinement.py
adamast_runtime/register_taxonomy.py
adamast_runtime/repository.py
adamast_runtime/status.py
adamast_runtime/taxonomy_data.py
adamast_runtime/traces.py
adamast_runtime/traces_cli.py
adamast_runtime/worker_state.py
adamast_runtime/assets/adamast_config.schema.json
adamast_runtime/assets/checkpoint_reflection.md
adamast_runtime/assets/dashboard.html
adamast_runtime/assets/format_repair.md
adamast_runtime/assets/model_profiles.json
adamast_runtime/assets/pre_submission_protocol.md
adamast_runtime/assets/refinement_repair.md
adamast_runtime/assets/refinement_support_judge.md
adamast_runtime/assets/reflection_refiner_system.md
adamast_runtime/assets/reflection_refiner_user.md
adamast_runtime/assets/standard_refinement_prompt.md
docs/API_OR_RUNTIME.md
docs/ARCHITECTURE.md
docs/CLAUDE_CODE.md
docs/CODEX.md
docs/COMPATIBILITY.md
docs/CONCEPTS.md
docs/CONFIGURATION.md
docs/CUSTOMIZATION.md
docs/DASHBOARD.md
docs/EXAMPLE_RUN.md
docs/GETTING_STARTED.md
docs/INSTALLATION.md
docs/INTEGRATION.md
docs/INTERACTIVE_CONVERSATIONS_RFC.md
docs/INTERACTIVE_SETUP.md
docs/NATIVE_LEARNING.md
docs/README.md
docs/SINGLE_LLM.md
docs/TAXONOMIES.md
docs/TRACES_AND_LEARNING.md
docs/TROUBLESHOOTING.md
docs/WEB_API.md
docs/adamast_runtime_loop.png
docs/index.md
docs/assets/screenshots/dashboard-demo.png
finding/__init__.py
finding/__main__.py
finding/cli.py
finding/mast.json
finding/mast.py
finding/resolver.py
finding/store.py
finding/webview.py
finding/assets/webview.html
judge_types/__init__.py
judge_types/selection_summary_judge.py
judge_types/simple.py
judge_types/assets/calibration/system.md
judge_types/assets/calibration/user.md
judge_types/assets/coverage/system.md
judge_types/assets/coverage/user.md
judge_types/assets/mapping/system.md
judge_types/assets/mapping/user.md
judge_types/assets/quality/system.md
judge_types/assets/quality/user.md
judge_types/assets/selection/system.md
judge_types/assets/selection/user.md
judge_types/reflection_judge/__init__.py
judge_types/reflection_judge/_llm.py
judge_types/reflection_judge/judge.py
judge_types/reflection_judge/prompts.py
judge_types/reflection_judge/schema.py
judge_types/reflection_judge/selection.py
judge_types/reflection_judge/assets/analysis_system.md
judge_types/reflection_judge/assets/analysis_user.md
judge_types/reflection_judge/assets/mapping_system.md
judge_types/reflection_judge/assets/mapping_user.md
judge_types/reflection_judge/assets/retry_user.md
judge_types/reflection_judge/assets/schema_enums.json
judge_types/reflection_judge/assets/single_call_system.md
judge_types/reflection_judge/assets/single_call_user.md
tests/test_adapter_contracts.py
tests/test_claude_code_integration.py
tests/test_claude_native_learning.py
tests/test_cli.py
tests/test_codex_integration.py
tests/test_codex_learning_jobs.py
tests/test_config.py
tests/test_conversation_scope.py
tests/test_custom_hooks.py
tests/test_dashboard.py
tests/test_doctor.py
tests/test_fsio.py
tests/test_generation_lifecycle.py
tests/test_import_generation.py
tests/test_judge_implementations.py
tests/test_judge_types.py
tests/test_learning_calls.py
tests/test_lifecycle.py
tests/test_mast.py
tests/test_project_scope.py
tests/test_protocol.py
tests/test_redaction.py
tests/test_refinement_lifecycle.py
tests/test_refiner_no_retire.py
tests/test_reflection_parser.py
tests/test_register_taxonomy.py
tests/test_repository.py
tests/test_resolver.py
tests/test_runtime_options.py
tests/test_runtime_robustness.py
tests/test_single_llm_integration.py
tests/test_skip_judge.py
tests/test_status.py
tests/test_store.py
tests/test_taxonomy_data.py
tests/test_traces.py
tests/test_traces_cli.py
tests/test_webview.py
vendor/__init__.py
vendor/adamast/LICENSE
vendor/adamast/VENDORED.md
vendor/adamast/__init__.py
vendor/adamast/__main__.py
vendor/adamast/api.py
vendor/adamast/classifier.py
vendor/adamast/cli.py
vendor/adamast/config.py
vendor/adamast/llm.py
vendor/adamast/utils.py
vendor/adamast/assets/classifier_system.md
vendor/adamast/assets/classifier_user.md
vendor/adamast/pipeline/__init__.py
vendor/adamast/pipeline/check.py
vendor/adamast/pipeline/dedup.py
vendor/adamast/pipeline/domain.py
vendor/adamast/pipeline/generator.py
vendor/adamast/pipeline/pipeline.py
vendor/adamast/pipeline/prompts.py
vendor/adamast/pipeline/structure.py
vendor/adamast/pipeline/validate.py
vendor/adamast/pipeline/assets/README.md
vendor/adamast/pipeline/assets/a_failure_categories.md
vendor/adamast/pipeline/assets/category_a_architectural.md
vendor/adamast/pipeline/assets/category_a_common_header.md
vendor/adamast/pipeline/assets/category_a_empirical.md
vendor/adamast/pipeline/assets/category_ab_requirements.md
vendor/adamast/pipeline/assets/category_b_stage.md
vendor/adamast/pipeline/assets/category_c_common_header.md
vendor/adamast/pipeline/assets/category_c_domain_seeded.md
vendor/adamast/pipeline/assets/category_c_requirements.md
vendor/adamast/pipeline/assets/category_c_trace_grounded.md
vendor/adamast/pipeline/assets/category_merge.md
vendor/adamast/pipeline/assets/category_stage_execution.md
vendor/adamast/pipeline/assets/check_overlaps.md
vendor/adamast/pipeline/assets/checker_terms.json
vendor/adamast/pipeline/assets/cross_category_dedup.md
vendor/adamast/pipeline/assets/cross_category_validate.md
vendor/adamast/pipeline/assets/domain_analysis.md
vendor/adamast/pipeline/assets/fix_category_a.md
vendor/adamast/pipeline/assets/fix_category_b.md
vendor/adamast/pipeline/assets/fix_category_c.md
vendor/adamast/pipeline/assets/fix_validation_issues.md
vendor/adamast/pipeline/assets/max_codes_cap.md
vendor/adamast/pipeline/assets/role_classification.md
vendor/adamast/pipeline/assets/role_definitions.json
vendor/adamast/pipeline/assets/trace_structure.md
vendor/adamast/traces/__init__.py
vendor/adamast/traces/loader.py
vendor/adamast/traces/normalizer.py
vendor/adamast/traces/signals.py