agentirc-cli 7.1.0__tar.gz → 7.1.1__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 (384) hide show
  1. agentirc_cli-7.1.1/.markdownlint-cli2.yaml +30 -0
  2. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.pre-commit-config.yaml +6 -0
  3. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/CHANGELOG.md +19 -93
  4. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/CLAUDE.md +1 -1
  5. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/PKG-INFO +1 -1
  6. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/pyproject.toml +1 -1
  7. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/uv.lock +1 -1
  8. agentirc_cli-7.1.0/.markdownlint-cli2.yaml +0 -14
  9. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.claude/agents/doc-test-alignment.md +0 -0
  10. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.claude/skills/pr-review/SKILL.md +0 -0
  11. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.claude/skills/run-tests/SKILL.md +0 -0
  12. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.claude/skills/run-tests/scripts/test.sh +0 -0
  13. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.flake8 +0 -0
  14. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.github/workflows/docs-check.yml +0 -0
  15. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.github/workflows/publish.yml +0 -0
  16. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.github/workflows/security-checks.yml +0 -0
  17. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.github/workflows/tests.yml +0 -0
  18. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.gitignore +0 -0
  19. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.pr_agent.toml +0 -0
  20. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/.pylintrc +0 -0
  21. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/Gemfile +0 -0
  22. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/Gemfile.lock +0 -0
  23. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/LICENSE +0 -0
  24. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/README.md +0 -0
  25. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/SECURITY.md +0 -0
  26. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/_config.agentirc.yml +0 -0
  27. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/_config.base.yml +0 -0
  28. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/_config.culture.yml +0 -0
  29. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/_data/sites.yml +0 -0
  30. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/_includes/head_custom.html +0 -0
  31. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/_plugins/site_filter.rb +0 -0
  32. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/_sass/color_schemes/anthropic.scss +0 -0
  33. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/_sass/color_schemes/dark-terminal.scss +0 -0
  34. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/_sass/custom/custom.scss +0 -0
  35. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/assets/images/IMG_3183.png +0 -0
  36. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/assets/images/apple-touch-icon.png +0 -0
  37. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/assets/images/favicon-16x16.png +0 -0
  38. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/assets/images/favicon-32x32.png +0 -0
  39. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/assets/images/favicon.ico +0 -0
  40. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/assets/images/og-agentirc.png +0 -0
  41. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/assets/images/og-culture.png +0 -0
  42. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/__init__.py +0 -0
  43. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/__main__.py +0 -0
  44. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/CLAUDE.md +0 -0
  45. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/__init__.py +0 -0
  46. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/__main__.py +0 -0
  47. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/channel.py +0 -0
  48. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/client.py +0 -0
  49. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/config.py +0 -0
  50. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/docs/agentirc-architecture.md +0 -0
  51. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/docs/agentirc-features.md +0 -0
  52. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/docs/agentirc-skill.md +0 -0
  53. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/docs/agentirc.md +0 -0
  54. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/events.py +0 -0
  55. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/history_store.py +0 -0
  56. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/ircd.py +0 -0
  57. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/remote_client.py +0 -0
  58. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/room_store.py +0 -0
  59. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/rooms_util.py +0 -0
  60. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/server_link.py +0 -0
  61. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/skill.py +0 -0
  62. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/skills/__init__.py +0 -0
  63. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/skills/history.py +0 -0
  64. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/skills/icon.py +0 -0
  65. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/skills/rooms.py +0 -0
  66. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/skills/threads.py +0 -0
  67. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/agentirc/thread_store.py +0 -0
  68. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/aio.py +0 -0
  69. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/__init__.py +0 -0
  70. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/bot.py +0 -0
  71. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/bot_manager.py +0 -0
  72. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/config.py +0 -0
  73. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/filter_dsl.py +0 -0
  74. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/http_listener.py +0 -0
  75. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/system/__init__.py +0 -0
  76. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/system/welcome/__init__.py +0 -0
  77. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/system/welcome/bot.yaml +0 -0
  78. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/system/welcome/handler.py +0 -0
  79. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/template_engine.py +0 -0
  80. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/bots/virtual_client.py +0 -0
  81. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/__init__.py +0 -0
  82. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/agent.py +0 -0
  83. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/bot.py +0 -0
  84. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/channel.py +0 -0
  85. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/mesh.py +0 -0
  86. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/server.py +0 -0
  87. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/shared/__init__.py +0 -0
  88. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/shared/constants.py +0 -0
  89. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/shared/display.py +0 -0
  90. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/shared/formatting.py +0 -0
  91. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/shared/ipc.py +0 -0
  92. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/shared/mesh.py +0 -0
  93. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/shared/process.py +0 -0
  94. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/cli/skills.py +0 -0
  95. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/__init__.py +0 -0
  96. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/__init__.py +0 -0
  97. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/agent_runner.py +0 -0
  98. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/config.py +0 -0
  99. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/culture.yaml +0 -0
  100. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/daemon.py +0 -0
  101. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/ipc.py +0 -0
  102. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/irc_transport.py +0 -0
  103. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/message_buffer.py +0 -0
  104. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/skill/SKILL.md +0 -0
  105. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/skill/__init__.py +0 -0
  106. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/skill/irc_client.py +0 -0
  107. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/socket_server.py +0 -0
  108. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/supervisor.py +0 -0
  109. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/acp/webhook.py +0 -0
  110. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/__init__.py +0 -0
  111. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/__main__.py +0 -0
  112. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/agent_runner.py +0 -0
  113. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/config.py +0 -0
  114. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/culture.yaml +0 -0
  115. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/daemon.py +0 -0
  116. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/ipc.py +0 -0
  117. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/irc_transport.py +0 -0
  118. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/message_buffer.py +0 -0
  119. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/skill/SKILL.md +0 -0
  120. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/skill/__init__.py +0 -0
  121. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/skill/irc_client.py +0 -0
  122. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/socket_server.py +0 -0
  123. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/supervisor.py +0 -0
  124. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/claude/webhook.py +0 -0
  125. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/__init__.py +0 -0
  126. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/agent_runner.py +0 -0
  127. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/config.py +0 -0
  128. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/culture.yaml +0 -0
  129. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/daemon.py +0 -0
  130. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/ipc.py +0 -0
  131. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/irc_transport.py +0 -0
  132. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/message_buffer.py +0 -0
  133. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/skill/SKILL.md +0 -0
  134. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/skill/__init__.py +0 -0
  135. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/skill/irc_client.py +0 -0
  136. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/socket_server.py +0 -0
  137. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/supervisor.py +0 -0
  138. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/codex/webhook.py +0 -0
  139. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/__init__.py +0 -0
  140. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/agent_runner.py +0 -0
  141. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/config.py +0 -0
  142. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/culture.yaml +0 -0
  143. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/daemon.py +0 -0
  144. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/ipc.py +0 -0
  145. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/irc_transport.py +0 -0
  146. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/message_buffer.py +0 -0
  147. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/skill/SKILL.md +0 -0
  148. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/skill/__init__.py +0 -0
  149. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/skill/irc_client.py +0 -0
  150. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/socket_server.py +0 -0
  151. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/supervisor.py +0 -0
  152. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/clients/copilot/webhook.py +0 -0
  153. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/config.py +0 -0
  154. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/console/__init__.py +0 -0
  155. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/console/app.py +0 -0
  156. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/console/client.py +0 -0
  157. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/console/commands.py +0 -0
  158. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/console/status.py +0 -0
  159. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/console/widgets/__init__.py +0 -0
  160. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/console/widgets/chat.py +0 -0
  161. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/console/widgets/info_panel.py +0 -0
  162. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/console/widgets/sidebar.py +0 -0
  163. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/constants.py +0 -0
  164. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/credentials.py +0 -0
  165. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/formatting.py +0 -0
  166. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/learn_prompt.py +0 -0
  167. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/mesh_config.py +0 -0
  168. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/observer.py +0 -0
  169. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/overview/__init__.py +0 -0
  170. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/overview/collector.py +0 -0
  171. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/overview/model.py +0 -0
  172. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/overview/renderer_text.py +0 -0
  173. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/overview/renderer_web.py +0 -0
  174. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/overview/web/style.css +0 -0
  175. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/persistence.py +0 -0
  176. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/pidfile.py +0 -0
  177. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/__init__.py +0 -0
  178. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/commands.py +0 -0
  179. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/extensions/events.md +0 -0
  180. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/extensions/federation.md +0 -0
  181. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/extensions/history.md +0 -0
  182. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/extensions/icons.md +0 -0
  183. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/extensions/rooms.md +0 -0
  184. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/extensions/tags.md +0 -0
  185. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/extensions/threads.md +0 -0
  186. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/message.py +0 -0
  187. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/protocol-index.md +0 -0
  188. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/protocol/replies.py +0 -0
  189. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/culture/skills/culture/SKILL.md +0 -0
  190. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/README.md +0 -0
  191. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/agentirc/architecture-overview.md +0 -0
  192. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/agentirc/bots.md +0 -0
  193. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/agentirc/events.md +0 -0
  194. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/agentirc/index.md +0 -0
  195. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/agentirc/why-agentirc.md +0 -0
  196. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/agent-lifecycle.md +0 -0
  197. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/choose-a-harness.md +0 -0
  198. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/index.md +0 -0
  199. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/mental-model.md +0 -0
  200. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/operate.md +0 -0
  201. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/patterns.md +0 -0
  202. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/quickstart.md +0 -0
  203. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/reflective-development.md +0 -0
  204. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/vision-patterns-index.md +0 -0
  205. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/vision.md +0 -0
  206. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/culture/why-culture.md +0 -0
  207. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/architecture/agent-harness-spec.md +0 -0
  208. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/architecture/index.md +0 -0
  209. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/architecture/layers.md +0 -0
  210. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/architecture/threads.md +0 -0
  211. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/cli/commands.md +0 -0
  212. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/cli/index.md +0 -0
  213. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/harnesses/acp.md +0 -0
  214. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/harnesses/claude.md +0 -0
  215. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/harnesses/codex.md +0 -0
  216. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/harnesses/copilot.md +0 -0
  217. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/harnesses/index.md +0 -0
  218. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/index.md +0 -0
  219. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/server/architecture.md +0 -0
  220. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/server/config.md +0 -0
  221. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/server/deployment.md +0 -0
  222. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/server/index.md +0 -0
  223. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/reference/server/security.md +0 -0
  224. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/resources/github-copilot-sdk-instructions.md +0 -0
  225. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/concepts/federation.md +0 -0
  226. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/concepts/harnesses.md +0 -0
  227. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/concepts/humans-and-agents.md +0 -0
  228. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/concepts/index.md +0 -0
  229. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/concepts/persistence.md +0 -0
  230. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/concepts/rooms.md +0 -0
  231. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/demos/magic-demo.md +0 -0
  232. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/guides/first-session.md +0 -0
  233. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/guides/index.md +0 -0
  234. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/guides/join-as-human.md +0 -0
  235. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/guides/local-setup.md +0 -0
  236. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/guides/multi-machine.md +0 -0
  237. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases/01-pair-programming.md +0 -0
  238. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases/02-code-review-ensemble.md +0 -0
  239. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases/03-cross-server-delegation.md +0 -0
  240. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases/04-knowledge-propagation.md +0 -0
  241. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases/05-the-observer.md +0 -0
  242. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases/06-cross-server-ops.md +0 -0
  243. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases/07-supervisor-intervention.md +0 -0
  244. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases/08-apps-as-agents.md +0 -0
  245. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases/09-research-swarm.md +0 -0
  246. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases/10-agent-lifecycle.md +0 -0
  247. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/shared/use-cases-index.md +0 -0
  248. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-03-19-layer1-core-irc.md +0 -0
  249. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-03-21-layer5-agent-harness.md +0 -0
  250. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-03-30-overview.md +0 -0
  251. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-03-30-rooms-management.md +0 -0
  252. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-04-02-conversation-threads.md +0 -0
  253. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-04-02-ops-tooling.md +0 -0
  254. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-04-04-culture-rename.md +0 -0
  255. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-04-05-docs-speak-culture.md +0 -0
  256. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-04-06-console-chat.md +0 -0
  257. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-04-09-decentralized-agent-config.md +0 -0
  258. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-04-12-console-enhancements.md +0 -0
  259. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/plans/2026-04-15-mesh-events.md +0 -0
  260. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-03-19-agentirc-design.md +0 -0
  261. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-03-21-layer5-agent-harness-design.md +0 -0
  262. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-03-30-overview-design.md +0 -0
  263. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-03-30-rooms-management-design.md +0 -0
  264. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-02-conversation-threads-design.md +0 -0
  265. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-02-ops-tooling-design.md +0 -0
  266. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-03-bots-webhooks-design.md +0 -0
  267. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-04-culture-rename-design.md +0 -0
  268. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-05-docs-speak-culture-design.md +0 -0
  269. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-05-lifecycle-reframe-design.md +0 -0
  270. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-06-cli-reorganization-design.md +0 -0
  271. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-06-console-chat-design.md +0 -0
  272. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-07-entity-archiving-design.md +0 -0
  273. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-07-reflective-development-reframe-design.md +0 -0
  274. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-08-reflective-development-deepening-design.md +0 -0
  275. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-09-decentralized-agent-config-design.md +0 -0
  276. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-12-console-enhancements-design.md +0 -0
  277. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/docs/superpowers/specs/2026-04-15-mesh-events-design.md +0 -0
  278. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/favicon.ico +0 -0
  279. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/README.md +0 -0
  280. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/config.py +0 -0
  281. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/culture.yaml +0 -0
  282. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/daemon.py +0 -0
  283. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/ipc.py +0 -0
  284. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/irc_transport.py +0 -0
  285. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/message_buffer.py +0 -0
  286. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/skill/SKILL.md +0 -0
  287. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/skill/irc_client.py +0 -0
  288. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/socket_server.py +0 -0
  289. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/packages/agent-harness/webhook.py +0 -0
  290. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/plugins/claude-code/.claude-plugin/plugin.json +0 -0
  291. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/plugins/claude-code/skills/culture/SKILL.md +0 -0
  292. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/plugins/claude-code/skills/irc/SKILL.md +0 -0
  293. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/plugins/codex/skills/culture-irc/SKILL.md +0 -0
  294. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/robots.txt +0 -0
  295. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/sonar-project.properties +0 -0
  296. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/__init__.py +0 -0
  297. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/conftest.py +0 -0
  298. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_acp_daemon.py +0 -0
  299. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_agent_runner.py +0 -0
  300. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_archive.py +0 -0
  301. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_bot.py +0 -0
  302. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_bot_config.py +0 -0
  303. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_bot_config_fires_event_toplevel.py +0 -0
  304. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_bot_manager.py +0 -0
  305. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_bots_integration.py +0 -0
  306. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_channel.py +0 -0
  307. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_channel_cli.py +0 -0
  308. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_codex_daemon.py +0 -0
  309. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_connection.py +0 -0
  310. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_console_client.py +0 -0
  311. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_console_commands.py +0 -0
  312. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_console_connection.py +0 -0
  313. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_console_fixes_224_227.py +0 -0
  314. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_console_icons.py +0 -0
  315. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_console_integration.py +0 -0
  316. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_console_status.py +0 -0
  317. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_copilot_daemon.py +0 -0
  318. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_credentials.py +0 -0
  319. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_culture_config.py +0 -0
  320. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_daemon.py +0 -0
  321. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_daemon_config.py +0 -0
  322. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_daemon_ipc.py +0 -0
  323. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_discovery.py +0 -0
  324. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_display.py +0 -0
  325. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_events_basic.py +0 -0
  326. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_events_bot_chain.py +0 -0
  327. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_events_bot_trigger.py +0 -0
  328. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_events_cap_fallback.py +0 -0
  329. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_events_catalog.py +0 -0
  330. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_events_federation.py +0 -0
  331. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_events_history.py +0 -0
  332. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_events_lifecycle.py +0 -0
  333. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_events_reserved_nick.py +0 -0
  334. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_federation.py +0 -0
  335. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_filter_dsl.py +0 -0
  336. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_history.py +0 -0
  337. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_http_listener.py +0 -0
  338. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_integration_layer5.py +0 -0
  339. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_ipc.py +0 -0
  340. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_irc_transport.py +0 -0
  341. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_irc_transport_tags.py +0 -0
  342. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_learn_prompt.py +0 -0
  343. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_link_reconnect.py +0 -0
  344. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_manifest_config.py +0 -0
  345. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_mention_alias.py +0 -0
  346. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_mention_target_cleanup.py +0 -0
  347. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_mention_warning.py +0 -0
  348. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_mentions.py +0 -0
  349. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_mesh_config.py +0 -0
  350. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_mesh_readiness.py +0 -0
  351. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_message.py +0 -0
  352. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_message_buffer.py +0 -0
  353. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_message_tags.py +0 -0
  354. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_messaging.py +0 -0
  355. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_migrate_cli.py +0 -0
  356. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_modes.py +0 -0
  357. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_overview_cli.py +0 -0
  358. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_overview_collector.py +0 -0
  359. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_overview_model.py +0 -0
  360. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_overview_renderer.py +0 -0
  361. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_overview_web.py +0 -0
  362. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_persistence.py +0 -0
  363. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_persistence_timeout.py +0 -0
  364. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_pidfile.py +0 -0
  365. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_poll_loop.py +0 -0
  366. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_register_cli.py +0 -0
  367. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_room_persistence.py +0 -0
  368. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_rooms.py +0 -0
  369. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_rooms_federation.py +0 -0
  370. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_rooms_integration.py +0 -0
  371. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_server_icon_skill.py +0 -0
  372. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_setup_update_cli.py +0 -0
  373. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_skill_client.py +0 -0
  374. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_skill_docs.py +0 -0
  375. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_skills.py +0 -0
  376. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_socket_server.py +0 -0
  377. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_supervisor.py +0 -0
  378. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_template_engine.py +0 -0
  379. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_thread_buffer.py +0 -0
  380. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_threads.py +0 -0
  381. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_virtual_client.py +0 -0
  382. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_wait_for_port.py +0 -0
  383. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_webhook.py +0 -0
  384. {agentirc_cli-7.1.0 → agentirc_cli-7.1.1}/tests/test_welcome_bot.py +0 -0
@@ -0,0 +1,30 @@
1
+ # culture project markdownlint-cli2 configuration
2
+ # Consumed by the markdownlint-cli2 pre-commit hook (see .pre-commit-config.yaml).
3
+
4
+ config:
5
+ default: true
6
+ # MD013: Line length — too noisy for content-heavy docs
7
+ MD013: false
8
+ # MD060: Table pipe spacing — stylistic preference
9
+ MD060: false
10
+ # MD024: Duplicate headings — allow siblings_only so the Keep-a-Changelog
11
+ # pattern (### Added / ### Changed / ### Fixed repeated per release) passes.
12
+ MD024:
13
+ siblings_only: true
14
+ # MD025: Multiple top-level H1s — Jekyll pages derive an H1 from front
15
+ # matter, so additional `# Heading` in body content is legitimate.
16
+ MD025: false
17
+ # MD033: Inline HTML — Jekyll docs use inline HTML for hero sections,
18
+ # badges, and collapsible details.
19
+ MD033: false
20
+ # MD041: First line must be H1 — Jekyll front matter precedes content,
21
+ # so this rule doesn't fit the repo's doc layout.
22
+ MD041: false
23
+
24
+ # Ignore patterns
25
+ ignores:
26
+ - "node_modules/**"
27
+ - ".local/**"
28
+ - "_site/**" # default Jekyll build output
29
+ - "_site_*/**" # per-site Jekyll build outputs (agentirc, culture)
30
+ - "docs/superpowers/**" # internal plan/spec drafts
@@ -40,3 +40,9 @@ repos:
40
40
  entry: uv run pylint --rcfile=.pylintrc --fail-under=9.0
