LICENSE
README.md
pyproject.toml
jangseung.egg-info/PKG-INFO
jangseung.egg-info/SOURCES.txt
jangseung.egg-info/dependency_links.txt
jangseung.egg-info/entry_points.txt
jangseung.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/citizen_one.py
src/contracts.py
src/provider_adapter.py
src/agents/__init__.py
src/agents/noop.py
src/classify/__init__.py
src/classify/rules.py
src/cli/__init__.py
src/cli/__main__.py
src/cli/hook_run.py
src/cli/install.py
src/cli/main.py
src/evidence/__init__.py
src/evidence/action_boundary.py
src/evidence/action_decision_routing.py
src/evidence/aeg_state_write_denial.py
src/evidence/b1_aeg_integrity_evidence_binding.py
src/evidence/b1_aeg_integrity_guard.py
src/evidence/b1_aeg_integrity_verify.py
src/evidence/b2_executor_like_ingress_harness.py
src/evidence/b2_executor_like_routing_evidence.py
src/evidence/b2_executor_write_router.py
src/evidence/b3_capability_policy_contract.py
src/evidence/b3_capability_policy_evidence.py
src/evidence/b3_worktree_scope_path_fixtures.py
src/evidence/binding.py
src/evidence/capability_exposure.py
src/evidence/capability_isolation.py
src/evidence/claude_code_hook_install_dry_run_candidate.py
src/evidence/claude_code_pretooluse_input_contract.py
src/evidence/claude_code_pretooluse_response_schema_candidate.py
src/evidence/claude_code_tool_call_mapping.py
src/evidence/demo_runtime_flow.py
src/evidence/deny_only_mediator.py
src/evidence/deterministic_model_like_adapter.py
src/evidence/evidence_store.py
src/evidence/executor_output_ingress.py
src/evidence/hook_decision_adapter.py
src/evidence/hook_evidence_binding.py
src/evidence/hook_evidence_verification_gate.py
src/evidence/hook_judgment_engine_alignment.py
src/evidence/hook_response_envelope_candidate.py
src/evidence/hook_response_serialization_candidate.py
src/evidence/hook_runtime_entrypoint_dry_candidate.py
src/evidence/ledger_integrity.py
src/evidence/mediated_aeg_write_path.py
src/evidence/mediated_repo_boundary_write_path.py
src/evidence/mediated_write_boundary.py
src/evidence/mediated_write_evidence_binding.py
src/evidence/mutation_boundary.py
src/evidence/packet.py
src/evidence/phase11a_completion_baseline.py
src/evidence/phase11a_known_gap_blocked_transition.py
src/evidence/phase11a_rollback_kill_path.py
src/evidence/phase11a_save_run_write_routing.py
src/evidence/phase11a_write_route_evidence_binding.py
src/evidence/pre_live_executor_gate.py
src/evidence/proposal_evidence.py
src/evidence/restricted_propose_only_executor.py
src/evidence/schema.py
src/evidence/store_adjacent_runtime_seal.py
src/evidence/store_write_mediation.py
src/evidence/structured_action_capabilities.py
src/evidence/structured_action_injection_fixtures.py
src/evidence/structured_action_symlink_realpath_fixtures.py
src/evidence/structured_actions.py
src/evidence/tool_surface.py
src/evidence/verify.py
src/evidence/write_bypass_harness.py
src/law/__init__.py
src/law/gates.py
src/state/__init__.py
src/state/doctor.py
src/state/evidence_query.py
src/state/git.py
src/state/hook_ledger.py
src/state/store.py
tests/test_b1_aeg_integrity_evidence_binding.py
tests/test_b1_aeg_integrity_guard.py
tests/test_b1_aeg_integrity_known_gap_harness.py
tests/test_b1_aeg_integrity_verify_rejection.py
tests/test_b2_executor_like_routing_evidence_verify.py
tests/test_b2_executor_like_write_ingress_harness.py
tests/test_b2_executor_write_routing.py
tests/test_b2_executor_write_routing_integration_boundary.py
tests/test_b3_capability_policy_contract.py
tests/test_b3_capability_policy_evidence_verify.py
tests/test_b3_worktree_scope_path_fixtures.py
tests/test_classify_law.py
tests/test_cli_install_uninstall.py
tests/test_cli_runtime.py
tests/test_evidence_cli.py
tests/test_hook_ledger.py
tests/test_packaging.py
tests/test_phase10_e2_deny_only_mediator.py
tests/test_phase10_e3_mediated_aeg_write_denial.py
tests/test_phase10_e4_mediated_outside_repo_write_denial.py
tests/test_phase10_e5_mediated_write_evidence_binding.py
tests/test_phase10_e6_write_mediation_verify_mismatch_rejection.py
tests/test_phase10_write_bypass_known_gap.py
tests/test_phase11a_completion_baseline.py
tests/test_phase11a_known_gap_blocked_transition.py
tests/test_phase11a_rollback_kill_path.py
tests/test_phase11a_save_run_write_routing.py
tests/test_phase11a_write_route_evidence_binding.py
tests/test_phase11b_4_0_restricted_model_executor_structure_gate.py
tests/test_phase11b_4_1_deterministic_model_like_adapter.py
tests/test_phase11b_4_2_provider_boundary_scope_design_gate.py
tests/test_phase11b_4_pre_provider_completion_baseline.py
tests/test_phase11b_action_capability_gate.py
tests/test_phase11b_demo_runtime_flow.py
tests/test_phase11b_executor_output_ingress_adapter.py
tests/test_phase11b_proposal_evidence.py
tests/test_phase11b_restricted_propose_only_executor.py
tests/test_phase11b_store_adjacent_runtime_seal.py
tests/test_phase11b_store_write_mediation.py
tests/test_phase11b_structural_contract_enforcement.py
tests/test_phase11b_structured_actions.py
tests/test_phase11b_symlink_realpath_escape_fixtures.py
tests/test_phase11b_tool_injection_escape_fixtures.py
tests/test_phase11b_validator_enforced_routing_batch.py
tests/test_phase11c_1_claude_code_pretooluse_input_contract.py
tests/test_phase11c_2_tool_call_to_structured_action_mapping.py
tests/test_phase11c_3_hook_decision_adapter.py
tests/test_phase11c_4_hook_evidence_binding.py
tests/test_phase11c_5_hook_evidence_verification_gate.py
tests/test_phase11c_6_hook_response_envelope_candidate.py
tests/test_phase11c_7_hook_response_serialization_candidate.py
tests/test_phase11c_8_hook_judgment_engine_alignment.py
tests/test_phase11c_runtime_readiness_completion_bundle.py
tests/test_phase11d_1_claude_code_hook_install_dry_run_candidate.py
tests/test_phase11d_2_aeg_hook_run_stdin_stdout_wiring.py