CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASING.md
SECURITY.md
pyproject.toml
requirements-release.in
requirements-release.txt
pebra/__init__.py
pebra/__main__.py
pebra/composition.py
pebra/learning_composition.py
pebra/observatory_context.py
pebra.egg-info/PKG-INFO
pebra.egg-info/SOURCES.txt
pebra.egg-info/dependency_links.txt
pebra.egg-info/entry_points.txt
pebra.egg-info/requires.txt
pebra.egg-info/top_level.txt
pebra/adapters/__init__.py
pebra/adapters/_ast_utils.py
pebra/adapters/_paths.py
pebra/adapters/architecture_map.py
pebra/adapters/ast_diff_adapter.py
pebra/adapters/ast_import_graph.py
pebra/adapters/bandit_adapter.py
pebra/adapters/calibration_store.py
pebra/adapters/candidate_application.py
pebra/adapters/candidate_binding.py
pebra/adapters/candidate_edits.py
pebra/adapters/candidate_gate.py
pebra/adapters/candidate_replay_cache.py
pebra/adapters/codegraph_adapter.py
pebra/adapters/codegraph_candidate_refinement.py
pebra/adapters/codegraph_graph_reader.py
pebra/adapters/codegraph_materialized_diff.py
pebra/adapters/composite_evidence.py
pebra/adapters/continuity_witness.py
pebra/adapters/contract_surface.py
pebra/adapters/enforcement_capability.py
pebra/adapters/evidence_merge.py
pebra/adapters/gate_check_adapter.py
pebra/adapters/git_adapter.py
pebra/adapters/git_change_verifier.py
pebra/adapters/import_graph_cache.py
pebra/adapters/learning_store.py
pebra/adapters/patch_header_adapter.py
pebra/adapters/patch_materializer.py
pebra/adapters/paths.py
pebra/adapters/rca_adapter.py
pebra/adapters/repository_registry.py
pebra/adapters/request_evidence.py
pebra/adapters/sanction_store.py
pebra/adapters/snapshot_read_store.py
pebra/adapters/structural_feature_adapter.py
pebra/adapters/yaml_config.py
pebra/adapters/store/__init__.py
pebra/adapters/store/db.py
pebra/app/__init__.py
pebra/app/accept_risk_controller.py
pebra/app/assess_controller.py
pebra/app/candidate_apply_controller.py
pebra/app/finalize_outcome_controller.py
pebra/app/human_approval_controller.py
pebra/app/learning_controller.py
pebra/app/observatory_query_controller.py
pebra/app/promotion_controller.py
pebra/app/record_outcome_controller.py
pebra/app/verify_controller.py
pebra/cli/__init__.py
pebra/cli/accept_risk.py
pebra/cli/agent_init.py
pebra/cli/apply_candidate.py
pebra/cli/assess.py
pebra/cli/candidate_patch.py
pebra/cli/capabilities.py
pebra/cli/dashboard.py
pebra/cli/dependents.py
pebra/cli/finalize_outcome.py
pebra/cli/gate_check.py
pebra/cli/gate_hook.py
pebra/cli/graph_stats.py
pebra/cli/learn.py
pebra/cli/main.py
pebra/cli/promote.py
pebra/cli/record_outcome.py
pebra/cli/scorecard.py
pebra/cli/setup_graph.py
pebra/cli/tui.py
pebra/cli/verify.py
pebra/core/__init__.py
pebra/core/apply_snapshot.py
pebra/core/assessment_builder.py
pebra/core/benefit_aggregation.py
pebra/core/benefit_model.py
pebra/core/calibrated_priors.py
pebra/core/candidate_aggregation.py
pebra/core/candidate_parser.py
pebra/core/candidate_refinement.py
pebra/core/change_classifier.py
pebra/core/confidence_gate.py
pebra/core/constants.py
pebra/core/dashboard_metrics.py
pebra/core/decision_engine.py
pebra/core/destructive_op_model.py
pebra/core/engine_argv.py
pebra/core/engine_paths.py
pebra/core/explanation_generator.py
pebra/core/exposure_model.py
pebra/core/file_risk_aggregation.py
pebra/core/graph_trust.py
pebra/core/graph_version.py
pebra/core/high_risk_controls.py
pebra/core/language_capability.py
pebra/core/learning_eval.py
pebra/core/model_guidance.py
pebra/core/models.py
pebra/core/modify_risk_model.py
pebra/core/outcome_labels.py
pebra/core/patch_paths.py
pebra/core/post_assessment_guardrails.py
pebra/core/prediction_capture.py
pebra/core/prediction_error.py
pebra/core/promotion_evaluator.py
pebra/core/query_validator.py
pebra/core/rca_engine_paths.py
pebra/core/request_validator.py
pebra/core/risk_fact_decay.py
pebra/core/score_math.py
pebra/core/score_normalizer.py
pebra/core/snapshot_reconciler.py
pebra/core/structural_features.py
pebra/core/variance_bounds.py
pebra/core/warm_prior.py
pebra/core/weight_resolver.py
pebra/dashboard/__init__.py
pebra/dashboard/api.py
pebra/dashboard/auth.py
pebra/dashboard/ports.py
pebra/dashboard/server.py
pebra/dashboard/static/app.js
pebra/dashboard/static/style.css
pebra/dashboard/static/vendor/uplot.LICENSE.txt
pebra/dashboard/static/vendor/uplot.iife.min.js
pebra/dashboard/static/vendor/uplot.min.css
pebra/dashboard/templates/index.html
pebra/mcp_server/__init__.py
pebra/mcp_server/__main__.py
pebra/mcp_server/server.py
pebra/ports/__init__.py
pebra/ports/architecture_knowledge_port.py
pebra/ports/blast_radius_port.py
pebra/ports/calibration_port.py
pebra/ports/candidate_application_port.py
pebra/ports/candidate_binding_port.py
pebra/ports/candidate_replay_port.py
pebra/ports/change_verifier_port.py
pebra/ports/config_port.py
pebra/ports/contract_surface_port.py
pebra/ports/evidence_port.py
pebra/ports/fanin_port.py
pebra/ports/file_fanin_port.py
pebra/ports/graph_risk_refinement_port.py
pebra/ports/language_capability_port.py
pebra/ports/learning_port.py
pebra/ports/materialized_diff_port.py
pebra/ports/observatory_read_port.py
pebra/ports/outcome_port.py
pebra/ports/repository_registry_port.py
pebra/ports/sanction_port.py
pebra/ports/snapshot_read_port.py
pebra/ports/store_port.py
pebra/ports/structural_feature_port.py
pebra/ports/symbol_diff_port.py
pebra/tui/__init__.py
pebra/tui/app.py
pebra/tui/data.py
pebra/tui/theme.py
pebra/tui/theme.tcss
pebra/tui/screens/__init__.py
pebra/tui/screens/detail.py
pebra/tui/screens/observatory.py
pebra/tui/widgets/__init__.py
pebra/tui/widgets/ledger_table.py
pebra/tui/widgets/score_sparklines.py
pebra/tui/widgets/status_header.py
tests/test_core_only_import.py
tests/test_core_stdlib_only.py