LICENSE
README.md
pyproject.toml
src/thirsty_lang/__init__.py
src/thirsty_lang.egg-info/PKG-INFO
src/thirsty_lang.egg-info/SOURCES.txt
src/thirsty_lang.egg-info/dependency_links.txt
src/thirsty_lang.egg-info/entry_points.txt
src/thirsty_lang.egg-info/requires.txt
src/thirsty_lang.egg-info/top_level.txt
src/utf/__init__.py
src/utf/console.py
src/utf/py.typed
src/utf/shadow_thirst/__init__.py
src/utf/shadow_thirst/cli.py
src/utf/shadow_thirst/convergence.py
src/utf/shadow_thirst/core.py
src/utf/tarl/__init__.py
src/utf/tarl/analyzer.py
src/utf/tarl/archive.py
src/utf/tarl/authority.py
src/utf/tarl/broker.py
src/utf/tarl/cli.py
src/utf/tarl/clock.py
src/utf/tarl/composer.py
src/utf/tarl/core.py
src/utf/tarl/durable.py
src/utf/tarl/escalation.py
src/utf/tarl/explainer.py
src/utf/tarl/keystore.py
src/utf/tarl/linter.py
src/utf/tarl/lsp.py
src/utf/tarl/pathguard.py
src/utf/tarl/runtime.py
src/utf/tarl/schema.py
src/utf/tarl/spec.py
src/utf/tarl/tester.py
src/utf/tarl/verifier.py
src/utf/thirst_of_gods/__init__.py
src/utf/thirst_of_gods/cli.py
src/utf/thirst_of_gods/core.py
src/utf/thirsty_lang/__init__.py
src/utf/thirsty_lang/ast.py
src/utf/thirsty_lang/checker.py
src/utf/thirsty_lang/cli.py
src/utf/thirsty_lang/diagnostics.py
src/utf/thirsty_lang/formatter.py
src/utf/thirsty_lang/interpreter.py
src/utf/thirsty_lang/lexer.py
src/utf/thirsty_lang/module_system.py
src/utf/thirsty_lang/package_manager.py
src/utf/thirsty_lang/parser.py
src/utf/thirsty_lang/token.py
src/utf/thirsty_lang/typesys.py
src/utf/tscg/__init__.py
src/utf/tscg/cli.py
src/utf/tscg/core.py
src/utf/tscg_b/__init__.py
src/utf/tscg_b/cli.py
src/utf/tscg_b/core.py
tests/test_broker_unified_gate.py
tests/test_checker_coverage.py
tests/test_cli_build.py
tests/test_cli_lsp.py
tests/test_cli_main.py
tests/test_cli_shadow_gods.py
tests/test_cli_tarl.py
tests/test_cli_tarl_hardening.py
tests/test_cli_tscg.py
tests/test_durable_state.py
tests/test_examples.py
tests/test_file_imports.py
tests/test_formatter.py
tests/test_gate_fail_closed.py
tests/test_governance_maximal.py
tests/test_interpreter_coverage.py
tests/test_keystore.py
tests/test_language_features.py
tests/test_lexer.py
tests/test_module_system_full.py
tests/test_package_manager.py
tests/test_parser_coverage.py
tests/test_parser_precedence.py
tests/test_peer_review_060_regressions.py
tests/test_production_acceptance.py
tests/test_shadow_thirst.py
tests/test_small_modules.py
tests/test_tarl.py
tests/test_tarl_analyzer.py
tests/test_tarl_composition.py
tests/test_tarl_core_eval.py
tests/test_tarl_lsp.py
tests/test_tarl_phase6.py
tests/test_tarl_proof.py
tests/test_tarl_small.py
tests/test_tarl_spec_extra.py
tests/test_tarl_temporal.py
tests/test_thirst_of_gods.py
tests/test_thirsty_lang.py
tests/test_thirsty_lang_governance.py
tests/test_threat_model_audit_chain.py
tests/test_threat_model_authority.py
tests/test_threat_model_broker.py
tests/test_threat_model_build_outputs.py
tests/test_threat_model_capability_broker.py
tests/test_threat_model_clock.py
tests/test_threat_model_context_schema.py
tests/test_threat_model_failclosed.py
tests/test_threat_model_file_imports.py
tests/test_threat_model_lint_quorum.py
tests/test_threat_model_parser_fail_closed.py
tests/test_threat_model_pathguard.py
tests/test_threat_model_proof_strictness.py
tests/test_threat_model_replay.py
tests/test_tscg.py
tests/test_tscg_b.py
tests/test_tscg_b_core.py
tests/test_typesys.py
tests/test_verifiers.py