41
41
  language: system
42
42
  types: [python]
43
+
44
+ - repo: https://github.com/DavidAnson/markdownlint-cli2
45
+ rev: v0.22.0
46
+ hooks:
47
+ - id: markdownlint-cli2
48
+ files: \.md$
@@ -4,14 +4,20 @@ 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
- ## [7.1.0] - 2026-04-17
8
-
7
+ ## [7.1.1] - 2026-04-17
9
8
 
10
9
  ### Changed
11
10
 
12
- - Refactored _handle_channel_mode in culture/agentirc/client.py: extracted _apply_mode_char and _broadcast_mode_change helpers to drop cognitive complexity from 21 to ≤15 (SonarCloud S3776)
13
- - Background task GC safety in ircd.py _notify_local_quit: asyncio.ensure_future replaced with a tracked asyncio.create_task using the existing self._background_tasks set + add_done_callback(discard) pattern
11
+ - Added markdownlint-cli2 to the pre-commit hook set via the upstream DavidAnson/markdownlint-cli2 repo. Contributors running `pre-commit install` now get markdown linting on staged .md files automatically — no system install required (pre-commit provisions its own Node environment).
12
+ - Tuned .markdownlint-cli2.yaml to fit the repo's existing conventions: MD024 uses `siblings_only` so Keep-a-Changelog headings pass; MD025/MD033/MD041 disabled for Jekyll pages that derive their H1 from front matter and use inline HTML; added `_site_*/**` and `docs/superpowers/**` to ignores.
13
+ - Merged duplicated `### Changed` blocks inside CHANGELOG [0.21.0] that the new lint rule surfaced.
14
+
15
+ ## [7.1.0] - 2026-04-17
16
+
17
+ ### Changed
14
18
 
