LICENSE
README.md
pyproject.toml
naxe/__init__.py
naxe/auth.py
naxe/cli_config.py
naxe/config.py
naxe/init_cmd.py
naxe/resolver.py
naxe/schema.py
naxe/server.py
naxe/store.py
naxe/tools.py
naxe/tui.py
naxe/watch.py
naxe.egg-info/PKG-INFO
naxe.egg-info/SOURCES.txt
naxe.egg-info/dependency_links.txt
naxe.egg-info/entry_points.txt
naxe.egg-info/requires.txt
naxe.egg-info/top_level.txt
naxe/handlers/__init__.py
naxe/handlers/_common.py
naxe/handlers/approval.py
naxe/handlers/audit.py
naxe/handlers/dependencies.py
naxe/handlers/jobs.py
naxe/handlers/tasks.py
naxe/handlers/templates.py
naxe/store/__init__.py
naxe/store/agents.py
naxe/store/approval.py
naxe/store/comments.py
naxe/store/core.py
naxe/store/jobs.py
naxe/store/tasks.py
naxe/store/templates.py
naxe/tui/__init__.py
naxe/tui/app.py
naxe/tui/screens.py
naxe/tui/theme.py
naxe/tui/widgets.py
tests/test_auth.py
tests/test_resolver.py
tests/test_store.py