LICENSE
MANIFEST.in
README.md
SPEC.md
pyproject.toml
syntax.md
acl_engine/__init__.py
acl_engine/context.py
acl_engine/engine.py
acl_engine/executor.py
acl_engine/parser.py
acl_engine/policy.py
acl_engine/resolver.py
acl_engine/validator.py
acl_engine.egg-info/PKG-INFO
acl_engine.egg-info/SOURCES.txt
acl_engine.egg-info/dependency_links.txt
acl_engine.egg-info/entry_points.txt
acl_engine.egg-info/requires.txt
acl_engine.egg-info/top_level.txt
acl_engine/actions/data.py
acl_engine/actions/file.py
acl_engine/actions/memory.py
acl_engine/actions/net.py
acl_engine/actions/registry.py
acl_engine/actions/system.py
acl_engine/actions/util.py
cli/main.py
examples/basic.acl
examples/dev_python_probe.acl
examples/file_roundtrip.acl
examples/json_pipeline.acl
examples/system_ls.acl
examples/template_workflow.acl
tests/test_actions.py
tests/test_cli.py
tests/test_engine.py
tests/test_executor.py
tests/test_expanded_actions.py
tests/test_integration.py
tests/test_json_ergonomics.py
tests/test_new_features.py
tests/test_parser.py
tests/test_validator.py