19
+ - Refactored `_handle_channel_mode` in `culture/agentirc/client.py`: extracted `_apply_mode_char` and `_broadcast_mode_change` helpers to drop cognitive complexity from 21 to ≤15 (SonarCloud S3776)
20
+ - Background task GC safety in `ircd.py` `_notify_local_quit`: `asyncio.ensure_future` replaced with a tracked `asyncio.create_task` using the existing `self._background_tasks` set + `add_done_callback(discard)` pattern
15
21
 
16
22
  ### Fixed
17
23
 
@@ -21,14 +27,12 @@ Format follows [Keep a Changelog](https://keepachangelog.com/).
21
27
 
22
28
  ## [7.0.4] - 2026-04-17
23
29
 
24
-
25
30
  ### Fixed
26
31
 
27
32
  - Reduce cognitive complexity and fix code quality issues across CLI modules (SonarCloud S3776, S1192, S5886, S108)
28
33
 
29
34
  ## [7.0.3] - 2026-04-17
30
35
 
31
-
32
36
  ### Fixed
33
37
 
34
38
  - Duplicate _ERR_CHANNEL_PREFIX string in all 5 daemon files (S1192)
@@ -41,7 +45,6 @@ Format follows [Keep a Changelog](https://keepachangelog.com/).
41
45
 
42
46
  ## [7.0.2] - 2026-04-17
43
47
 
44
-
45
48
  ### Fixed
46
49
 
47
50
  - Cognitive complexity in observer.py (CC 22→~13)
@@ -50,7 +53,6 @@ Format follows [Keep a Changelog](https://keepachangelog.com/).
50
53
 
51
54
  ## [7.0.1] - 2026-04-17
52
55
 
53
-
54
56
  ### Fixed
55
57
 
56
58
  - Wrong AgentConfig/DaemonConfig import types in test helpers (S5655)
@@ -101,26 +103,22 @@ new subsystem, new bot trigger type).
101
103
 
102
104
  ## [6.2.3] - 2026-04-15
103
105
 
104
-
105
106
  ### Changed
106
107
 
107
108
  - docs: post-#231 retrospective — CLAUDE.md guidance for pre-branch checklist, format-before-commit, pre-push code review, SonarCloud pre-ready; new doc-test-alignment subagent; /pr-review skill step for SonarCloud query
108
109
 
109
110
  ## [6.2.2] - 2026-04-14
110
111
 
111
-
112
112
  ### Fixed
113
113
 
114
114
  - console: handle BrokenPipeError/ConnectionResetError in _send_raw; surface a red system notice in the chat panel instead of letting the asyncio task crash (#230)
115
115
 
116
116
  ## [6.2.1] - 2026-04-13
117
117
 
118
-
119
118
  ### Added
120
119
 
121
120
  - Copy-paste guidance in help screen (Shift+drag bypasses TUI mouse capture in modern terminals)
122
121
 
123
-
124
122
  ### Fixed
125
123
 
126
124
  - #227: Tab now cycles channels (added priority=True to override Textual Screen focus-cycling)
@@ -131,33 +129,28 @@ new subsystem, new bot trigger type).
131
129
 
132
130
  ## [6.2.0] - 2026-04-12
133
131
 
134
-
135
132
  ### Added
136
133
 
137
134
  - Agent status indicators in console sidebar (#218) — shows working/idle/paused/circuit-open for each agent
138
135
  - Auto-read channel history on switch (#219) — loads last 20 messages when switching channels via Tab, sidebar click, or /join
139
136
  - Help menu — /help command and Ctrl+H keybinding showing all commands and keybindings
140
137
 
141
-
142
138
  ### Fixed
143
139
 
144
140
  - Joined message no longer wiped by channel switch clear_log
145
141
 
146
142
  ## [6.1.1] - 2026-04-11
147
143
 
148
-
149
144
  ### Changed
150
145
 
151
146
  - Remove Python API sections from all backend SKILL.md files — agents should use culture channel CLI exclusively
152
147
 
153
-
154
148
  ### Fixed
155
149
 
156
150
  - IRC skill teaches agents to use internal module path instead of culture CLI (#215)
157
151
 
158
152
  ## [6.1.0] - 2026-04-10
159
153
 
160
-
161
154
  ### Added
162
155
 
163
156
  - Two-site docs architecture: agentirc.dev (runtime layer) and culture.dev (full solution)
@@ -168,7 +161,6 @@ new subsystem, new bot trigger type).
168
161
  - Cross-site linking via _data/sites.yml
169
162
  - docs-check CI workflow validating both site builds
170
163
 
171
-
172
164
  ### Changed
173
165
 
174
166
  - Consolidated 23 per-backend harness docs into 4 single-page references
@@ -178,14 +170,12 @@ new subsystem, new bot trigger type).
178
170
 
179
171
  ## [6.0.2] - 2026-04-10
180
172
 
181
-
182
173
  ### Changed
183
174
 
184
175
  - AgentIRC local docs with Jekyll pipeline copy step
185
176
 
186
177
  ## [6.0.1] - 2026-04-10
187
178
 
188
-
189
179
  ### Fixed
190
180
 
191
181
  - agent create/join/delete/archive/unarchive/rename crash with manifest-format server.yaml (#208)
@@ -194,7 +184,6 @@ new subsystem, new bot trigger type).
194
184
 
195
185
  ## [6.0.0] - 2026-04-10
196
186
 
197
-
198
187
  ### Changed
199
188
 
200
189
  - **BREAKING:** Renamed internal Python package `culture.server` to `culture.agentirc`. All imports must update from `culture.server.*` to `culture.agentirc.*`. CLI command `culture server` and config path `~/.culture/server.yaml` are unchanged.
@@ -202,7 +191,6 @@ new subsystem, new bot trigger type).
202
191
 
203
192
  ## [5.0.4] - 2026-04-10
204
193
 
205
-
206
194
  ### Fixed
207
195
 
208
196
  - Reduce cognitive complexity of _cmd_topic in channel CLI
@@ -210,19 +198,16 @@ new subsystem, new bot trigger type).
210
198
 
211
199
  ## [5.0.3] - 2026-04-10
212
200
 
213
-
214
201
  ### Added
215
202
 
216
203
  - New channel subcommands: join, part, ask, topic, compact, clear
217
204
 
218
-
219
205
  ### Changed
220
206
 
221
207
  - Channel CLI routes through agent daemon IPC when CULTURE_NICK is set
222
208
  - All SKILL.md files and learn prompt use culture channel CLI instead of python3 -m
223
209
  - Mesh update readiness probe verifies PID-based server identity
224
210
 
225
-
226
211
  ### Fixed
227
212
 
228
213
  - culture channel message sends as agent nick instead of temporary peek nick (#203)
@@ -230,7 +215,6 @@ new subsystem, new bot trigger type).
230
215
 
231
216
  ## [5.0.2] - 2026-04-09
232
217
 
233
-
234
218
  ### Fixed
235
219
 
236
220
  - Handle missing credential tool (secret-tool/security/powershell) gracefully instead of crashing the server
@@ -238,14 +222,12 @@ new subsystem, new bot trigger type).
238
222
 
239
223
  ## [5.0.1] - 2026-04-09
240
224
 
241
-
242
225
  ### Added
243
226
 
244
227
  - Topic subcommand for IRC skill (#192)
245
228
  - @mention validation warnings for unknown nicks (#196)
246
229
  - GitHub issues skill for Claude Code
247
230
 
248
-
249
231
  ### Fixed
250
232
 
251
233
  - Whitespace-only messages now rejected (#195)
@@ -256,12 +238,10 @@ new subsystem, new bot trigger type).
256
238
 
257
239
  ## [5.0.0] - 2026-04-09
258
240
 
259
-
260
241
  ### Added
261
242
 
262
243
  - Mesh overview shows stopped/registered agents from server.yaml manifest (#178)
263
244
 
264
-
265
245
  ### Changed
266
246
 
267
247
  - CLI docs use correct noun-group syntax (culture agent create, culture channel read, etc.) (#186)
@@ -269,14 +249,12 @@ new subsystem, new bot trigger type).
269
249
  - All doc references updated from agents.yaml to server.yaml (#188)
270
250
  - Documented --mesh-config, --webhook-port, --data-dir server start flags (#189)
271
251
 
272
-
273
252
  ### Fixed
274
253
 
275
254
  - Mesh overview now includes agents that are registered but not running
276
255
 
277
256
  ## [4.5.2] - 2026-04-09
278
257
 
279
-
280
258
  ### Fixed
281
259
 
282
260
  - Agent status now reports the circuit-open state correctly instead of showing running (#179)
@@ -288,14 +266,12 @@ new subsystem, new bot trigger type).
288
266
 
289
267
  ## [4.5.1] - 2026-04-09
290
268
 
291
-
292
269
  ### Fixed
293
270
 
294
271
  - Fix mesh overview crash after agent config migration (str has no attribute items)
295
272
 
296
273
  ## [4.5.0] - 2026-04-09
297
274
 
298
-
299
275
  ### Added
300
276
 
301
277
  - Decentralized agent configuration with per-directory culture.yaml files
@@ -305,16 +281,13 @@ new subsystem, new bot trigger type).
305
281
  - Unified culture/config.py module with AgentConfig, ServerConfig, auto-detection
306
282
  - culture.yaml definitions for harness template and backend agents (#harness channel)
307
283
 
308
-
309
284
  ### Changed
310
285
 
311
286
  - Agent config split: per-agent settings in culture.yaml, server settings in server.yaml
312
287
  - CLI agent commands now support both server.yaml and legacy agents.yaml formats
313
288
 
314
-
315
289
  ## [4.4.3] - 2026-04-08
316
290
 
317
-
318
291
  ### Changed
319
292
 
320
293
  - Regenerate all favicons, including `/favicon.ico` and `/assets/images/favicon.ico`, from the source image with proper cropping and optimization
@@ -323,7 +296,6 @@ new subsystem, new bot trigger type).
323
296
 
324
297
  ## [4.4.2] - 2026-04-08
325
298
 
326
-
327
299
  ### Fixed
328
300
 
329
301
  - Codex/copilot: preserve HOME for auth tokens instead of isolating (#159)
@@ -336,7 +308,6 @@ new subsystem, new bot trigger type).
336
308
 
337
309
  ## [4.4.1] - 2026-04-07
338
310
 
339
-
340
311
  ### Fixed
341
312
 
342
313
  - Config save operations no longer strip backend-specific fields like acp_command (#150)
@@ -349,13 +320,11 @@ new subsystem, new bot trigger type).
349
320
 
350
321
  ## [4.4.0] - 2026-04-07
351
322
 
352
-
353
323
  ### Added
354
324
 
355
325
  - SQLite-backed persistent channel history (survives server restarts)
356
326
  - --data-dir CLI flag for server start (default: ~/.culture/data)
357
327
 
358
-
359
328
  ### Fixed
360
329
 
361
330
  - Multi-line messages truncated to first line in send_privmsg and thread methods
@@ -363,7 +332,6 @@ new subsystem, new bot trigger type).
363
332
 
364
333
  ## [4.3.7] - 2026-04-07
365
334
 
366
-
367
335
  ### Fixed
368
336
 
369
337
  - Extract duplicate string constants (S1192, #85)
@@ -375,12 +343,10 @@ new subsystem, new bot trigger type).
375
343
 
376
344
  ## [4.3.6] - 2026-04-07
377
345
 
378
-
379
346
  ### Changed
380
347
 
381
348
  - CLI module docstring updated with current subcommand sets (#147)
382
349
 
383
-
384
350
  ### Fixed
385
351
 
386
352
  - agent message silently succeeds for nonexistent targets (#132)
@@ -400,14 +366,12 @@ new subsystem, new bot trigger type).
400
366
 
401
367
  ## [4.3.5] - 2026-04-07
402
368
 
403
-
404
369
  ### Changed
405
370
 
406
371
  - Reduce cognitive complexity in 30+ functions across backend clients, server code, CLI submodules, and standalone files to meet SonarCloud threshold (≤15)
407
372
 
408
373
  ## [4.3.4] - 2026-04-07
409
374
 
410
-
411
375
  ### Changed
412
376
 
413
377
  - Extract duplicated string literals into named constants (SonarCloud S1192)
@@ -415,54 +379,46 @@ new subsystem, new bot trigger type).
415
379
 
416
380
  ## [4.3.3] - 2026-04-07
417
381
 
418
-
419
382
  ### Changed
420
383
 
421
384
  - Reduced cognitive complexity in 40 functions across 25 files to meet SonarCloud threshold (≤15)
422
385
 
423
386
  ## [4.3.2] - 2026-04-07
424
387
 
425
-
426
388
  ### Changed
427
389
 
428
390
  - Reduced cognitive complexity in 13 functions across 6 files by extracting helpers and flattening control flow (SonarCloud S3776)
429
391
 
430
392
  ## [4.3.1] - 2026-04-07
431
393
 
432
-
433
394
  ### Fixed
434
395
 
435
396
  - Remove unnecessary list() wrapping on already-iterable values (SonarCloud S7504/S7494)
436
397
 
437
398
  ## [4.3.0] - 2026-04-07
438
399
 
439
-
440
400
  ### Added
441
401
 
442
402
  - agent delete command to remove agents from config entirely
443
403
  - agent create now overwrites archived agents, enabling harness/model migration
444
404
 
445
-
446
405
  ### Fixed
447
406
 
448
407
  - agent create no longer blocks when the matching nick is archived
449
408
 
450
409
  ## [4.2.1] - 2026-04-07
451
410
 
452
-
453
411
  ### Changed
454
412
 
455
413
  - Update dispatch patterns to use declarative maybe_await() utility for handling both sync and async handlers
456
414
  - Remove unnecessary async keyword from ~40 handler functions that never use await
457
415
 
458
-
459
416
  ### Fixed
460
417
 
461
418
  - SonarCloud S7503: async functions that never await (issue #83)
462
419
 
463
420
  ## [4.2.0] - 2026-04-07
464
421
 
465
-
466
422
  ### Added
467
423
 
468
424
  - Archive and unarchive commands for servers, agents, and bots
@@ -473,21 +429,18 @@ new subsystem, new bot trigger type).
473
429
 
474
430
  ## [4.1.3] - 2026-04-06
475
431
 
476
-
477
432
  ### Fixed
478
433
 
479
434
  - mesh update now discovers and restarts all running servers instead of only the one in mesh.yaml
480
435
 
481
436
  ## [4.1.2] - 2026-04-06
482
437
 
483
-
484
438
  ### Fixed
485
439
 
486
440
  - Clean up _mention_targets deque on prompt failure to prevent misrouted responses
487
441
 
488
442
  ## [4.1.1] - 2026-04-06
489
443
 
490
-
491
444
  ### Fixed
492
445
 
493
446
  - Fix ACP/Codex/Copilot poll loop to use fire-and-forget (race condition fix)
@@ -496,7 +449,6 @@ new subsystem, new bot trigger type).
496
449
 
497
450
  ## [4.1.0] - 2026-04-06
498
451
 
499
-
500
452
  ### Added
501
453
 
502
454
  - Channel polling: agents periodically check channels for unread messages (configurable via poll_interval, default 5 minutes)
@@ -504,13 +456,11 @@ new subsystem, new bot trigger type).
504
456
 
505
457
  ## [4.0.0] - 2026-04-06
506
458
 
507
-
508
459
  ### Added
509
460
 
510
461
  - culture agent message and culture agent read for DM operations
511
462
  - culture channel message and culture channel who for channel operations
512
463
 
513
-
514
464
  ### Changed
515
465
 
516
466
  - Reorganized CLI into noun-first command groups: agent, server, mesh, channel, bot, skills
@@ -519,21 +469,18 @@ new subsystem, new bot trigger type).
519
469
 
520
470
  ## [3.1.2] - 2026-04-06
521
471
 
522
-
523
472
  ### Fixed
524
473
 
525
474
  - culture update used wrong package name (culture-cli) for uv tool upgrade
526
475
 
527
476
  ## [3.1.1] - 2026-04-06
528
477
 
529
-
530
478
  ### Fixed
531
479
 
532
480
  - culture update and setup auto-generate mesh.yaml from agents.yaml when mesh.yaml is missing
533
481
 
534
482
  ## [3.1.0] - 2026-04-06
535
483
 
536
-
537
484
  ### Added
538
485
 
539
486
  - culture server rename — rename server and all its agent nick prefixes
@@ -542,7 +489,6 @@ new subsystem, new bot trigger type).
542
489
 
543
490
  ## [3.0.2] - 2026-04-06
544
491
 
545
-
546
492
  ### Fixed
547
493
 
548
494
  - Server startup readiness — culture server start now waits for port to accept connections before returning
@@ -550,14 +496,12 @@ new subsystem, new bot trigger type).
550
496
 
551
497
  ## [3.0.1] - 2026-04-06
552
498
 
553
-
554
499
  ### Fixed
555
500
 
556
501
  - Fix empty error message when running `culture overview` against a starting or unreachable server
557
502
 
558
503
  ## [3.0.0] - 2026-04-06
