LICENSE
README.md
pyproject.toml
agent_coord/__init__.py
agent_coord/__main__.py
agent_coord/config.py
agent_coord/coord.py
agent_coord/install/__init__.py
agent_coord/install/admin.py
agent_coord/install/catalog.py
agent_coord/install/door.py
agent_coord/install/host.py
agent_coord/install/migrate.py
agent_coord/install/office.py
agent_coord/install/packver.py
agent_coord/install/session_root.py
agent_coord/install/todo_diary.py
agent_coord/install/scripts/bootstrap.ps1
agent_coord/install/scripts/bootstrap.sh
agent_coord/install/scripts/install.cmd
agent_coord/install/scripts/register-windows-services.ps1
agent_coord/install/scripts/uninstall.cmd
agent_coord/install/scripts/uninstall.ps1
agent_coord/install/scripts/unregister-windows-services.ps1
agent_coord/lib/__init__.py
agent_coord/lib/files.py
agent_coord/lib/observe.py
agent_coord/lib/proc.py
agent_coord/lib/py_gate.py
agent_coord/protocol/__init__.py
agent_coord/protocol/align/__init__.py
agent_coord/protocol/align/collect.py
agent_coord/protocol/align/phrase.py
agent_coord/protocol/align/words.py
agent_coord/protocol/connectors/__init__.py
agent_coord/protocol/connectors/antigravity.py
agent_coord/protocol/connectors/claude.py
agent_coord/protocol/connectors/grok_bot.py
agent_coord/protocol/connectors/grok_build.py
agent_coord/protocol/connectors/kimi.py
agent_coord/protocol/connectors/openai_agents.py
agent_coord/protocol/connectors/spawn.py
agent_coord/protocol/jobs/__init__.py
agent_coord/protocol/jobs/constants.py
agent_coord/protocol/jobs/needs.py
agent_coord/protocol/jobs/observer.py
agent_coord/protocol/jobs/progress.py
agent_coord/protocol/jobs/status.py
agent_coord/protocol/kpi/__init__.py
agent_coord/protocol/kpi/estimate.py
agent_coord/protocol/kpi/last_gate.py
agent_coord/protocol/kpi/rates.py
agent_coord/protocol/kpi/where.py
agent_coord/protocol/kpi/window.py
agent_coord/protocol/leases/__init__.py
agent_coord/protocol/leases/clock.py
agent_coord/protocol/leases/errors.py
agent_coord/protocol/leases/holders.py
agent_coord/protocol/leases/keys.py
agent_coord/protocol/mail/__init__.py
agent_coord/protocol/mail/addressing.py
agent_coord/protocol/mail/constants.py
agent_coord/protocol/mail/filters.py
agent_coord/protocol/mail/read_party.py
agent_coord/protocol/presence/__init__.py
agent_coord/protocol/presence/beat.py
agent_coord/protocol/presence/drain.py
agent_coord/protocol/presence/humans.py
agent_coord/protocol/presence/roles.py
agent_coord/protocol/presence/tokens.py
agent_coord/protocol/presence/vendor.py
agent_coord/protocol/vendors/__init__.py
agent_coord/protocol/vendors/grok_bot.py
agent_coord/protocol/vendors/grok_build.py
agent_coord/protocol/vendors/mill.py
agent_coord/protocol/vendors/protocol.py
agent_coord/protocol/vendors/stubs.py
agent_coord/protocol/wake/__init__.py
agent_coord/protocol/wake/hook.py
agent_coord/records/__init__.py
agent_coord/records/activity.py
agent_coord/records/attach.py
agent_coord/records/db.py
agent_coord/records/floor.py
agent_coord/records/here.py
agent_coord/records/hold.py
agent_coord/records/label.py
agent_coord/records/mail.py
agent_coord/records/member.py
agent_coord/records/name.py
agent_coord/records/opened.py
agent_coord/records/score.py
agent_coord/records/slugs.py
agent_coord/records/todo.py
agent_coord/records/watchers.py
agent_coord/server/__init__.py
agent_coord/server/allow.py
agent_coord/server/asgi.py
agent_coord/server/dashboard.py
agent_coord/server/hint_buf.py
agent_coord/server/howto.py
agent_coord/server/mcp_mill.py
agent_coord/server/middleware.py
agent_coord/server/netbind.py
agent_coord/server/push.py
agent_coord/server/score_tick.py
agent_coord/server/wall_check.py
agent_coord/server/win_score_svc.py
agent_coord/server/win_wall_svc.py
agent_coord/server/ws_client.py
agent_coord/server/api/__init__.py
agent_coord/server/api/mill/__init__.py
agent_coord/server/api/mill/client.py
agent_coord/server/api/mill/rpc.py
agent_coord/sql/apply_order.txt
agent_coord/sql/fn_name.sql
agent_coord/sql/fn_now.sql
agent_coord/sql/fn_weight.sql
agent_coord/sql/sp_activity.sql
agent_coord/sql/sp_attach.sql
agent_coord/sql/sp_here.sql
agent_coord/sql/sp_hold.sql
agent_coord/sql/sp_label.sql
agent_coord/sql/sp_mail.sql
agent_coord/sql/sp_member.sql
agent_coord/sql/sp_name.sql
agent_coord/sql/sp_opened.sql
agent_coord/sql/sp_score.sql
agent_coord/sql/sp_todo.sql
agent_coord/sql/tables.sql
agent_coord/sql/wipe.sql
agent_coord/web/__init__.py
agent_coord/web/briefings/BOOTSTRAP.md
agent_coord/web/briefings/HUMAN.md
agent_coord/web/briefings/JOIN.md
agent_coord/web/briefings/SKILL.md
agent_coord/web/briefings/USECASES.md
agent_coord/web/briefings/VERBS.md
agent_coord/web/static/board.html
agent_coord/web/wall_logic/__init__.py
agent_coord/web/wall_logic/domains.py
agent_coord/web/wall_logic/gutter.py
agent_coord/web/wall_logic/honest.py
agent_coord/web/wall_logic/js_lib.py
agent_coord/web/wall_logic/keys.py
agent_coord/web/wall_logic/knobs.py
agent_coord/web/wall_logic/mail.py
agent_coord/web/wall_logic/packs.py
agent_coord/web/wall_logic/score.py
agent_coord/web/wall_logic/tabs.py
agent_coord/web/wall_ui/validate_assets.py
agent_coord/web/wall_ui/components/gutter.css
agent_coord/web/wall_ui/components/gutter.js
agent_coord/web/wall_ui/default/board.css
agent_coord/web/wall_ui/default/board.html
agent_coord/web/wall_ui/default/boot.js
agent_coord/web/wall_ui/default/gutter.css
agent_coord/web/wall_ui/default/gutter.js
agent_coord/web/wall_ui/default/floor/floor.js
agent_coord/web/wall_ui/default/mail/mail.js
agent_coord/web/wall_ui/default/score/score.js
agent_coord/web/wall_ui/lib/check.py
agent_coord/web/wall_ui/lib/data.js
agent_coord/web/wall_ui/lib/graph.js
agent_coord/web/wall_ui/lib/keys.js
agent_coord/web/wall_ui/lib/popup.js
agent_coord/web/wall_ui/lib/table.js
agent_coord/web/wall_ui/lib/tabs.js
agent_coord/web/wall_ui/lib/theme.css
agent_coord/web/wall_ui/lib/theme.js
the_mill.egg-info/PKG-INFO
the_mill.egg-info/SOURCES.txt
the_mill.egg-info/dependency_links.txt
the_mill.egg-info/entry_points.txt
the_mill.egg-info/requires.txt
the_mill.egg-info/top_level.txt