AGENTS.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/contributing.md
docs/coordinator.md
docs/index.md
docs/releasing.md
docs/session_handoff_format.md
docs/assets/README.md
docs/assets/agcoord-gourd-mascot.png
src/agcoord/__init__.py
src/agcoord/__main__.py
src/agcoord/cgroup.py
src/agcoord/cli.py
src/agcoord/config.py
src/agcoord/frame.py
src/agcoord/github.py
src/agcoord/land.py
src/agcoord/merge.py
src/agcoord/project_quota.py
src/agcoord/py.typed
src/agcoord/pytest_xdist.py
src/agcoord/queue.py
src/agcoord/resources.py
src/agcoord/tui.py
src/agcoord/worker.py
src/agcoord.egg-info/PKG-INFO
src/agcoord.egg-info/SOURCES.txt
src/agcoord.egg-info/dependency_links.txt
src/agcoord.egg-info/entry_points.txt
src/agcoord.egg-info/requires.txt
src/agcoord.egg-info/top_level.txt
tests/conftest.py
tests/test_cgroup.py
tests/test_cgroup_compute.py
tests/test_cgroup_io.py
tests/test_cgroup_memory.py
tests/test_cgroup_tmpfs.py
tests/test_cli.py
tests/test_distribution.py
tests/test_github_adapter.py
tests/test_leases.py
tests/test_merge.py
tests/test_project_quota.py
tests/test_pytest_xdist.py
tests/test_queue.py
tests/test_tui.py