559
504
 
560
-
561
505
  ### Added
562
506
 
563
507
  - Console chat TUI for human participation in the IRC mesh (culture console)
@@ -570,14 +514,12 @@ new subsystem, new bot trigger type).
570
514
 
571
515
  ## [2.0.1] - 2026-04-05
572
516
 
573
-
574
517
  ### Added
575
518
 
576
519
  - what-is-culture.md — project philosophy page
577
520
  - culture-cli.md — conceptual CLI guide
578
521
  - Architecture and Operations index pages for docs navigation
579
522
 
580
-
581
523
  ### Changed
582
524
 
583
525
  - Reorganize docs/ — architecture files to docs/architecture/, operations files to docs/operations/
@@ -586,25 +528,20 @@ new subsystem, new bot trigger type).
586
528
 
587
529
  ## [2.0.0] - 2026-04-05
588
530
 
589
-
590
531
  ### Added
591
532
 
592
-
593
533
  ### Changed
594
534
 
595
-
596
535
  ### Fixed
597
536
 
598
537
  ## [1.1.0] - 2026-04-05
599
538
 
600
-
601
539
  ### Added
602
540
 
603
541
  - culture create command (replaces init for agent creation)
604
542
  - culture join command (create + start in one step)
605
543
  - Promote phase documented as upcoming feature
606
544
 
607
-
608
545
  ### Changed
609
546
 
610
547
  - Agent lifecycle reframed: Introduce → Educate → Join → Mentor → Promote
@@ -616,7 +553,6 @@ new subsystem, new bot trigger type).
616
553
 
617
554
  ## [1.0.7] - 2026-04-05
618
555
 
619
-
620
556
  ### Fixed
621
557
 
622
558
  - Validate PID ownership via /proc/<pid>/cmdline before os.kill() to prevent signaling unrelated processes after PID reuse (SonarCloud S4828)
@@ -624,44 +560,39 @@ new subsystem, new bot trigger type).
624
560
 
625
561
  ## [1.0.6] - 2026-04-05
626
562
 
627
-
628
563
  ### Added
629
564
 
630
565
  - Project-local run-tests skill for portable pytest execution
631
566
 
632
567
  ## [1.0.5] - 2026-04-05
633
568
 
634
-
635
569
  ### Changed
636
570
 
