LICENSE
MANIFEST.in
README.md
pyproject.toml
src/aegis_core/__init__.py
src/aegis_core/adversarial.py
src/aegis_core/authority.py
src/aegis_core/cli.py
src/aegis_core/config.py
src/aegis_core/environments.py
src/aegis_core/intent.py
src/aegis_core/interceptor.py
src/aegis_core/ledger.py
src/aegis_core/parser.py
src/aegis_core/plan.py
src/aegis_core/provenance.py
src/aegis_core/shell.py
src/aegis_core/signing.py
src/aegis_core/store.py
src/aegis_core/_examples/__init__.py
src/aegis_core/_examples/authority.example.yaml
src/aegis_core/_examples/authority.example.yaml.sig
src/aegis_core/_examples/constraints.example.yaml
src/aegis_core/_examples/constraints.example.yaml.sig
src/aegis_core/_examples/environments.example.yaml
src/aegis_core/_examples/environments.example.yaml.sig
src/aegis_core/_examples/example-signing.key
src/aegis_core/_examples/plan_constraints.example.yaml
src/aegis_core/_examples/plan_constraints.example.yaml.sig
src/aegis_core/_examples/__pycache__/__init__.cpython-312.pyc
src/aegis_core/_examples/sources/AEGIS-MANIFEST.sig
src/aegis_core/_examples/sources/PRINCIPALS.yaml
src/aegis_core/_examples/sources/git-4001.json
src/aegis_core/_examples/sources/git-789abc.json
src/aegis_core/_examples/sources/git-abc123.json
src/aegis_core/_examples/sources/git-bcd234.json
src/aegis_core/_examples/sources/git-def456.json
src/aegis_core/_examples/sources/jira-1001.json
src/aegis_core/_examples/sources/jira-1002.json
src/aegis_core/_examples/sources/jira-2001.json
src/aegis_core/_examples/sources/jira-2002.json
src/aegis_core/_examples/sources/jira-3001.json
src/aegis_core/_examples/sources/jira-3002.json
src/aegis_core/_examples/sources/jira-3003.json
src/aegis_core/_examples/sources/jira-3004.json
src/aegis_core/_examples/sources/jira-3005.json
src/aegis_core/_examples/sources/jira-5001.json
src/aegis_core/_examples/sources/jira-5002.json
src/aegis_core/_examples/sources/jira-5003.json
src/aegis_core/_examples/sources/jira-5004.json
src/aegis_core/_examples/sources/jira-5006.json
src/aegis_core/_examples/sources/plan-1001.json
src/aegis_core/_examples/sources/plan-1002.json
src/aegis_core/_examples/sources/plan-1003.json
src/aegis_core/_examples/sources/plan-1004.json
src/aegis_core/_examples/sources/plan-5005.json
src/aegis_core/_examples/sources/slack-perma-1.json
src/aegis_core/baselines/__init__.py
src/aegis_core/baselines/base.py
src/aegis_core/baselines/external.py
src/aegis_core/baselines/llm.py
src/aegis_core/baselines/metrics.py
src/aegis_core/baselines/opa.py
src/aegis_core/parsers/__init__.py
src/aegis_core/parsers/pulumi.py
src/aegis_core/parsers/sql.py
src/aegis_devops.egg-info/PKG-INFO
src/aegis_devops.egg-info/SOURCES.txt
src/aegis_devops.egg-info/dependency_links.txt
src/aegis_devops.egg-info/entry_points.txt
src/aegis_devops.egg-info/requires.txt
src/aegis_devops.egg-info/top_level.txt
tests/test_adversarial.py
tests/test_authority.py
tests/test_baselines.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_config.py
tests/test_corpus.py
tests/test_environments.py
tests/test_intent.py
tests/test_interceptor.py
tests/test_ledger.py
tests/test_parser.py
tests/test_parsers_pulumi.py
tests/test_parsers_sql.py
tests/test_plan.py
tests/test_provenance.py
tests/test_shell.py
tests/test_signing.py
tests/test_store.py
tests/test_store_match.py