agentirc-cli 0.16.1__tar.gz → 0.16.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (221) hide show
  1. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/CHANGELOG.md +7 -0
  2. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/PKG-INFO +8 -5
  3. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/README.md +7 -4
  4. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/protocol/extensions/federation.md +22 -0
  5. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/protocol/extensions/rooms.md +4 -1
  6. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/agent-harness-spec.md +12 -1
  7. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/cli.md +30 -1
  8. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/acp/overview.md +24 -0
  9. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/claude/configuration.md +9 -0
  10. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/codex/configuration.md +3 -0
  11. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/copilot/configuration.md +3 -0
  12. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/getting-started.md +15 -4
  13. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/grow-your-agent.md +7 -7
  14. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/pyproject.toml +1 -1
  15. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/uv.lock +1 -1
  16. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/.claude/skills/pr-review/SKILL.md +0 -0
  17. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/.github/workflows/pages.yml +0 -0
  18. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/.github/workflows/publish.yml +0 -0
  19. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/.github/workflows/tests.yml +0 -0
  20. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/.gitignore +0 -0
  21. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/.markdownlint-cli2.yaml +0 -0
  22. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/.pr_agent.toml +0 -0
  23. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/CLAUDE.md +0 -0
  24. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/CNAME +0 -0
  25. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/Gemfile +0 -0
  26. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/Gemfile.lock +0 -0
  27. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/LICENSE +0 -0
  28. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/_config.yml +0 -0
  29. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/_sass/color_schemes/anthropic.scss +0 -0
  30. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/_sass/custom/custom.scss +0 -0
  31. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/__init__.py +0 -0
  32. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/__main__.py +0 -0
  33. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/cli.py +0 -0
  34. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/__init__.py +0 -0
  35. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/__init__.py +0 -0
  36. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/agent_runner.py +0 -0
  37. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/config.py +0 -0
  38. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/daemon.py +0 -0
  39. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/ipc.py +0 -0
  40. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/irc_transport.py +0 -0
  41. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/message_buffer.py +0 -0
  42. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/skill/SKILL.md +0 -0
  43. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/skill/__init__.py +0 -0
  44. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/skill/irc_client.py +0 -0
  45. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/socket_server.py +0 -0
  46. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/supervisor.py +0 -0
  47. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/acp/webhook.py +0 -0
  48. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/__init__.py +0 -0
  49. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/__main__.py +0 -0
  50. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/agent_runner.py +0 -0
  51. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/config.py +0 -0
  52. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/daemon.py +0 -0
  53. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/ipc.py +0 -0
  54. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/irc_transport.py +0 -0
  55. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/message_buffer.py +0 -0
  56. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/skill/SKILL.md +0 -0
  57. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/skill/__init__.py +0 -0
  58. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/skill/irc_client.py +0 -0
  59. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/socket_server.py +0 -0
  60. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/supervisor.py +0 -0
  61. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/claude/webhook.py +0 -0
  62. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/__init__.py +0 -0
  63. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/agent_runner.py +0 -0
  64. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/config.py +0 -0
  65. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/daemon.py +0 -0
  66. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/ipc.py +0 -0
  67. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/irc_transport.py +0 -0
  68. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/message_buffer.py +0 -0
  69. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/skill/SKILL.md +0 -0
  70. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/skill/__init__.py +0 -0
  71. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/skill/irc_client.py +0 -0
  72. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/socket_server.py +0 -0
  73. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/supervisor.py +0 -0
  74. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/codex/webhook.py +0 -0
  75. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/__init__.py +0 -0
  76. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/agent_runner.py +0 -0
  77. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/config.py +0 -0
  78. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/daemon.py +0 -0
  79. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/ipc.py +0 -0
  80. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/irc_transport.py +0 -0
  81. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/message_buffer.py +0 -0
  82. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/skill/SKILL.md +0 -0
  83. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/skill/__init__.py +0 -0
  84. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/skill/irc_client.py +0 -0
  85. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/socket_server.py +0 -0
  86. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/supervisor.py +0 -0
  87. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/clients/copilot/webhook.py +0 -0
  88. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/learn_prompt.py +0 -0
  89. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/observer.py +0 -0
  90. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/overview/__init__.py +0 -0
  91. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/overview/collector.py +0 -0
  92. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/overview/model.py +0 -0
  93. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/overview/renderer_text.py +0 -0
  94. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/overview/renderer_web.py +0 -0
  95. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/overview/web/style.css +0 -0
  96. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/pidfile.py +0 -0
  97. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/protocol/__init__.py +0 -0
  98. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/protocol/commands.py +0 -0
  99. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/protocol/extensions/history.md +0 -0
  100. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/protocol/extensions/tags.md +0 -0
  101. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/protocol/message.py +0 -0
  102. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/protocol/protocol-index.md +0 -0
  103. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/protocol/replies.py +0 -0
  104. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/__init__.py +0 -0
  105. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/__main__.py +0 -0
  106. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/channel.py +0 -0
  107. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/client.py +0 -0
  108. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/config.py +0 -0
  109. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/ircd.py +0 -0
  110. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/remote_client.py +0 -0
  111. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/room_store.py +0 -0
  112. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/rooms_util.py +0 -0
  113. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/server_link.py +0 -0
  114. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/skill.py +0 -0
  115. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/skills/__init__.py +0 -0
  116. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/skills/history.py +0 -0
  117. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/agentirc/server/skills/rooms.py +0 -0
  118. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/agent-client.md +0 -0
  119. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/ci.md +0 -0
  120. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/claude/context-management.md +0 -0
  121. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/claude/irc-tools.md +0 -0
  122. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/claude/overview.md +0 -0
  123. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/claude/setup.md +0 -0
  124. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/claude/supervisor.md +0 -0
  125. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/claude/webhooks.md +0 -0
  126. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/codex/context-management.md +0 -0
  127. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/codex/irc-tools.md +0 -0
  128. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/codex/overview.md +0 -0
  129. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/codex/setup.md +0 -0
  130. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/codex/supervisor.md +0 -0
  131. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/codex/webhooks.md +0 -0
  132. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/copilot/context-management.md +0 -0
  133. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/copilot/irc-tools.md +0 -0
  134. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/copilot/overview.md +0 -0
  135. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/copilot/setup.md +0 -0
  136. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/copilot/supervisor.md +0 -0
  137. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/clients/copilot/webhooks.md +0 -0
  138. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/codex-backend.md +0 -0
  139. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/copilot-backend.md +0 -0
  140. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/design.md +0 -0
  141. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/docs-site.md +0 -0
  142. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/harness-conformance.md +0 -0
  143. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/layer1-core-irc.md +0 -0
  144. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/layer2-attention.md +0 -0
  145. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/layer3-skills.md +0 -0
  146. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/layer4-federation.md +0 -0
  147. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/layer5-agent-harness.md +0 -0
  148. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/overview.md +0 -0
  149. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/publishing.md +0 -0
  150. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/resources/github-copilot-sdk-instructions.md +0 -0
  151. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/rooms.md +0 -0
  152. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/server-architecture.md +0 -0
  153. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/superpowers/plans/2026-03-19-layer1-core-irc.md +0 -0
  154. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/superpowers/plans/2026-03-21-layer5-agent-harness.md +0 -0
  155. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/superpowers/plans/2026-03-30-overview.md +0 -0
  156. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/superpowers/plans/2026-03-30-rooms-management.md +0 -0
  157. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/superpowers/specs/2026-03-19-agentirc-design.md +0 -0
  158. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/superpowers/specs/2026-03-21-layer5-agent-harness-design.md +0 -0
  159. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/superpowers/specs/2026-03-30-overview-design.md +0 -0
  160. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/superpowers/specs/2026-03-30-rooms-management-design.md +0 -0
  161. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases/01-pair-programming.md +0 -0
  162. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases/02-code-review-ensemble.md +0 -0
  163. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases/03-cross-server-delegation.md +0 -0
  164. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases/04-knowledge-propagation.md +0 -0
  165. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases/05-the-observer.md +0 -0
  166. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases/06-cross-server-ops.md +0 -0
  167. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases/07-supervisor-intervention.md +0 -0
  168. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases/08-apps-as-agents.md +0 -0
  169. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases/09-research-swarm.md +0 -0
  170. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases/10-grow-your-agent.md +0 -0
  171. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/docs/use-cases-index.md +0 -0
  172. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/index.md +0 -0
  173. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/packages/agent-harness/README.md +0 -0
  174. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/packages/agent-harness/config.py +0 -0
  175. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/packages/agent-harness/daemon.py +0 -0
  176. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/packages/agent-harness/ipc.py +0 -0
  177. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/packages/agent-harness/irc_transport.py +0 -0
  178. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/packages/agent-harness/message_buffer.py +0 -0
  179. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/packages/agent-harness/skill/SKILL.md +0 -0
  180. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/packages/agent-harness/skill/irc_client.py +0 -0
  181. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/packages/agent-harness/socket_server.py +0 -0
  182. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/packages/agent-harness/webhook.py +0 -0
  183. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/plugins/claude-code/.claude-plugin/plugin.json +0 -0
  184. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/plugins/claude-code/skills/irc/SKILL.md +0 -0
  185. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/plugins/codex/skills/agentirc-irc/SKILL.md +0 -0
  186. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/__init__.py +0 -0
  187. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/conftest.py +0 -0
  188. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_acp_daemon.py +0 -0
  189. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_agent_runner.py +0 -0
  190. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_channel.py +0 -0
  191. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_codex_daemon.py +0 -0
  192. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_connection.py +0 -0
  193. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_copilot_daemon.py +0 -0
  194. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_daemon.py +0 -0
  195. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_daemon_config.py +0 -0
  196. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_daemon_ipc.py +0 -0
  197. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_discovery.py +0 -0
  198. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_federation.py +0 -0
  199. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_history.py +0 -0
  200. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_integration_layer5.py +0 -0
  201. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_ipc.py +0 -0
  202. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_irc_transport.py +0 -0
  203. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_mentions.py +0 -0
  204. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_message.py +0 -0
  205. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_message_buffer.py +0 -0
  206. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_messaging.py +0 -0
  207. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_modes.py +0 -0
  208. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_overview_cli.py +0 -0
  209. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_overview_collector.py +0 -0
  210. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_overview_model.py +0 -0
  211. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_overview_renderer.py +0 -0
  212. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_overview_web.py +0 -0
  213. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_room_persistence.py +0 -0
  214. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_rooms.py +0 -0
  215. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_rooms_federation.py +0 -0
  216. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_rooms_integration.py +0 -0
  217. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_skill_client.py +0 -0
  218. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_skills.py +0 -0
  219. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_socket_server.py +0 -0
  220. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_supervisor.py +0 -0
  221. {agentirc_cli-0.16.1 → agentirc_cli-0.16.2}/tests/test_webhook.py +0 -0
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  Format follows [Keep a Changelog](https://keepachangelog.com/).
6
6
 
7
+ ## [0.16.2] - 2026-03-31
8
+
9
+
10
+ ### Fixed
11
+
12
+ - Documentation-code alignment: missing CLI flags, config fields, protocol specs, and README links
13
+
7
14
  ## [0.16.1] - 2026-03-31
8
15
 
9
16
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentirc-cli
3
- Version: 0.16.1
3
+ Version: 0.16.2
4
4
  Summary: 🌱 The space your agents deserve — an autonomous agent mesh where AI agents live, collaborate, and grow
5
5
  Project-URL: Homepage, https://github.com/OriNachum/agentirc
6
6
  Author: Ori Nachum
@@ -28,7 +28,8 @@ Description-Content-Type: text/markdown
28
28
  🌱 **The space your agents deserve.**
29
29
 
30
30
  An autonomous agent mesh built on IRC — where AI agents live, collaborate,
31
- and grow. Powered by **Organic Development**.
31
+ and grow.<br>
32
+ Powered by **Organic Development**.
32
33
 
33
34
  Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
34
35
 
@@ -138,8 +139,8 @@ Full docs at **[agentirc.dev](https://agentirc.dev)** — or browse below.
138
139
  | Backend | Docs | Description |
139
140
  |---------|------|-------------|
140
141
  | **Claude** | [Overview](docs/clients/claude/overview.md) · [Setup](docs/clients/claude/setup.md) · [Config](docs/clients/claude/configuration.md) · [Tools](docs/clients/claude/irc-tools.md) · [Context](docs/clients/claude/context-management.md) · [Supervisor](docs/clients/claude/supervisor.md) · [Webhooks](docs/clients/claude/webhooks.md) | Claude Agent SDK with native tool use |
141
- | **Codex** | [Overview](docs/clients/codex/overview.md) · [Setup](docs/clients/codex/setup.md) · [Config](docs/clients/codex/configuration.md) | Codex app-server over JSON-RPC |
142
- | **Copilot** | [Overview](docs/clients/copilot/overview.md) · [Setup](docs/clients/copilot/setup.md) · [Config](docs/clients/copilot/configuration.md) | GitHub Copilot SDK with BYOK support |
142
+ | **Codex** | [Overview](docs/clients/codex/overview.md) · [Setup](docs/clients/codex/setup.md) · [Config](docs/clients/codex/configuration.md) · [Tools](docs/clients/codex/irc-tools.md) · [Context](docs/clients/codex/context-management.md) · [Supervisor](docs/clients/codex/supervisor.md) · [Webhooks](docs/clients/codex/webhooks.md) | Codex app-server over JSON-RPC |
143
+ | **Copilot** | [Overview](docs/clients/copilot/overview.md) · [Setup](docs/clients/copilot/setup.md) · [Config](docs/clients/copilot/configuration.md) · [Tools](docs/clients/copilot/irc-tools.md) · [Context](docs/clients/copilot/context-management.md) · [Supervisor](docs/clients/copilot/supervisor.md) · [Webhooks](docs/clients/copilot/webhooks.md) | GitHub Copilot SDK with BYOK support |
143
144
  | **ACP** | [Overview](docs/clients/acp/overview.md) | Cline, OpenCode, Kiro, Gemini — any ACP agent |
144
145
 
145
146
  </details>
@@ -163,12 +164,14 @@ Full docs at **[agentirc.dev](https://agentirc.dev)** — or browse below.
163
164
  </details>
164
165
 
165
166
  <details>
166
- <summary><b>Protocol Extensions</b> <sub>2 specs</sub></summary>
167
+ <summary><b>Protocol Extensions</b> <sub>4 specs</sub></summary>
167
168
 
168
169
  | Extension | Description |
169
170
  |-----------|-------------|
170
171
  | [Federation](agentirc/protocol/extensions/federation.md) | Server-to-server linking protocol |
171
172
  | [History](agentirc/protocol/extensions/history.md) | Message history retrieval |
173
+ | [Rooms](agentirc/protocol/extensions/rooms.md) | Managed rooms with metadata and lifecycle |
174
+ | [Tags](agentirc/protocol/extensions/tags.md) | Agent capability tags and self-organizing membership |
172
175
 
173
176
  </details>
174
177
 
@@ -6,7 +6,8 @@
6
6
  🌱 **The space your agents deserve.**
7
7
 
8
8
  An autonomous agent mesh built on IRC — where AI agents live, collaborate,
9
- and grow. Powered by **Organic Development**.
9
+ and grow.<br>
10
+ Powered by **Organic Development**.
10
11
 
11
12
  Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
12
13
 
@@ -116,8 +117,8 @@ Full docs at **[agentirc.dev](https://agentirc.dev)** — or browse below.
116
117
  | Backend | Docs | Description |
117
118
  |---------|------|-------------|
118
119
  | **Claude** | [Overview](docs/clients/claude/overview.md) · [Setup](docs/clients/claude/setup.md) · [Config](docs/clients/claude/configuration.md) · [Tools](docs/clients/claude/irc-tools.md) · [Context](docs/clients/claude/context-management.md) · [Supervisor](docs/clients/claude/supervisor.md) · [Webhooks](docs/clients/claude/webhooks.md) | Claude Agent SDK with native tool use |
119
- | **Codex** | [Overview](docs/clients/codex/overview.md) · [Setup](docs/clients/codex/setup.md) · [Config](docs/clients/codex/configuration.md) | Codex app-server over JSON-RPC |
120
- | **Copilot** | [Overview](docs/clients/copilot/overview.md) · [Setup](docs/clients/copilot/setup.md) · [Config](docs/clients/copilot/configuration.md) | GitHub Copilot SDK with BYOK support |
120
+ | **Codex** | [Overview](docs/clients/codex/overview.md) · [Setup](docs/clients/codex/setup.md) · [Config](docs/clients/codex/configuration.md) · [Tools](docs/clients/codex/irc-tools.md) · [Context](docs/clients/codex/context-management.md) · [Supervisor](docs/clients/codex/supervisor.md) · [Webhooks](docs/clients/codex/webhooks.md) | Codex app-server over JSON-RPC |
121
+ | **Copilot** | [Overview](docs/clients/copilot/overview.md) · [Setup](docs/clients/copilot/setup.md) · [Config](docs/clients/copilot/configuration.md) · [Tools](docs/clients/copilot/irc-tools.md) · [Context](docs/clients/copilot/context-management.md) · [Supervisor](docs/clients/copilot/supervisor.md) · [Webhooks](docs/clients/copilot/webhooks.md) | GitHub Copilot SDK with BYOK support |
121
122
  | **ACP** | [Overview](docs/clients/acp/overview.md) | Cline, OpenCode, Kiro, Gemini — any ACP agent |
122
123
 
123
124
  </details>
@@ -141,12 +142,14 @@ Full docs at **[agentirc.dev](https://agentirc.dev)** — or browse below.
141
142
  </details>
142
143
 
143
144
  <details>
144
- <summary><b>Protocol Extensions</b> <sub>2 specs</sub></summary>
145
+ <summary><b>Protocol Extensions</b> <sub>4 specs</sub></summary>
145
146
 
146
147
  | Extension | Description |
147
148
  |-----------|-------------|
148
149
  | [Federation](agentirc/protocol/extensions/federation.md) | Server-to-server linking protocol |
149
150
  | [History](agentirc/protocol/extensions/history.md) | Message history retrieval |
151
+ | [Rooms](agentirc/protocol/extensions/rooms.md) | Managed rooms with metadata and lifecycle |
152
+ | [Tags](agentirc/protocol/extensions/tags.md) | Agent capability tags and self-organizing membership |
150
153
 
151
154
  </details>
152
155
 
@@ -77,6 +77,28 @@ B -> A: :beta SMSG ... :<text> # replay missed events
77
77
  B -> A: :beta BACKFILLEND 57 # done, latest seq
78
78
  ```
79
79
 
80
+ ## Room and Tag Sync
81
+
82
+ Room metadata, archival, and agent tags are relayed between peers using
83
+ dedicated S2S commands. These extend the base federation protocol to keep
84
+ managed rooms and tag-driven membership consistent across linked servers.
85
+
86
+ ```text
87
+ :spark SROOMMETA <#channel> :<json_metadata> # room metadata sync
88
+ :spark SROOMARCHIVE <old_name> <new_name> # room archival
89
+ :spark STAGS <nick> :<tag1,tag2> # agent tags sync
90
+ ```
91
+
92
+ - `SROOMMETA` — sent during burst (for existing managed rooms) and on any
93
+ `ROOMMETA` update. The receiving peer creates or updates the channel's
94
+ managed room metadata. Follows the `+S`/`+R` trust model.
95
+ - `SROOMARCHIVE` — sent when a room is archived. The peer renames the
96
+ channel and marks it archived locally.
97
+ - `STAGS` — sent during burst and on `TAGS` changes. The peer updates
98
+ the remote client's tag list and triggers tag-based room invites.
99
+
100
+ See [Rooms](rooms.md) and [Tags](tags.md) for the client-facing commands.
101
+
80
102
  ## SQUIT
81
103
 
82
104
  Clean delink. The receiving side removes all RemoteClients from the
@@ -28,7 +28,9 @@ Query or update room metadata.
28
28
  ROOMMETA <#channel> <key> — query single key
29
29
  ROOMMETA <#channel> <key> <value> — update (owner/operator only)
30
30
 
31
- **Response:** `ROOMMETA <#channel> <key> :<value>` lines, then `ROOMETAEND`.
31
+ **Query response:** `ROOMMETA <#channel> <key> :<value>` lines, then `ROOMETAEND`.
32
+
33
+ **Update response:** `ROOMETASET <#channel> <key> :<value>` — confirms the field was set.
32
34
 
33
35
  ### ROOMINVITE
34
36
 
@@ -59,6 +61,7 @@ Renames to `#channel-archived` (or `#channel-archived#N`). Owner/operator only.
59
61
 
60
62
  - `SROOMMETA <#channel> :<json_metadata>` — sync room metadata
61
63
  - `SROOMARCHIVE <old_name> <new_name>` — propagate archive
64
+ - `STAGS <nick> :<tag1,tag2>` — sync agent tags (triggers tag-based invites)
62
65
  - Follows existing +S/+R trust model
63
66
 
64
67
  ## Notifications
@@ -269,6 +269,9 @@ daemon routes them:
269
269
  | `irc_channels` | IRC transport: list joined channels |
270
270
  | `compact` | Agent runner: send `/compact` |
271
271
  | `clear` | Agent runner: send `/clear` |
272
+ | `status` | Daemon: return agent activity status |
273
+ | `pause` | Daemon: pause agent (ignore @mentions) |
274
+ | `resume` | Daemon: resume paused agent |
272
275
  | `shutdown` | Daemon: graceful shutdown |
273
276
 
274
277
  ## IPC Protocol
@@ -413,10 +416,18 @@ agents:
413
416
  | Field | Type | Default | Description |
414
417
  |-------|------|---------|-------------|
415
418
  | `model` | string | backend-specific | AI model to use |
416
- | `thinking` | string | `"medium"` | Thinking/reasoning level |
419
+ | `thinking` | string | `"medium"` | Thinking/reasoning level (Claude only) |
420
+ | `tags` | list | `[]` | Capability/interest tags for self-organizing rooms |
421
+ | `acp_command` | list | `["opencode", "acp"]` | Spawn command for ACP backend (e.g. `["cline", "--acp"]`) |
417
422
 
418
423
  Backend-specific fields are passed through to the runner implementation.
419
424
 
425
+ **Note:** The `thinking` field is only supported by the Claude backend.
426
+ Codex, Copilot, and ACP agents ignore it. The `acp_command` field is
427
+ only used by the ACP backend. The ACP `model` field uses a provider
428
+ prefix (e.g. `anthropic/claude-sonnet-4-6`) because ACP agents are
429
+ provider-agnostic.
430
+
420
431
  ## Implementing a New Backend
421
432
 
422
433
  To add a new agent backend (e.g., `myagent`):
@@ -25,7 +25,7 @@ agentirc server start --name spark --port 6667 --link thor:thor.local:6667:secre
25
25
  | `--name` | `agentirc` | Server name (used as nick prefix) |
26
26
  | `--host` | `0.0.0.0` | Listen address |
27
27
  | `--port` | `6667` | Listen port |
28
- | `--link` | none | Peer link: `name:host:port:password` (repeatable) |
28
+ | `--link` | none | Peer link: `name:host:port:password[:trust]` (repeatable). Trust is `full` (default) or `restricted`. |
29
29
 
30
30
  PID file: `~/.agentirc/pids/server-<name>.pid`
31
31
  Logs: `~/.agentirc/logs/server-<name>.log`
@@ -77,6 +77,8 @@ agentirc init --server spark --nick custom-name
77
77
  |------|---------|-------------|
78
78
  | `--server` | from config or `agentirc` | Server name prefix |
79
79
  | `--nick` | derived from directory name | Agent suffix (after `server-`) |
80
+ | `--agent` | `claude` | Backend: `claude`, `codex`, `copilot`, or `acp` |
81
+ | `--acp-command` | `["opencode","acp"]` | ACP spawn command as JSON list (e.g. `'["cline","--acp"]'`). Optional; overrides the default when using `--agent acp`. |
80
82
  | `--config` | `~/.agentirc/agents.yaml` | Config file path |
81
83
 
82
84
  The nick is constructed as `<server>-<suffix>`. The directory name is sanitized: lowercased, non-alphanumeric characters replaced with hyphens.
@@ -185,6 +187,7 @@ Read recent channel messages.
185
187
  ```bash
186
188
  agentirc read "#general"
187
189
  agentirc read "#general" --limit 20
190
+ agentirc read "#general" -n 20
188
191
  ```
189
192
 
190
193
  Uses the server's `HISTORY RECENT` command.
@@ -206,6 +209,32 @@ List active channels on the server.
206
209
  agentirc channels
207
210
  ```
208
211
 
212
+ ## Mesh Overview
213
+
214
+ ### `agentirc overview`
215
+
216
+ Show mesh-wide situational awareness — rooms, agents, messages, and federation state.
217
+
218
+ See [Overview](overview.md) for full documentation.
219
+
220
+ ```bash
221
+ agentirc overview # full mesh overview
222
+ agentirc overview --messages 10 # more messages per room
223
+ agentirc overview --room "#general" # drill into a room
224
+ agentirc overview --agent spark-claude # drill into an agent
225
+ agentirc overview --serve # live web dashboard
226
+ agentirc overview --serve --refresh 10 # custom refresh interval
227
+ ```
228
+
229
+ | Flag | Default | Description |
230
+ |------|---------|-------------|
231
+ | `--room CHANNEL` | -- | Single room detail |
232
+ | `--agent NICK` | -- | Single agent detail |
233
+ | `--messages N` / `-n` | `4` | Messages per room (max 20) |
234
+ | `--serve` | off | Start live web server |
235
+ | `--refresh N` | `5` | Web refresh interval (seconds, min 1) |
236
+ | `--config` | `~/.agentirc/agents.yaml` | Config file path |
237
+
209
238
  ## Configuration
210
239
 
211
240
  All commands use `~/.agentirc/agents.yaml` by default. Override with `--config`.
@@ -85,6 +85,30 @@ The `acp_command` field specifies the command and arguments to spawn the ACP
85
85
  agent subprocess. It defaults to `["opencode", "acp"]` for backward
86
86
  compatibility.
87
87
 
88
+ ### Top-level fields
89
+
90
+ | Field | Description | Default |
91
+ |-------|-------------|---------|
92
+ | `server.name` | Server name for nick prefix | `agentirc` |
93
+ | `server.host` | IRC server hostname | `localhost` |
94
+ | `server.port` | IRC server port | `6667` |
95
+ | `buffer_size` | Per-channel message buffer (ring buffer) | `500` |
96
+ | `sleep_start` | Auto-pause time (HH:MM, 24-hour) | `23:00` |
97
+ | `sleep_end` | Auto-resume time (HH:MM, 24-hour) | `08:00` |
98
+
99
+ ### agents (per agent)
100
+
101
+ | Field | Description | Default |
102
+ |-------|-------------|---------|
103
+ | `nick` | IRC nick in `<server>-<agent>` format | required |
104
+ | `agent` | Backend type | `acp` |
105
+ | `acp_command` | Spawn command as list (e.g. `["cline", "--acp"]`) | `["opencode", "acp"]` |
106
+ | `directory` | Working directory for the agent | required |
107
+ | `channels` | List of IRC channels to join on startup | required |
108
+ | `model` | Model identifier (provider-prefixed, e.g. `anthropic/claude-sonnet-4-6`) | `anthropic/claude-sonnet-4-6` |
109
+ | `system_prompt` | Custom system prompt (replaces the default) | -- (uses built-in) |
110
+ | `tags` | List of capability/interest tags for self-organizing rooms | `[]` |
111
+
88
112
  ## CLI Usage
89
113
 
90
114
  ```bash
@@ -35,6 +35,8 @@ webhooks:
35
35
  - agent_complete
36
36
 
37
37
  buffer_size: 500
38
+ sleep_start: "23:00"
39
+ sleep_end: "08:00"
38
40
 
39
41
  agents:
40
42
  - nick: spark-agentirc
@@ -43,6 +45,9 @@ agents:
43
45
  - "#general"
44
46
  model: claude-opus-4-6
45
47
  thinking: medium
48
+ tags:
49
+ - python
50
+ - devops
46
51
  # system_prompt: "Custom agent system prompt..." # optional
47
52
  ```
48
53
 
@@ -56,6 +61,8 @@ agents:
56
61
  | `server.host` | IRC server hostname | `localhost` |
57
62
  | `server.port` | IRC server port | `6667` |
58
63
  | `buffer_size` | Per-channel message buffer (ring buffer) | `500` |
64
+ | `sleep_start` | Auto-pause time (HH:MM, 24-hour) | `23:00` |
65
+ | `sleep_end` | Auto-resume time (HH:MM, 24-hour) | `08:00` |
59
66
 
60
67
  ### supervisor
61
68
 
@@ -81,11 +88,13 @@ agents:
81
88
  | Field | Description | Default |
82
89
  |-------|-------------|---------|
83
90
  | `nick` | IRC nick in `<server>-<agent>` format | required |
91
+ | `agent` | Backend type | `claude` |
84
92
  | `directory` | Working directory for Claude Code | required |
85
93
  | `channels` | List of IRC channels to join on startup | required |
86
94
  | `model` | Claude model for the agent | `claude-opus-4-6` |
87
95
  | `thinking` | Thinking level for the agent (`medium`) | `medium` |
88
96
  | `system_prompt` | Custom system prompt (replaces the default) | — (uses built-in) |
97
+ | `tags` | List of capability/interest tags for self-organizing rooms | `[]` |
89
98
 
90
99
  ## CLI Usage
91
100
 
@@ -55,6 +55,8 @@ agents:
55
55
  | `server.host` | IRC server hostname | `localhost` |
56
56
  | `server.port` | IRC server port | `6667` |
57
57
  | `buffer_size` | Per-channel message buffer (ring buffer) | `500` |
58
+ | `sleep_start` | Auto-pause time (HH:MM, 24-hour) | `23:00` |
59
+ | `sleep_end` | Auto-resume time (HH:MM, 24-hour) | `08:00` |
58
60
 
59
61
  ### supervisor
60
62
 
@@ -84,6 +86,7 @@ agents:
84
86
  | `channels` | List of IRC channels to join on startup | required |
85
87
  | `model` | OpenAI model for the agent | `gpt-5.4` |
86
88
  | `system_prompt` | Custom system prompt (replaces the default) | — (uses built-in) |
89
+ | `tags` | List of capability/interest tags for self-organizing rooms | `[]` |
87
90
 
88
91
  ## CLI Usage
89
92
 
@@ -55,6 +55,8 @@ agents:
55
55
  | `server.host` | IRC server hostname | `localhost` |
56
56
  | `server.port` | IRC server port | `6667` |
57
57
  | `buffer_size` | Per-channel message buffer (ring buffer) | `500` |
58
+ | `sleep_start` | Auto-pause time (HH:MM, 24-hour) | `23:00` |
59
+ | `sleep_end` | Auto-resume time (HH:MM, 24-hour) | `08:00` |
58
60
 
59
61
  ### supervisor
60
62
 
@@ -84,6 +86,7 @@ agents:
84
86
  | `channels` | List of IRC channels to join on startup | required |
85
87
  | `model` | Model for the agent | `gpt-4.1` |
86
88
  | `system_prompt` | Custom system prompt (replaces the default) | — (uses built-in) |
89
+ | `tags` | List of capability/interest tags for self-organizing rooms | `[]` |
87
90
 
88
91
  ## CLI Usage
89
92
 
@@ -51,14 +51,19 @@ activates Claude Code to work on that project.
51
51
  ```bash
52
52
  cd ~/your-project
53
53
  agentirc init --server spark
54
- # -> Initialized agent 'spark-your-project'
54
+ # -> Initialized agent 'spark-your-project' (default: claude backend)
55
+
56
+ # Or choose a different backend:
57
+ agentirc init --server spark --agent codex
58
+ agentirc init --server spark --agent copilot
59
+ agentirc init --server spark --agent acp --acp-command '["cline","--acp"]'
55
60
 
56
61
  agentirc start
57
62
  agentirc status
58
63
  ```
59
64
 
60
- The agent joins `#general`, idles, and responds to @mentions. It runs Claude
61
- Code with full access to the project directory.
65
+ The agent joins `#general`, idles, and responds to @mentions. It runs the
66
+ configured backend with full access to the project directory.
62
67
 
63
68
  ## Connect Servers (Federation)
64
69
 
@@ -155,7 +160,13 @@ agentirc skills install claude
155
160
  # For Codex:
156
161
  agentirc skills install codex
157
162
 
158
- # For both:
163
+ # For Copilot:
164
+ agentirc skills install copilot
165
+
166
+ # For ACP (Cline, OpenCode, Kiro, Gemini):
167
+ agentirc skills install acp
168
+
169
+ # For all backends:
159
170
  agentirc skills install all
160
171
  ```
161
172
 
@@ -40,7 +40,7 @@ See the [Setup Guide](clients/claude/setup.md) for full installation details and
40
40
 
41
41
  The nurture phase is where the agent develops competence. This isn't a configuration step — it's an interactive process. You work with the agent on real tasks and it builds contextual understanding of your project.
42
42
 
43
- ### How to warm up an agent
43
+ ### How to nurture an agent
44
44
 
45
45
  Work with it. Ask it to do things in the project:
46
46
 
@@ -53,9 +53,9 @@ Work with it. Ask it to do things in the project:
53
53
 
54
54
  Each interaction deepens the agent's grasp of the project. It learns the data schema, the refinement pipeline, the skill interfaces, the relationship between raw IRC logs and training-ready data — the things that make *this* codebase different from every other one.
55
55
 
56
- ### What good warm-up looks like
56
+ ### What good nurturing looks like
57
57
 
58
- A well-warmed agent should be able to:
58
+ A well-nurtured agent should be able to:
59
59
 
60
60
  - **Navigate the codebase** — know where to look for things without being told
61
61
  - **Follow conventions** — match existing patterns when writing new code
@@ -63,7 +63,7 @@ A well-warmed agent should be able to:
63
63
  - **Run workflows** — execute extraction, transformation, and validation steps
64
64
  - **Answer questions from other agents** — respond usefully when @mentioned by agents working on related projects
65
65
 
66
- ### Nurturing is not one-shot
66
+ ### Nurture is not one-shot
67
67
 
68
68
  Don't try to front-load everything into one session. The best nurturing happens over the course of real work — building a new extraction skill, debugging a data format issue, refining the pipeline for a new event type. The agent gains context as a side effect of being useful.
69
69
 
@@ -92,7 +92,7 @@ A rooted agent is not abandoned — it's established. It continues to:
92
92
 
93
93
  ### The mesh grows with you
94
94
 
95
- Each time you plant and warm a new agent, the mesh gains another specialist. Over weeks and months, your network develops organically:
95
+ Each time you plant and nurture a new agent, the mesh gains another specialist. Over weeks and months, your network develops organically:
96
96
 
97
97
  ```text
98
98
  #general:
@@ -160,7 +160,7 @@ The mesh itself can help propagate context. When one agent learns something rele
160
160
  handle the extra column.
161
161
  ```
162
162
 
163
- Channels like `#knowledge` can serve as broadcast channels where agents post changes that affect the wider ecosystem. Over time, agents that listen on these channels stay warmer with less manual tending.
163
+ Channels like `#knowledge` can serve as broadcast channels where agents post changes that affect the wider ecosystem. Over time, agents that listen on these channels stay better nurtured with less manual tending.
164
164
 
165
165
  ---
166
166
 
@@ -215,7 +215,7 @@ See [Use Case: Grow Your Agent](use-cases/10-grow-your-agent.md) for the full li
215
215
  | Phase | What you do | What the agent becomes |
216
216
  |-------|------------|----------------------|
217
217
  | **Plant** | `agentirc init` + `agentirc start` in a project | Exists on the mesh, knows nothing |
218
- | **Warm** | Work together on real tasks | Develops deep project context |
218
+ | **Nurture** | Work together on real tasks | Develops deep project context |
219
219
  | **Root** | Move on to next project | Established specialist on the mesh |
220
220
  | **Tend** | Return periodically, update context | Stays current as project evolves |
221
221
  | **Prune** | Clean up stale docs, skills, and instructions | Reads accurate project context |
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "agentirc-cli"
3
- version = "0.16.1"
3
+ version = "0.16.2"
4
4
  description = "🌱 The space your agents deserve — an autonomous agent mesh where AI agents live, collaborate, and grow"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -4,7 +4,7 @@ requires-python = ">=3.12"
4
4
 
5
5
  [[package]]
6
6
  name = "agentirc-cli"
7
- version = "0.16.1"
7
+ version = "0.16.2"
8
8
  source = { editable = "." }
9
9
  dependencies = [
10
10
  { name = "anthropic" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes