README.md
pyproject.toml
stipul/__init__.py
stipul/exceptions.py
stipul/models.py
stipul/scanner.py
stipul.egg-info/PKG-INFO
stipul.egg-info/SOURCES.txt
stipul.egg-info/dependency_links.txt
stipul.egg-info/entry_points.txt
stipul.egg-info/requires.txt
stipul.egg-info/top_level.txt
stipul/charter/__init__.py
stipul/charter/delegation.py
stipul/charter/permits.py
stipul/charter/budget/__init__.py
stipul/charter/budget/decay.py
stipul/charter/budget/state.py
stipul/charter/budget/tracker.py
stipul/charter/contract/__init__.py
stipul/charter/contract/inheritance.py
stipul/charter/contract/lint.py
stipul/charter/contract/loader.py
stipul/charter/contract/merge.py
stipul/charter/contract/schema.py
stipul/charter/contract/templates.py
stipul/charter/contract/utils.py
stipul/charter/engine/__init__.py
stipul/charter/engine/policy.py
stipul/charter/token/__init__.py
stipul/charter/token/mint.py
stipul/charter/token/validate.py
stipul/chronicle/__init__.py
stipul/chronicle/events/__init__.py
stipul/chronicle/events/decisions.py
stipul/chronicle/events/logger.py
stipul/chronicle/events/models.py
stipul/chronicle/events/store.py
stipul/chronicle/events/summary.py
stipul/chronicle/signing/__init__.py
stipul/chronicle/signing/keys.py
stipul/chronicle/signing/signer.py
stipul/chronicle/signing/verifier.py
stipul/cli/__init__.py
stipul/cli/demo_cmd.py
stipul/cli/diff_cmd.py
stipul/cli/export_cmd.py
stipul/cli/gateway_cmd.py
stipul/cli/history_cmd.py
stipul/cli/io.py
stipul/cli/lint_contract_cmd.py
stipul/cli/main.py
stipul/cli/operator_cmd.py
stipul/cli/scan_cmd.py
stipul/cli/simulate_cmd.py
stipul/cli/verify_cmd.py
stipul/demo/__init__.py
stipul/demo/demo_charter.yaml
stipul/examples/__init__.py
stipul/examples/demo_runtime.py
stipul/examples/echo_runtime.py
stipul/health/__init__.py
stipul/health/endpoint.py
stipul/seal/__init__.py
stipul/seal/builder.py
stipul/seal/exporter.py
stipul/seal/rfc3161_anchor.py
stipul/seal/siem_export.py
stipul/seal/signer.py
stipul/seal/verifier.py
stipul/simulation/__init__.py
stipul/simulation/simulator.py
stipul/utils/__init__.py
stipul/utils/canonical.py
stipul/writ/__init__.py
stipul/writ/breakglass.py
stipul/writ/detection/__init__.py
stipul/writ/detection/bypass.py
stipul/writ/proxy/__init__.py
stipul/writ/proxy/approval_state.py
stipul/writ/proxy/circuit_breaker.py
stipul/writ/proxy/control_sidecar.py
stipul/writ/proxy/egress.py
stipul/writ/proxy/interceptor.py
stipul/writ/proxy/mcp_gateway.py
stipul/writ/proxy/operator_state.py
stipul/writ/proxy/server.py
stipul/writ/proxy/session.py
stipul/writ/proxy/session_head.py
stipul/writ/proxy/session_lock.py
stipul/writ/proxy/startup.py
stipul/writ/wrapper/__init__.py
stipul/writ/wrapper/mcp_wrapper.py
tests/test_breakglass.py
tests/test_budget.py
tests/test_bypass.py
tests/test_chain_signed.py
tests/test_charter_loader.py
tests/test_circuit_breaker.py
tests/test_cli_export.py
tests/test_cli_gateway.py
tests/test_cli_history.py
tests/test_cli_lint_contract.py
tests/test_cli_operator.py
tests/test_cli_packaging.py
tests/test_cli_scan.py
tests/test_cli_simulate_diff.py
tests/test_cli_smoke.py
tests/test_cli_verify.py
tests/test_contract_lint.py
tests/test_control_sidecar.py
tests/test_decay.py
tests/test_decisions.py
tests/test_decisions_and_summary.py
tests/test_delegation.py
tests/test_demo_proof.py
tests/test_dist_packaging.py
tests/test_egress.py
tests/test_events.py
tests/test_export_includes_scan_report.py
tests/test_exporter.py
tests/test_gateway_signal_cleanup.py
tests/test_guardrails.py
tests/test_health.py
tests/test_inheritance.py
tests/test_integration_week4.py
tests/test_mcp_gateway.py
tests/test_merge.py
tests/test_multi_party_approval.py
tests/test_operator_state_failures.py
tests/test_operator_workflow_week5.py
tests/test_patch_b_chronicle.py
tests/test_permits.py
tests/test_policy.py
tests/test_proxy.py
tests/test_proxy_week4_wiring.py
tests/test_rfc3161_anchor.py
tests/test_scan_core.py
tests/test_schema.py
tests/test_seal_lifecycle_resume.py
tests/test_session.py
tests/test_session_close.py
tests/test_siem_export.py
tests/test_signing.py
tests/test_simulator.py
tests/test_startup.py
tests/test_token.py
tests/test_version.py
tests/test_wrapper.py