LICENSE
README.md
pyproject.toml
tests/test_init.py
whatsnext/__init__.py
whatsnext.egg-info/PKG-INFO
whatsnext.egg-info/SOURCES.txt
whatsnext.egg-info/dependency_links.txt
whatsnext.egg-info/entry_points.txt
whatsnext.egg-info/requires.txt
whatsnext.egg-info/top_level.txt
whatsnext/api/__init__.py
whatsnext/api/client/__init__.py
whatsnext/api/client/artifact.py
whatsnext/api/client/client.py
whatsnext/api/client/exceptions.py
whatsnext/api/client/formatter.py
whatsnext/api/client/job.py
whatsnext/api/client/project.py
whatsnext/api/client/resource.py
whatsnext/api/client/server.py
whatsnext/api/client/task.py
whatsnext/api/client/utils.py
whatsnext/api/server/__init__.py
whatsnext/api/server/config.py
whatsnext/api/server/database.py
whatsnext/api/server/dependencies.py
whatsnext/api/server/main.py
whatsnext/api/server/middleware.py
whatsnext/api/server/models.py
whatsnext/api/server/schemas.py
whatsnext/api/server/validate_in_db.py
whatsnext/api/server/migrations/env.py
whatsnext/api/server/migrations/versions/20251229_0001_initial_schema.py
whatsnext/api/server/routers/__init__.py
whatsnext/api/server/routers/artifacts.py
whatsnext/api/server/routers/clients.py
whatsnext/api/server/routers/jobs.py
whatsnext/api/server/routers/projects.py
whatsnext/api/server/routers/tasks.py
whatsnext/api/shared/__init__.py
whatsnext/api/shared/status.py
whatsnext/cli/__init__.py
whatsnext/cli/__main__.py
whatsnext/cli/config.py
whatsnext/cli/commands/__init__.py
whatsnext/cli/commands/auth.py
whatsnext/cli/commands/clients.py
whatsnext/cli/commands/db.py
whatsnext/cli/commands/init.py
whatsnext/cli/commands/jobs.py
whatsnext/cli/commands/projects.py
whatsnext/cli/commands/queue.py
whatsnext/cli/commands/status.py
whatsnext/cli/commands/tasks.py
whatsnext/cli/commands/worker.py