# Agent Handoff ## Current State Initial implementation created from `codex-agent-repository-kit` guidance. ## Notes - The kit was read and applied as a source template, not kept as a project dependency. - The kit was updated through v1.0.5 (`a4245a1`) after initial implementation. Relevant follow-up issue guidance was applied to `AGENTS.md`. - npm and Docker were not available in the initial local shell, so dependency installation and Docker verification may need a machine with those tools in PATH. - `GITEA_TOKEN` may be available locally, but it must not be printed or committed. ## Follow-ups - Repository visibility is public. - Gitea Actions can run `npm install`, tests, build, and Docker image publishing. - Local Docker is still unavailable in this Codex environment, but Gitea Actions can build the image. - Docker publish was fixed by updating `REGISTRY_TOKEN`; Gitea issue #1 is closed. - UI redesign follow-ups that need real backend work: persisted invite records, editable room settings, queue reorder/remove server actions, chat persistence/moderation, user ban/remove-friend actions, a real audit/event table, and socket acknowledgements for sync health instead of client-local connection assumptions.