LICENSE
MANIFEST.in
README.md
pyproject.toml
cloudmorph_tessera.egg-info/PKG-INFO
cloudmorph_tessera.egg-info/SOURCES.txt
cloudmorph_tessera.egg-info/dependency_links.txt
cloudmorph_tessera.egg-info/entry_points.txt
cloudmorph_tessera.egg-info/requires.txt
cloudmorph_tessera.egg-info/top_level.txt
policies/aws-bedrock-cost-ceiling-EXAMPLE.yaml
policies/aws-cost-runaway-stop-EXAMPLE.yaml
policies/aws-ec2-cost-cap-EXAMPLE.yaml
policies/aws-iam-blast-radius-EXAMPLE.yaml
policies/aws-region-allowlist-EXAMPLE.yaml
policies/cost-cap.yaml
policies/data-residency-eu.yaml
policies/pii-block.yaml
policies/prod-protection.yaml
policies/read-only-mode.yaml
policies/secret-leak-block.yaml
policies/write-action-approval.yaml
schemas/audit_event.schema.json
schemas/config.schema.json
schemas/policy.schema.json
tessera/__init__.py
tessera/cli.py
tessera/config.py
tessera/errors.py
tessera/intent.py
tessera/pluggable.py
tessera/proxy.py
tessera/audit/__init__.py
tessera/audit/async_emit.py
tessera/audit/canonical_json.py
tessera/audit/chain.py
tessera/audit/emitter.py
tessera/audit/inspect.py
tessera/audit/verifier.py
tessera/audit/sinks/__init__.py
tessera/audit/sinks/_buffered.py
tessera/audit/sinks/base.py
tessera/audit/sinks/sqlite.py
tessera/audit/sinks/stdout.py
tessera/auth/__init__.py
tessera/auth/_jwks.py
tessera/auth/base.py
tessera/auth/bearer.py
tessera/auth/jwt_mcp.py
tessera/auth/oauth_rs.py
tessera/auth/oidc.py
tessera/cost/__init__.py
tessera/cost/aws_mapping.py
tessera/cost/infracost.py
tessera/cost/price_table.py
tessera/integrations/__init__.py
tessera/integrations/cursor_hooks.py
tessera/integrations/aws/__init__.py
tessera/integrations/aws/blast_radius.py
tessera/integrations/aws/upstream.py
tessera/intelligence/__init__.py
tessera/intelligence/client.py
tessera/intelligence/license.py
tessera/intelligence/public_key.pem
tessera/llm/__init__.py
tessera/llm/_shared.py
tessera/llm/anthropic.py
tessera/llm/azure_openai.py
tessera/llm/base.py
tessera/llm/bedrock.py
tessera/llm/cohere.py
tessera/llm/gemini.py
tessera/llm/mistral.py
tessera/llm/openai.py
tessera/policies_default/__init__.py
tessera/policies_default/aws-bedrock-cost-ceiling-EXAMPLE.yaml
tessera/policies_default/aws-cost-runaway-stop-EXAMPLE.yaml
tessera/policies_default/aws-ec2-cost-cap-EXAMPLE.yaml
tessera/policies_default/aws-iam-blast-radius-EXAMPLE.yaml
tessera/policies_default/aws-mcp-admin-policy-deny.yaml
tessera/policies_default/aws-mcp-create-access-key-deny.yaml
tessera/policies_default/aws-mcp-ec2-imdsv1-deny.yaml
tessera/policies_default/aws-mcp-kms-deletion-approval.yaml
tessera/policies_default/aws-mcp-passrole-guard.yaml
tessera/policies_default/aws-mcp-rds-public-deny.yaml
tessera/policies_default/aws-region-allowlist-EXAMPLE.yaml
tessera/policies_default/cost-cap.yaml
tessera/policies_default/data-residency-eu.yaml
tessera/policies_default/pii-block.yaml
tessera/policies_default/prod-protection.yaml
tessera/policies_default/read-only-mode.yaml
tessera/policies_default/secret-leak-block.yaml
tessera/policies_default/write-action-approval.yaml
tessera/policy/__init__.py
tessera/policy/action_verbs.py
tessera/policy/conditions.py
tessera/policy/engine.py
tessera/policy/loader.py
tessera/policy/matchers.py
tessera/policy/regex_safety.py
tessera/policy/schema.py
tessera/state/__init__.py
tessera/state/daily_spend.py
tests/test_audit_cli.py
tests/test_llm_cohere.py
tests/test_llm_mistral.py
tests/test_oauth_resource_server.py
tests/test_policies_default.py