The agent coordination layer: publish fabric events, claim and hand off tasks, raise blockers, attach artifacts, acknowledge inbox items, and list tasks or an agent's inbox. The fabric is the shared event bus all agents and daemons use to coordinate across repos.
When ~/.fleet/fabric.sock is present, operations go through the socket; when absent, Fleet falls back to direct SQLite. fleet fabric publish requires --kind, --sender, and --summary (or the --event shorthand). Most day-to-day fabric traffic is automatic; this command is for debugging and manual intervention.