LICENSE
README.md
pyproject.toml
agent_coord/__init__.py
agent_coord/__main__.py
agent_coord/admin.py
agent_coord/catalog.py
agent_coord/config.py
agent_coord/coord.py
agent_coord/dashboard.py
agent_coord/door.py
agent_coord/files.py
agent_coord/howto.py
agent_coord/install.py
agent_coord/middleware.py
agent_coord/migrate.py
agent_coord/netbind.py
agent_coord/observe.py
agent_coord/office.py
agent_coord/packver.py
agent_coord/proc.py
agent_coord/py_gate.py
agent_coord/schema.sql
agent_coord/session_root.py
agent_coord/wall_check.py
agent_coord/win_wall_svc.py
agent_coord/align/__init__.py
agent_coord/align/collect.py
agent_coord/align/phrase.py
agent_coord/align/words.py
agent_coord/briefings/BOOTSTRAP.md
agent_coord/briefings/HUMAN.md
agent_coord/briefings/JOIN.md
agent_coord/briefings/USECASES.md
agent_coord/jobs/__init__.py
agent_coord/jobs/caps.py
agent_coord/jobs/constants.py
agent_coord/jobs/needs.py
agent_coord/jobs/observer.py
agent_coord/jobs/progress.py
agent_coord/jobs/status.py
agent_coord/kpi/__init__.py
agent_coord/kpi/estimate.py
agent_coord/kpi/last_gate.py
agent_coord/kpi/rates.py
agent_coord/kpi/where.py
agent_coord/kpi/window.py
agent_coord/leases/__init__.py
agent_coord/leases/clock.py
agent_coord/leases/errors.py
agent_coord/leases/holders.py
agent_coord/leases/keys.py
agent_coord/mail/__init__.py
agent_coord/mail/addressing.py
agent_coord/mail/constants.py
agent_coord/mail/filters.py
agent_coord/mail/read_party.py
agent_coord/presence/__init__.py
agent_coord/presence/beat.py
agent_coord/presence/drain.py
agent_coord/presence/humans.py
agent_coord/presence/roles.py
agent_coord/presence/tokens.py
agent_coord/presence/vendor.py
agent_coord/records/__init__.py
agent_coord/records/attach.py
agent_coord/records/db.py
agent_coord/records/floor.py
agent_coord/records/here.py
agent_coord/records/mail.py
agent_coord/records/name.py
agent_coord/records/opened.py
agent_coord/records/presence.py
agent_coord/records/score.py
agent_coord/records/slugs.py
agent_coord/records/station.py
agent_coord/records/todo.py
agent_coord/scripts/bootstrap.ps1
agent_coord/scripts/bootstrap.sh
agent_coord/scripts/install.cmd
agent_coord/scripts/register-windows-services.ps1
agent_coord/scripts/uninstall.cmd
agent_coord/scripts/uninstall.ps1
agent_coord/scripts/unregister-windows-services.ps1
agent_coord/sql/README.md
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_attach.sql
agent_coord/sql/sp_here.sql
agent_coord/sql/sp_mail.sql
agent_coord/sql/sp_opened.sql
agent_coord/sql/sp_presence.sql
agent_coord/sql/sp_score.sql
agent_coord/sql/sp_station.sql
agent_coord/sql/sp_todo.sql
agent_coord/sql/tables.sql
agent_coord/sql/wipe.sql
agent_coord/static/board.html
agent_coord/vendors/__init__.py
agent_coord/vendors/grok_bot.py
agent_coord/vendors/grok_build.py
agent_coord/vendors/mill.py
agent_coord/vendors/protocol.py
agent_coord/vendors/stubs.py
agent_coord/wake/__init__.py
agent_coord/wake/hook.py
agent_coord/wall_logic/__init__.py
agent_coord/wall_logic/domains.py
agent_coord/wall_logic/gutter.py
agent_coord/wall_logic/honest.py
agent_coord/wall_logic/js_lib.py
agent_coord/wall_logic/keys.py
agent_coord/wall_logic/knobs.py
agent_coord/wall_logic/mail.py
agent_coord/wall_logic/packs.py
agent_coord/wall_logic/score.py
agent_coord/wall_logic/tabs.py
agent_coord/wall_ui/README.md
agent_coord/wall_ui/validate_assets.py
agent_coord/wall_ui/components/gutter.css
agent_coord/wall_ui/components/gutter.js
agent_coord/wall_ui/default/README.md
agent_coord/wall_ui/default/board.css
agent_coord/wall_ui/default/board.html
agent_coord/wall_ui/default/boot.js
agent_coord/wall_ui/default/gutter.css
agent_coord/wall_ui/default/gutter.js
agent_coord/wall_ui/default/floor/floor.js
agent_coord/wall_ui/default/mail/mail.js
agent_coord/wall_ui/default/score/score.js
agent_coord/wall_ui/lib/README.md
agent_coord/wall_ui/lib/check.py
agent_coord/wall_ui/lib/data.js
agent_coord/wall_ui/lib/graph.js
agent_coord/wall_ui/lib/keys.js
agent_coord/wall_ui/lib/popup.js
agent_coord/wall_ui/lib/table.js
agent_coord/wall_ui/lib/tabs.js
agent_coord/wall_ui/lib/theme.css
agent_coord/wall_ui/lib/theme.js
agent_coord/wall_ui/tmp/_board_inline_wall_check.js
tests/test_alive_owner_count.py
tests/test_card_status.py
tests/test_claimed_after_ship_close.py
tests/test_coord.py
tests/test_dual_scorecard_kill.py
tests/test_idle_wake.py
tests/test_install_check_liar.py
tests/test_install_cross_platform.py
tests/test_install_empty_bootstrap.py
tests/test_install_ootb_cmd.py
tests/test_install_preflight.py
tests/test_install_real_services.py
tests/test_install_uninstall.py
tests/test_jobs_helpers.py
tests/test_kpi_helpers.py
tests/test_leases_helpers.py
tests/test_leftover_wake.py
tests/test_mail_addressing.py
tests/test_mail_four_sets.py
tests/test_mail_helpers.py
tests/test_mail_human_required.py
tests/test_maintenance_drain.py
tests/test_mill_cli_version.py
tests/test_mill_update.py
tests/test_pack_local.py
tests/test_presence_banner.py
tests/test_presence_helpers.py
tests/test_py_gate.py
tests/test_records.py
tests/test_schema_sql.py
tests/test_session_root_office.py
tests/test_session_token.py
tests/test_sql_split.py
tests/test_stale_claimed_jobs.py
tests/test_star_any_agent_read_api.py
tests/test_thin_coord_helpers.py
tests/test_tokens_est.py
tests/test_unread_hide_star.py
tests/test_vendor_spend.py
tests/test_wall_check.py
tests/test_wall_cut6_knobs.py
tests/test_wall_cut6_wire.py
tests/test_wall_keys.py
tests/test_wall_pack_version.py
tests/test_wall_secure_https_lan.py
tests/test_wall_src.py
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