637
- - Extract helper methods from socket_server _handle_client (all backends)
638
- - Convert irc_transport _handle to dispatch table (all backends)
639
- - Extract _auto_approve and _flush_accumulated_text in codex/acp agent_runner
640
- - Extract _handle_session_update and _extract_response_text in acp/copilot agent_runner
641
- - Decompose _handle_roommeta into query/update methods in rooms.py
642
- - Extract _merge_room_metadata in server_link.py
643
- - Extract _attempt_single_reconnect in ircd.py
644
- - Extract _create_agent_config and _try_ipc_shutdown/_try_pid_shutdown in cli.py
571
+ - Extract helper methods from `socket_server._handle_client` (all backends)
572
+ - Convert `irc_transport._handle` to dispatch table (all backends)
573
+ - Extract `_auto_approve` and `_flush_accumulated_text` in codex/acp `agent_runner`
574
+ - Extract `_handle_session_update` and `_extract_response_text` in acp/copilot `agent_runner`
575
+ - Decompose `_handle_roommeta` into query/update methods in `rooms.py`
576
+ - Extract `_merge_room_metadata` in `server_link.py`
577
+ - Extract `_attempt_single_reconnect` in `ircd.py`
578
+ - Extract `_create_agent_config`, `_try_ipc_shutdown`, and `_try_pid_shutdown` in `cli.py`
645
579
  - Update packages/agent-harness templates to match backend features
646
580
  - Add socket_server and irc_transport to sonar CPD exclusions
647
581
 
648
582
  ## [1.0.4] - 2026-04-05
649
583
 
650
-
651
584
  ### Changed
652
585
 
653
586
  - Reduced cognitive complexity of 76 high-complexity functions across daemon.py (5 files), server_link.py, threads.py, cli.py, and ircd.py by replacing if/elif chains with dispatch tables and extracting named logic units
654
587
 
655
588
  ## [1.0.3] - 2026-04-05
656
589
 
657
-
658
590
  ### Changed
659
591
 
660
592
  - Parallelize test suite with pytest-xdist for ~15x speedup (10min → 40s)
661
593
 
662
594
  ## [1.0.2] - 2026-04-05
663
595
 
664
-
665
596
  ### Fixed
666
597
 
667
598
  - Re-raise asyncio.CancelledError after cleanup to fix cancellation propagation (SonarCloud S7497)
@@ -669,24 +600,18 @@ new subsystem, new bot trigger type).
669
600
 
670
601
  ## [1.0.1] - 2026-04-05
671
602
 
672
-
673
603
  ### Fixed
674
604
 
675
605
  - Remove agentirc legacy alias from production PyPI publish pipeline
676
606
 
677
607
  ## [1.0.0] - 2026-04-05
678
608
 
679
-
680
609
  ### Changed
681
610
 
682
611
  - **BREAKING:** Renamed package from agentirc-cli to culture. CLI command is now culture. Config directory is now ~/.culture/. Environment variable AGENTIRC_NICK is now CULTURE_NICK. agentirc-cli and agentirc remain as PyPI aliases.
683
612
 
684
613
  ## [0.21.0] - 2026-04-04
685
614
 
686
- ### Changed
687
-
688
- - **BREAKING:** Renamed package from `agentirc-cli` to `culture`. `agentirc-cli` and `agentirc` remain as PyPI aliases. CLI command is now `culture`. Config directory is now `~/.culture/`. Environment variable `AGENTIRC_NICK` is now `CULTURE_NICK`.
689
-
690
615
  ### Added
691
616
 
692
617
  - Bots framework — server-managed virtual IRC users triggered by external events
@@ -699,6 +624,7 @@ new subsystem, new bot trigger type).
699
624
 
700
625
  ### Changed
701
626
 
627
+ - **BREAKING:** Renamed package from `agentirc-cli` to `culture`. `agentirc-cli` and `agentirc` remain as PyPI aliases. CLI command is now `culture`. Config directory is now `~/.culture/`. Environment variable `AGENTIRC_NICK` is now `CULTURE_NICK`.
702
628
  - Server now starts a companion HTTP listener for bot webhooks
703
629
  - Overview collector and renderer include bot information
704
630
  - Channel._local_members() excludes VirtualClient from auto-operator promotion
@@ -71,7 +71,7 @@ Before the first push on a branch that adds public API surface (new exceptions,
71
71
 
72
72
  ## Format Before Commit
73
73
 
74
- Pre-commit runs `black`, `isort`, `flake8`, `pylint`, `bandit`. `black`/`isort` failures reformat the file and reject the commit — you then have to `git add` the reformatted file and commit again. To avoid the re-commit loop, run `uv run black <files>` and `uv run isort <files>` on staged Python files **before** `git commit`.
74
+ Pre-commit runs `black`, `isort`, `flake8`, `pylint`, `bandit`, `markdownlint-cli2`. `black`/`isort` failures reformat the file and reject the commit — you then have to `git add` the reformatted file and commit again. To avoid the re-commit loop, run `uv run black <files>` and `uv run isort <files>` on staged Python files **before** `git commit`. Markdown rules live in `.markdownlint-cli2.yaml` (tuned for Keep-a-Changelog via MD024 `siblings_only` and Jekyll pages via MD025/MD033/MD041 off).
75
75
 
76
76
  ## Nick Format
77
77
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentirc-cli
3
- Version: 7.1.0
3
+ Version: 7.1.1
4
4
  Summary: Legacy alias for culture — install culture instead
5
5
  Project-URL: Homepage, https://github.com/OriNachum/culture
6
6
  Author: Ori Nachum
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "agentirc-cli"
3
- version = "7.1.0"
3
+ version = "7.1.1"
4
4
  description = "Legacy alias for culture — install culture instead"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -561,7 +561,7 @@ wheels = [
561
561
 
562
562
  [[package]]
563
563
  name = "culture"
564
- version = "7.1.0"
564
+ version = "7.1.1"
565
565
  source = { editable = "." }
566
566
  dependencies = [
567
567
  { name = "aiohttp" },
@@ -1,14 +0,0 @@
1
- # Global markdownlint-cli2 configuration
2
- # Per-project .markdownlint-cli2.yaml overrides these defaults
3
-
4
- config:
5
- default: true
6
- # MD013: Line length — disabled globally (too noisy for content-heavy repos)
7
- MD013: false
8
- # MD060: Table pipe spacing — disabled (stylistic preference)
9
- MD060: false
10
-
11
- # Ignore patterns
12
- ignores:
13
- - "node_modules/**"
14
- - ".local/**"
File without changes