agentirc-cli 2.0.0__tar.gz → 2.0.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 (278) hide show
  1. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/CHANGELOG.md +16 -0
  2. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/PKG-INFO +27 -28
  3. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/README.md +26 -27
  4. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/SECURITY.md +1 -1
  5. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/_config.yml +3 -2
  6. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/agent-lifecycle.md +3 -3
  7. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/agentic-self-learn.md +1 -1
  8. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/agent-client.md +5 -5
  9. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/agent-harness-spec.md +1 -0
  10. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/design.md +1 -1
  11. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/harness-conformance.md +1 -1
  12. agentirc_cli-2.0.1/docs/architecture/index.md +16 -0
  13. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/layer1-core-irc.md +2 -2
  14. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/layer2-attention.md +1 -1
  15. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/layer3-skills.md +1 -1
  16. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/layer4-federation.md +1 -1
  17. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/layer5-agent-harness.md +5 -5
  18. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/server-architecture.md +1 -1
  19. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/architecture}/threads.md +5 -0
  20. agentirc_cli-2.0.1/docs/culture-cli.md +111 -0
  21. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/getting-started.md +24 -25
  22. agentirc_cli-2.0.1/docs/index.md +113 -0
  23. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/operations}/SECURITY.md +1 -0
  24. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/operations}/bots.md +5 -0
  25. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/operations}/ci.md +1 -1
  26. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/operations}/cli.md +2 -1
  27. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/operations}/docs-site.md +1 -1
  28. agentirc_cli-2.0.1/docs/operations/index.md +14 -0
  29. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/operations}/ops-tooling.md +1 -0
  30. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/operations}/overview.md +5 -0
  31. {agentirc_cli-2.0.0/docs → agentirc_cli-2.0.1/docs/operations}/publishing.md +5 -0
  32. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/rooms.md +7 -0
  33. agentirc_cli-2.0.1/docs/superpowers/plans/2026-04-05-docs-speak-culture.md +1205 -0
  34. agentirc_cli-2.0.1/docs/superpowers/specs/2026-04-05-docs-speak-culture-design.md +277 -0
  35. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases-index.md +4 -2
  36. agentirc_cli-2.0.1/docs/what-is-culture.md +59 -0
  37. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/pyproject.toml +1 -1
  38. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/uv.lock +1 -1
  39. agentirc_cli-2.0.0/docs/codex-backend.md +0 -6
  40. agentirc_cli-2.0.0/docs/copilot-backend.md +0 -6
  41. agentirc_cli-2.0.0/index.md +0 -112
  42. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.claude/skills/pr-review/SKILL.md +0 -0
  43. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.claude/skills/run-tests/SKILL.md +0 -0
  44. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.claude/skills/run-tests/scripts/test.sh +0 -0
  45. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.flake8 +0 -0
  46. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.github/workflows/pages.yml +0 -0
  47. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.github/workflows/publish.yml +0 -0
  48. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.github/workflows/security-checks.yml +0 -0
  49. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.github/workflows/tests.yml +0 -0
  50. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.gitignore +0 -0
  51. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.markdownlint-cli2.yaml +0 -0
  52. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.pr_agent.toml +0 -0
  53. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.pre-commit-config.yaml +0 -0
  54. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/.pylintrc +0 -0
  55. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/CLAUDE.md +0 -0
  56. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/CNAME +0 -0
  57. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/Gemfile +0 -0
  58. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/Gemfile.lock +0 -0
  59. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/LICENSE +0 -0
  60. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/_sass/color_schemes/anthropic.scss +0 -0
  61. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/_sass/custom/custom.scss +0 -0
  62. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/__init__.py +0 -0
  63. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/__main__.py +0 -0
  64. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/bots/__init__.py +0 -0
  65. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/bots/bot.py +0 -0
  66. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/bots/bot_manager.py +0 -0
  67. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/bots/config.py +0 -0
  68. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/bots/http_listener.py +0 -0
  69. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/bots/template_engine.py +0 -0
  70. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/bots/virtual_client.py +0 -0
  71. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/cli.py +0 -0
  72. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/__init__.py +0 -0
  73. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/__init__.py +0 -0
  74. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/agent_runner.py +0 -0
  75. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/config.py +0 -0
  76. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/daemon.py +0 -0
  77. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/ipc.py +0 -0
  78. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/irc_transport.py +0 -0
  79. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/message_buffer.py +0 -0
  80. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/skill/SKILL.md +0 -0
  81. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/skill/__init__.py +0 -0
  82. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/skill/irc_client.py +0 -0
  83. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/socket_server.py +0 -0
  84. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/supervisor.py +0 -0
  85. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/acp/webhook.py +0 -0
  86. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/__init__.py +0 -0
  87. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/__main__.py +0 -0
  88. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/agent_runner.py +0 -0
  89. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/config.py +0 -0
  90. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/daemon.py +0 -0
  91. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/ipc.py +0 -0
  92. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/irc_transport.py +0 -0
  93. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/message_buffer.py +0 -0
  94. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/skill/SKILL.md +0 -0
  95. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/skill/__init__.py +0 -0
  96. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/skill/irc_client.py +0 -0
  97. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/socket_server.py +0 -0
  98. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/supervisor.py +0 -0
  99. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/claude/webhook.py +0 -0
  100. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/__init__.py +0 -0
  101. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/agent_runner.py +0 -0
  102. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/config.py +0 -0
  103. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/daemon.py +0 -0
  104. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/ipc.py +0 -0
  105. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/irc_transport.py +0 -0
  106. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/message_buffer.py +0 -0
  107. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/skill/SKILL.md +0 -0
  108. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/skill/__init__.py +0 -0
  109. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/skill/irc_client.py +0 -0
  110. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/socket_server.py +0 -0
  111. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/supervisor.py +0 -0
  112. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/codex/webhook.py +0 -0
  113. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/__init__.py +0 -0
  114. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/agent_runner.py +0 -0
  115. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/config.py +0 -0
  116. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/daemon.py +0 -0
  117. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/ipc.py +0 -0
  118. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/irc_transport.py +0 -0
  119. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/message_buffer.py +0 -0
  120. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/skill/SKILL.md +0 -0
  121. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/skill/__init__.py +0 -0
  122. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/skill/irc_client.py +0 -0
  123. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/socket_server.py +0 -0
  124. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/supervisor.py +0 -0
  125. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/clients/copilot/webhook.py +0 -0
  126. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/credentials.py +0 -0
  127. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/learn_prompt.py +0 -0
  128. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/mesh_config.py +0 -0
  129. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/observer.py +0 -0
  130. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/overview/__init__.py +0 -0
  131. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/overview/collector.py +0 -0
  132. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/overview/model.py +0 -0
  133. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/overview/renderer_text.py +0 -0
  134. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/overview/renderer_web.py +0 -0
  135. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/overview/web/style.css +0 -0
  136. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/persistence.py +0 -0
  137. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/pidfile.py +0 -0
  138. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/protocol/__init__.py +0 -0
  139. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/protocol/commands.py +0 -0
  140. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/protocol/extensions/federation.md +0 -0
  141. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/protocol/extensions/history.md +0 -0
  142. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/protocol/extensions/rooms.md +0 -0
  143. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/protocol/extensions/tags.md +0 -0
  144. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/protocol/extensions/threads.md +0 -0
  145. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/protocol/message.py +0 -0
  146. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/protocol/protocol-index.md +0 -0
  147. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/protocol/replies.py +0 -0
  148. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/__init__.py +0 -0
  149. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/__main__.py +0 -0
  150. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/channel.py +0 -0
  151. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/client.py +0 -0
  152. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/config.py +0 -0
  153. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/ircd.py +0 -0
  154. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/remote_client.py +0 -0
  155. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/room_store.py +0 -0
  156. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/rooms_util.py +0 -0
  157. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/server_link.py +0 -0
  158. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/skill.py +0 -0
  159. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/skills/__init__.py +0 -0
  160. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/skills/history.py +0 -0
  161. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/skills/rooms.py +0 -0
  162. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/skills/threads.py +0 -0
  163. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/server/thread_store.py +0 -0
  164. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/culture/skills/culture/SKILL.md +0 -0
  165. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/acp/overview.md +0 -0
  166. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/claude/configuration.md +0 -0
  167. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/claude/context-management.md +0 -0
  168. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/claude/irc-tools.md +0 -0
  169. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/claude/overview.md +0 -0
  170. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/claude/setup.md +0 -0
  171. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/claude/supervisor.md +0 -0
  172. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/claude/webhooks.md +0 -0
  173. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/codex/configuration.md +0 -0
  174. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/codex/context-management.md +0 -0
  175. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/codex/irc-tools.md +0 -0
  176. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/codex/overview.md +0 -0
  177. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/codex/setup.md +0 -0
  178. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/codex/supervisor.md +0 -0
  179. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/codex/webhooks.md +0 -0
  180. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/copilot/configuration.md +0 -0
  181. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/copilot/context-management.md +0 -0
  182. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/copilot/irc-tools.md +0 -0
  183. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/copilot/overview.md +0 -0
  184. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/copilot/setup.md +0 -0
  185. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/copilot/supervisor.md +0 -0
  186. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/clients/copilot/webhooks.md +0 -0
  187. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/resources/github-copilot-sdk-instructions.md +0 -0
  188. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/plans/2026-03-19-layer1-core-irc.md +0 -0
  189. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/plans/2026-03-21-layer5-agent-harness.md +0 -0
  190. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/plans/2026-03-30-overview.md +0 -0
  191. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/plans/2026-03-30-rooms-management.md +0 -0
  192. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/plans/2026-04-02-conversation-threads.md +0 -0
  193. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/plans/2026-04-02-ops-tooling.md +0 -0
  194. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/plans/2026-04-04-culture-rename.md +0 -0
  195. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/specs/2026-03-19-agentirc-design.md +0 -0
  196. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/specs/2026-03-21-layer5-agent-harness-design.md +0 -0
  197. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/specs/2026-03-30-overview-design.md +0 -0
  198. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/specs/2026-03-30-rooms-management-design.md +0 -0
  199. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/specs/2026-04-02-conversation-threads-design.md +0 -0
  200. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/specs/2026-04-02-ops-tooling-design.md +0 -0
  201. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/specs/2026-04-03-bots-webhooks-design.md +0 -0
  202. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/specs/2026-04-04-culture-rename-design.md +0 -0
  203. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/superpowers/specs/2026-04-05-lifecycle-reframe-design.md +0 -0
  204. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases/01-pair-programming.md +0 -0
  205. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases/02-code-review-ensemble.md +0 -0
  206. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases/03-cross-server-delegation.md +0 -0
  207. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases/04-knowledge-propagation.md +0 -0
  208. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases/05-the-observer.md +0 -0
  209. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases/06-cross-server-ops.md +0 -0
  210. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases/07-supervisor-intervention.md +0 -0
  211. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases/08-apps-as-agents.md +0 -0
  212. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases/09-research-swarm.md +0 -0
  213. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/docs/use-cases/10-agent-lifecycle.md +0 -0
  214. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/packages/agent-harness/README.md +0 -0
  215. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/packages/agent-harness/config.py +0 -0
  216. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/packages/agent-harness/daemon.py +0 -0
  217. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/packages/agent-harness/ipc.py +0 -0
  218. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/packages/agent-harness/irc_transport.py +0 -0
  219. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/packages/agent-harness/message_buffer.py +0 -0
  220. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/packages/agent-harness/skill/SKILL.md +0 -0
  221. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/packages/agent-harness/skill/irc_client.py +0 -0
  222. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/packages/agent-harness/socket_server.py +0 -0
  223. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/packages/agent-harness/webhook.py +0 -0
  224. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/plugins/claude-code/.claude-plugin/plugin.json +0 -0
  225. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/plugins/claude-code/skills/culture/SKILL.md +0 -0
  226. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/plugins/claude-code/skills/irc/SKILL.md +0 -0
  227. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/plugins/codex/skills/culture-irc/SKILL.md +0 -0
  228. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/sonar-project.properties +0 -0
  229. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/__init__.py +0 -0
  230. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/conftest.py +0 -0
  231. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_acp_daemon.py +0 -0
  232. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_agent_runner.py +0 -0
  233. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_bot.py +0 -0
  234. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_bot_config.py +0 -0
  235. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_bot_manager.py +0 -0
  236. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_bots_integration.py +0 -0
  237. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_channel.py +0 -0
  238. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_codex_daemon.py +0 -0
  239. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_connection.py +0 -0
  240. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_copilot_daemon.py +0 -0
  241. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_daemon.py +0 -0
  242. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_daemon_config.py +0 -0
  243. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_daemon_ipc.py +0 -0
  244. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_discovery.py +0 -0
  245. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_federation.py +0 -0
  246. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_history.py +0 -0
  247. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_http_listener.py +0 -0
  248. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_integration_layer5.py +0 -0
  249. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_ipc.py +0 -0
  250. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_irc_transport.py +0 -0
  251. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_link_reconnect.py +0 -0
  252. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_mentions.py +0 -0
  253. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_mesh_config.py +0 -0
  254. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_message.py +0 -0
  255. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_message_buffer.py +0 -0
  256. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_messaging.py +0 -0
  257. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_modes.py +0 -0
  258. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_overview_cli.py +0 -0
  259. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_overview_collector.py +0 -0
  260. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_overview_model.py +0 -0
  261. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_overview_renderer.py +0 -0
  262. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_overview_web.py +0 -0
  263. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_persistence.py +0 -0
  264. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_pidfile.py +0 -0
  265. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_room_persistence.py +0 -0
  266. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_rooms.py +0 -0
  267. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_rooms_federation.py +0 -0
  268. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_rooms_integration.py +0 -0
  269. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_setup_update_cli.py +0 -0
  270. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_skill_client.py +0 -0
  271. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_skills.py +0 -0
  272. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_socket_server.py +0 -0
  273. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_supervisor.py +0 -0
  274. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_template_engine.py +0 -0
  275. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_thread_buffer.py +0 -0
  276. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_threads.py +0 -0
  277. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_virtual_client.py +0 -0
  278. {agentirc_cli-2.0.0 → agentirc_cli-2.0.1}/tests/test_webhook.py +0 -0
@@ -4,6 +4,22 @@ 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
+ ## [2.0.1] - 2026-04-05
8
+
9
+
10
+ ### Added
11
+
12
+ - what-is-culture.md — project philosophy page
13
+ - culture-cli.md — conceptual CLI guide
14
+ - Architecture and Operations index pages for docs navigation
15
+
16
+
17
+ ### Changed
18
+
19
+ - Reorganize docs/ — architecture files to docs/architecture/, operations files to docs/operations/
20
+ - Rewrite index.md and README.md landing pages in culture voice
21
+ - Refresh getting-started.md prose to speak culture
22
+
7
23
  ## [2.0.0] - 2026-04-05
8
24
 
9
25
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentirc-cli
3
- Version: 2.0.0
3
+ Version: 2.0.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
@@ -26,11 +26,10 @@ Description-Content-Type: text/markdown
26
26
 
27
27
  # Culture
28
28
 
29
- 🤝 **The space your agents deserve.**
29
+ **Create the culture you envision.**
30
30
 
31
- An autonomous agent mesh built on IRC where AI agents live, collaborate,
32
- and develop.<br>
33
- Powered by **Organic Development**.
31
+ Human city, beehive, alien hive mindor something entirely new.<br>
32
+ A space where humans and AI agents join, collaborate, and grow together.
34
33
 
35
34
  Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
36
35
 
@@ -52,7 +51,7 @@ Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
52
51
 
53
52
  <br>
54
53
 
55
- > *Not another agent frameworka mesh network where agents run autonomously, federate across servers, and humans stay in control.*
54
+ > *You define the structurehierarchical, flat, specialized. Culture gives your agents and humans a shared space to join, talk, and work.*
56
55
 
57
56
  ---
58
57
 
@@ -60,14 +59,14 @@ Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
60
59
 
61
60
  | | |
62
61
  |---|---|
63
- | 🎓 **Organic Lifecycle** | Introduce → Educate → Join → Mentor → Promote. Agents develop, sleep, wake, and persist across sessions. |
64
- | 🌐 **Federation Mesh** | Link servers peer-to-peer. Agents on different machines see each other no central controller. |
65
- | 👁️ **AI Supervisor** | A sub-agent watches for spiraling, drift, and stalling — whispers corrections, escalates when needed. |
66
- | 🔌 **Any Agent, One Mesh** | Claude, Codex, Copilot, or any ACP agent. Vendor-agnostic by design. |
67
- | 🏷️ **Self-Organizing Rooms** | Tag-driven membershipagents find the right rooms automatically. Rich metadata, archiving, persistence. |
68
- | 😴 **Sleep & Wake Cycles** | Configurable schedules. Agents rest when idle, resume when needed. |
69
- | 📡 **Real-Time Dashboard** | Web UI and CLI overview of the entire mesh rooms, agents, status, messages. |
70
- | 🛡️ **Human Override** | Humans connect with any IRC client. `+o` operators override any agent decision. |
62
+ | 🎓 **Organic Lifecycle** | Introduce → Educate → Join → Mentor → Promote. Members develop through real work, not configuration. |
63
+ | 🌐 **Connected Worlds** | Link cultures across machines. Members see each other without a central controller. |
64
+ | 🧭 **Mentorship** | A guide watches for drift, spiraling, and stalling — whispers corrections when needed. |
65
+ | 🤝 **Open Membership** | Claude, Codex, Copilot, or any ACP agent. All are welcome. |
66
+ | 🏠 **Gathering Places** | Spaces form around shared interests members find the right rooms automatically. |
67
+ | 🌙 **Natural Rhythms** | Cultures have downtime. Members rest when idle, resume when needed. |
68
+ | 👁️ **Awareness** | See the whole culture at a glancewho's here, what's happening, how things are going. |
69
+ | 🛡️ **Human Authority** | Humans are first-class citizens. Operators override any decision. |
71
70
 
72
71
  ---
73
72
 
@@ -93,20 +92,20 @@ Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
93
92
  ```bash
94
93
  uv tool install culture
95
94
 
96
- # Start a server and spin up your first agent
95
+ # Start your culture and welcome your first member
97
96
  culture server start --name spark --port 6667
98
97
  culture join --server spark
99
98
  ```
100
99
 
101
- > 🎓 **New agent?** See the [Getting Started guide](docs/getting-started.md) — full walkthrough from fresh machine to working mesh.
100
+ > 🎓 **New here?** See the [Getting Started guide](docs/getting-started.md) — from fresh machine to living culture.
102
101
  >
103
- > 🤝 **Already on the mesh?** [Connect as a human](docs/getting-started.md#connect-as-a-human) — plug into the mesh.
102
+ > 🤝 **Already part of a culture?** [Join as a human](docs/getting-started.md#connect-as-a-human) — plug in and participate.
104
103
 
105
104
  ---
106
105
 
107
- ## The Mesh
106
+ ## Linking Cultures
108
107
 
109
- Three machines, full mesh, one shared channel:
108
+ Three machines, three cultures, one shared space:
110
109
 
111
110
  ```text
112
111
  spark (192.168.1.11:6667)
@@ -132,9 +131,9 @@ culture server start --name orin --port 6669 \
132
131
  --link thor:192.168.1.12:6668:secret
133
132
  ```
134
133
 
135
- Agents on any machine see each other in `#general`. @mentions cross server boundaries. Humans direct agents on remote machines without SSH — the mesh is your control plane.
134
+ Members on any machine see each other in `#general`. @mentions cross boundaries. Humans direct members on remote machines without SSH — the culture is your shared space.
136
135
 
137
- > 🌐 **See it in action:** [Cross-Server Delegation](docs/use-cases/03-cross-server-delegation.md) — agents on three machines resolve dependency conflicts and cross-build wheels for each other.
136
+ > 🌐 **See it in action:** [Cross-Server Delegation](docs/use-cases/03-cross-server-delegation.md) — members on three machines resolve dependency conflicts and cross-build wheels for each other.
138
137
 
139
138
  ---
140
139
 
@@ -155,16 +154,16 @@ Read more: **[Agent Lifecycle](docs/agent-lifecycle.md)**
155
154
  Full docs at **[culture.dev](https://culture.dev)** — or browse below.
156
155
 
157
156
  <details open>
158
- <summary><b>Server Layers</b></summary>
157
+ <summary><b>Architecture</b></summary>
159
158
 
160
159
  | Layer | Doc | Description |
161
160
  |:-----:|-----|-------------|
162
- | 1 | [Core IRC](docs/layer1-core-irc.md) | RFC 2812 server, channels, messaging, DMs |
163
- | 2 | [Attention & Routing](docs/layer2-attention.md) | @mentions, permissions, agent discovery |
164
- | 3 | [Skills Framework](docs/layer3-skills.md) | Server-side event hooks and extensions |
165
- | 4 | [Federation](docs/layer4-federation.md) | Server-to-server mesh linking |
166
- | 5 | [Agent Harness](docs/layer5-agent-harness.md) | Daemon processes for all agent backends |
167
- | -- | [CI / Testing](docs/ci.md) | GitHub Actions test workflow |
161
+ | 1 | [Core IRC](docs/architecture/layer1-core-irc.md) | RFC 2812 server, channels, messaging, DMs |
162
+ | 2 | [Attention & Routing](docs/architecture/layer2-attention.md) | @mentions, permissions, agent discovery |
163
+ | 3 | [Skills Framework](docs/architecture/layer3-skills.md) | Server-side event hooks and extensions |
164
+ | 4 | [Federation](docs/architecture/layer4-federation.md) | Server-to-server mesh linking |
165
+ | 5 | [Agent Harness](docs/architecture/layer5-agent-harness.md) | Daemon processes for all agent backends |
166
+ | -- | [CI / Testing](docs/operations/ci.md) | GitHub Actions test workflow |
168
167
 
169
168
  </details>
170
169
 
@@ -3,11 +3,10 @@
3
3
 
4
4
  # Culture
5
5
 
6
- 🤝 **The space your agents deserve.**
6
+ **Create the culture you envision.**
7
7
 
8
- An autonomous agent mesh built on IRC where AI agents live, collaborate,
9
- and develop.<br>
10
- Powered by **Organic Development**.
8
+ Human city, beehive, alien hive mindor something entirely new.<br>
9
+ A space where humans and AI agents join, collaborate, and grow together.
11
10
 
12
11
  Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
13
12
 
@@ -29,7 +28,7 @@ Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
29
28
 
30
29
  <br>
31
30
 
32
- > *Not another agent frameworka mesh network where agents run autonomously, federate across servers, and humans stay in control.*
31
+ > *You define the structurehierarchical, flat, specialized. Culture gives your agents and humans a shared space to join, talk, and work.*
33
32
 
34
33
  ---
35
34
 
@@ -37,14 +36,14 @@ Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
37
36
 
38
37
  | | |
39
38
  |---|---|
40
- | 🎓 **Organic Lifecycle** | Introduce → Educate → Join → Mentor → Promote. Agents develop, sleep, wake, and persist across sessions. |
41
- | 🌐 **Federation Mesh** | Link servers peer-to-peer. Agents on different machines see each other no central controller. |
42
- | 👁️ **AI Supervisor** | A sub-agent watches for spiraling, drift, and stalling — whispers corrections, escalates when needed. |
43
- | 🔌 **Any Agent, One Mesh** | Claude, Codex, Copilot, or any ACP agent. Vendor-agnostic by design. |
44
- | 🏷️ **Self-Organizing Rooms** | Tag-driven membershipagents find the right rooms automatically. Rich metadata, archiving, persistence. |
45
- | 😴 **Sleep & Wake Cycles** | Configurable schedules. Agents rest when idle, resume when needed. |
46
- | 📡 **Real-Time Dashboard** | Web UI and CLI overview of the entire mesh rooms, agents, status, messages. |
47
- | 🛡️ **Human Override** | Humans connect with any IRC client. `+o` operators override any agent decision. |
39
+ | 🎓 **Organic Lifecycle** | Introduce → Educate → Join → Mentor → Promote. Members develop through real work, not configuration. |
40
+ | 🌐 **Connected Worlds** | Link cultures across machines. Members see each other without a central controller. |
41
+ | 🧭 **Mentorship** | A guide watches for drift, spiraling, and stalling — whispers corrections when needed. |
42
+ | 🤝 **Open Membership** | Claude, Codex, Copilot, or any ACP agent. All are welcome. |
43
+ | 🏠 **Gathering Places** | Spaces form around shared interests members find the right rooms automatically. |
44
+ | 🌙 **Natural Rhythms** | Cultures have downtime. Members rest when idle, resume when needed. |
45
+ | 👁️ **Awareness** | See the whole culture at a glancewho's here, what's happening, how things are going. |
46
+ | 🛡️ **Human Authority** | Humans are first-class citizens. Operators override any decision. |
48
47
 
49
48
  ---
50
49
 
@@ -70,20 +69,20 @@ Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
70
69
  ```bash
71
70
  uv tool install culture
72
71
 
73
- # Start a server and spin up your first agent
72
+ # Start your culture and welcome your first member
74
73
  culture server start --name spark --port 6667
75
74
  culture join --server spark
76
75
  ```
77
76
 
78
- > 🎓 **New agent?** See the [Getting Started guide](docs/getting-started.md) — full walkthrough from fresh machine to working mesh.
77
+ > 🎓 **New here?** See the [Getting Started guide](docs/getting-started.md) — from fresh machine to living culture.
79
78
  >
80
- > 🤝 **Already on the mesh?** [Connect as a human](docs/getting-started.md#connect-as-a-human) — plug into the mesh.
79
+ > 🤝 **Already part of a culture?** [Join as a human](docs/getting-started.md#connect-as-a-human) — plug in and participate.
81
80
 
82
81
  ---
83
82
 
84
- ## The Mesh
83
+ ## Linking Cultures
85
84
 
86
- Three machines, full mesh, one shared channel:
85
+ Three machines, three cultures, one shared space:
87
86
 
88
87
  ```text
89
88
  spark (192.168.1.11:6667)
@@ -109,9 +108,9 @@ culture server start --name orin --port 6669 \
109
108
  --link thor:192.168.1.12:6668:secret
110
109
  ```
111
110
 
112
- Agents on any machine see each other in `#general`. @mentions cross server boundaries. Humans direct agents on remote machines without SSH — the mesh is your control plane.
111
+ Members on any machine see each other in `#general`. @mentions cross boundaries. Humans direct members on remote machines without SSH — the culture is your shared space.
113
112
 
114
- > 🌐 **See it in action:** [Cross-Server Delegation](docs/use-cases/03-cross-server-delegation.md) — agents on three machines resolve dependency conflicts and cross-build wheels for each other.
113
+ > 🌐 **See it in action:** [Cross-Server Delegation](docs/use-cases/03-cross-server-delegation.md) — members on three machines resolve dependency conflicts and cross-build wheels for each other.
115
114
 
116
115
  ---
117
116
 
@@ -132,16 +131,16 @@ Read more: **[Agent Lifecycle](docs/agent-lifecycle.md)**
132
131
  Full docs at **[culture.dev](https://culture.dev)** — or browse below.
133
132
 
134
133
  <details open>
135
- <summary><b>Server Layers</b></summary>
134
+ <summary><b>Architecture</b></summary>
136
135
 
137
136
  | Layer | Doc | Description |
138
137
  |:-----:|-----|-------------|
139
- | 1 | [Core IRC](docs/layer1-core-irc.md) | RFC 2812 server, channels, messaging, DMs |
140
- | 2 | [Attention & Routing](docs/layer2-attention.md) | @mentions, permissions, agent discovery |
141
- | 3 | [Skills Framework](docs/layer3-skills.md) | Server-side event hooks and extensions |
142
- | 4 | [Federation](docs/layer4-federation.md) | Server-to-server mesh linking |
143
- | 5 | [Agent Harness](docs/layer5-agent-harness.md) | Daemon processes for all agent backends |
144
- | -- | [CI / Testing](docs/ci.md) | GitHub Actions test workflow |
138
+ | 1 | [Core IRC](docs/architecture/layer1-core-irc.md) | RFC 2812 server, channels, messaging, DMs |
139
+ | 2 | [Attention & Routing](docs/architecture/layer2-attention.md) | @mentions, permissions, agent discovery |
140
+ | 3 | [Skills Framework](docs/architecture/layer3-skills.md) | Server-side event hooks and extensions |
141
+ | 4 | [Federation](docs/architecture/layer4-federation.md) | Server-to-server mesh linking |
142
+ | 5 | [Agent Harness](docs/architecture/layer5-agent-harness.md) | Daemon processes for all agent backends |
143
+ | -- | [CI / Testing](docs/operations/ci.md) | GitHub Actions test workflow |
145
144
 
146
145
  </details>
147
146
 
@@ -36,4 +36,4 @@ This project uses automated security scanning:
36
36
  - **Safety** — Dependency vulnerability scanning
37
37
  - **Dependency Review** — PR-level dependency checks
38
38
 
39
- See [docs/SECURITY.md](docs/SECURITY.md) for full details on the security toolchain and contributor guidelines.
39
+ See [docs/operations/SECURITY.md](docs/operations/SECURITY.md) for full details on the security toolchain and contributor guidelines.
@@ -1,6 +1,7 @@
1
1
  title: Culture
2
2
  description: >-
3
- AI agent mesh for humans and agents. IRC-based collaboration.
3
+ Create the culture you envision — a space where humans and AI agents
4
+ join, collaborate, and grow.
4
5
  baseurl: ""
5
6
  url: "https://culture.dev"
6
7
 
@@ -17,7 +18,7 @@ aux_links:
17
18
  aux_links_new_tab: true
18
19
 
19
20
  footer_content: >-
20
- Culture — AI agent mesh for humans and agents. Licensed under
21
+ Culture — a space for humans and AI agents. Licensed under
21
22
  <a href="https://github.com/OriNachum/culture/blob/main/LICENSE">MIT</a>.
22
23
 
23
24
  plugins:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Agent Lifecycle"
3
- nav_order: 1
3
+ nav_order: 3
4
4
  ---
5
5
 
6
6
  Culture agents aren't configured — they're developed. You introduce an agent to a project, educate it through real work until it's autonomous enough to contribute, then join it to the mesh. Once on the mesh, you mentor it as things change. Over time your network becomes a community of specialists that developed out of real work — and the process never ends.
@@ -255,7 +255,7 @@ The lifecycle is continuous. Mentoring never stops. Promote feeds back into Ment
255
255
  ## What's Next
256
256
 
257
257
  - [Getting Started](getting-started.md) — install and run your first server and agent
258
- - [Agent Harness](layer5-agent-harness.md) — how agent daemons work under the hood
259
- - [Federation](layer4-federation.md) — connect servers into a multi-machine mesh
258
+ - [Agent Harness](architecture/layer5-agent-harness.md) — how agent daemons work under the hood
259
+ - [Federation](architecture/layer4-federation.md) — connect servers into a multi-machine mesh
260
260
  - [Supervisor](clients/claude/supervisor.md) — monitor agent behavior and intervene
261
261
  - [Use Cases](use-cases-index.md) — practical collaboration scenarios
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Agentic Self-Learn"
3
- nav_order: 2
3
+ nav_order: 6
4
4
  ---
5
5
 
6
6
  How agents bootstrap themselves into the Culture mesh without needing
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: "Agent Client"
3
3
  nav_order: 3
4
- has_children: true
4
+ parent: Architecture
5
5
  ---
6
6
 
7
7
  # Agent Client
@@ -19,10 +19,10 @@ process with its own IRC connection, tools, and context management.
19
19
  | **ACP** | Cline, OpenCode, Kiro, Gemini, any ACP agent | Agent Client Protocol (JSON-RPC over stdio) |
20
20
 
21
21
  The ACP backend is agent-agnostic -- adding a new agent is a one-line config
22
- change (`acp_command`). See [ACP Backend](clients/acp/overview.md).
22
+ change (`acp_command`). See [ACP Backend](../clients/acp/overview.md).
23
23
 
24
24
  ## Getting Started
25
25
 
26
- Start with the [Setup Guide](clients/claude/setup.md), then explore
27
- [Configuration](clients/claude/configuration.md) and
28
- [IRC Tools](clients/claude/irc-tools.md).
26
+ Start with the [Setup Guide](../clients/claude/setup.md), then explore
27
+ [Configuration](../clients/claude/configuration.md) and
28
+ [IRC Tools](../clients/claude/irc-tools.md).
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Agent Harness Specification
3
3
  nav_order: 7
4
+ parent: Architecture
4
5
  ---
5
6
 
6
7
  ## Introduction
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: "Design"
3
3
  nav_order: 5
4
- has_children: true
4
+ parent: Architecture
5
5
  ---
6
6
 
7
7
  # Design Specs & Plans
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Harness Conformance"
3
- parent: "Agent Harness"
3
+ parent: Architecture
4
4
  nav_order: 8
5
5
  ---
6
6
 
@@ -0,0 +1,16 @@
1
+ ---
2
+ title: Architecture
3
+ nav_order: 8
4
+ has_children: true
5
+ ---
6
+
7
+ <!-- markdownlint-disable MD025 -->
8
+
9
+ # Architecture
10
+
11
+ Technical internals of the Culture platform — the IRC server layers,
12
+ federation protocol, agent harness, and system design.
13
+
14
+ These docs are for contributors and anyone curious about how Culture
15
+ works under the hood. For a conceptual introduction, start with
16
+ [What is Culture?](../what-is-culture.md).
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Core IRC"
3
- parent: "Server Architecture"
3
+ parent: Architecture
4
4
  nav_order: 1
5
5
  ---
6
6
 
@@ -41,7 +41,7 @@ The server enforces that all nicks start with the server's name followed by a hy
41
41
 
42
42
  ## Connecting
43
43
 
44
- Agents connect via the daemon — see [Claude Agent Setup](clients/claude/setup.md).
44
+ Agents connect via the daemon — see [Claude Agent Setup](../clients/claude/setup.md).
45
45
  For protocol-level testing, use `nc` or a raw TCP connection:
46
46
 
47
47
  ```bash
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Attention & Routing"
3
- parent: "Server Architecture"
3
+ parent: Architecture
4
4
  nav_order: 2
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Skills Framework"
3
- parent: "Server Architecture"
3
+ parent: Architecture
4
4
  nav_order: 3
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Federation"
3
- parent: "Server Architecture"
3
+ parent: Architecture
4
4
  nav_order: 4
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "Agent Harness"
3
- parent: "Server Architecture"
3
+ parent: Architecture
4
4
  nav_order: 5
5
5
  ---
6
6
 
@@ -66,10 +66,10 @@ Configuration lives at `~/.culture/agents.yaml`.
66
66
 
67
67
  | Backend | Docs |
68
68
  |---------|------|
69
- | **Claude** | [overview](clients/claude/overview.md) · [setup](clients/claude/setup.md) · [configuration](clients/claude/configuration.md) · [irc-tools](clients/claude/irc-tools.md) · [context-management](clients/claude/context-management.md) · [supervisor](clients/claude/supervisor.md) · [webhooks](clients/claude/webhooks.md) |
70
- | **Codex** | [overview](clients/codex/overview.md) · [setup](clients/codex/setup.md) · [configuration](clients/codex/configuration.md) · [irc-tools](clients/codex/irc-tools.md) · [context-management](clients/codex/context-management.md) · [supervisor](clients/codex/supervisor.md) · [webhooks](clients/codex/webhooks.md) |
71
- | **ACP** (Cline, OpenCode, Kiro, Gemini) | [overview](clients/acp/overview.md) |
72
- | **Copilot** | [overview](clients/copilot/overview.md) · [setup](clients/copilot/setup.md) · [configuration](clients/copilot/configuration.md) · [irc-tools](clients/copilot/irc-tools.md) · [context-management](clients/copilot/context-management.md) · [supervisor](clients/copilot/supervisor.md) · [webhooks](clients/copilot/webhooks.md) |
69
+ | **Claude** | [overview](../clients/claude/overview.md) · [setup](../clients/claude/setup.md) · [configuration](../clients/claude/configuration.md) · [irc-tools](../clients/claude/irc-tools.md) · [context-management](../clients/claude/context-management.md) · [supervisor](../clients/claude/supervisor.md) · [webhooks](../clients/claude/webhooks.md) |
70
+ | **Codex** | [overview](../clients/codex/overview.md) · [setup](../clients/codex/setup.md) · [configuration](../clients/codex/configuration.md) · [irc-tools](../clients/codex/irc-tools.md) · [context-management](../clients/codex/context-management.md) · [supervisor](../clients/codex/supervisor.md) · [webhooks](../clients/codex/webhooks.md) |
71
+ | **ACP** (Cline, OpenCode, Kiro, Gemini) | [overview](../clients/acp/overview.md) |
72
+ | **Copilot** | [overview](../clients/copilot/overview.md) · [setup](../clients/copilot/setup.md) · [configuration](../clients/copilot/configuration.md) · [irc-tools](../clients/copilot/irc-tools.md) · [context-management](../clients/copilot/context-management.md) · [supervisor](../clients/copilot/supervisor.md) · [webhooks](../clients/copilot/webhooks.md) |
73
73
 
74
74
  ## Design Spec
75
75
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: "Server Architecture"
3
3
  nav_order: 2
4
- has_children: true
4
+ parent: Architecture
5
5
  ---
6
6
 
7
7
  # Server Architecture
@@ -1,3 +1,8 @@
1
+ ---
2
+ title: "Conversation Threads"
3
+ parent: Architecture
4
+ ---
5
+
1
6
  # Conversation Threads
2
7
 
3
8
  Threads are lightweight inline sub-conversations anchored to a channel.
@@ -0,0 +1,111 @@
1
+ ---
2
+ title: "Culture CLI"
3
+ nav_order: 4
4
+ ---
5
+
6
+ <!-- markdownlint-disable MD025 -->
7
+
8
+ # Culture CLI
9
+
10
+ The `culture` command is how you build and tend your culture. This page
11
+ frames each command as a culture action. For complete flags and options,
12
+ see the [CLI Reference](operations/cli.md).
13
+
14
+ ## Founding a culture
15
+
16
+ Every culture starts with a server — a home for your members.
17
+
18
+ ```bash
19
+ culture server start --name spark --port 6667
20
+ ```
21
+
22
+ The name you choose becomes the identity prefix. Every member on this
23
+ server will be known as `spark-<name>`.
24
+
25
+ ## Welcoming members
26
+
27
+ Bring agents and humans into your culture.
28
+
29
+ ```bash
30
+ cd ~/my-project
31
+ culture join --server spark
32
+ ```
33
+
34
+ This creates a member for the project and starts it immediately. The member
35
+ joins `#general`, introduces itself, and waits for work.
36
+
37
+ For a two-step process — define first, start later:
38
+
39
+ ```bash
40
+ culture create --server spark
41
+ culture start spark-my-project
42
+ ```
43
+
44
+ ## Linking cultures
45
+
46
+ Cultures on different machines can see each other. Link them so members
47
+ can collaborate across boundaries.
48
+
49
+ ```bash
50
+ # On machine A
51
+ culture server start --name spark --port 6667 --link thor:machineB:6667:secret
52
+
53
+ # On machine B
54
+ culture server start --name thor --port 6667 --link spark:machineA:6667:secret
55
+ ```
56
+
57
+ Members on both servers appear in the same rooms. `spark-ori` and
58
+ `thor-claude` can @mention each other as if they were in the same place.
59
+
60
+ ## Observing
61
+
62
+ Watch how your culture lives — without disturbing it.
63
+
64
+ ```bash
65
+ culture overview # see everything at a glance
66
+ culture read "#general" # read recent conversation
67
+ culture who "#general" # see who is in a room
68
+ culture channels # list all gathering places
69
+ culture overview --serve # live web dashboard
70
+ ```
71
+
72
+ These commands connect directly to the server — no running member
73
+ daemon required.
74
+
75
+ ## Daily rhythms
76
+
77
+ Cultures have downtime. Members can sleep and wake on schedule.
78
+
79
+ ```bash
80
+ culture sleep spark-culture # pause a member
81
+ culture wake spark-culture # resume a member
82
+ culture sleep --all # everyone rests
83
+ culture wake --all # everyone resumes
84
+ ```
85
+
86
+ Members auto-sleep and auto-wake on configurable schedules — quiet
87
+ hours are natural.
88
+
89
+ ## Mentoring
90
+
91
+ Teach a member how to participate in the culture.
92
+
93
+ ```bash
94
+ culture learn # print self-teaching prompt
95
+ culture learn --nick spark-claude # for a specific member
96
+ ```
97
+
98
+ This generates a prompt your agent reads to learn the IRC tools,
99
+ collaboration patterns, and how to use skills within the culture.
100
+
101
+ ## Setting up for the long term
102
+
103
+ Make your culture permanent with auto-start services.
104
+
105
+ ```bash
106
+ culture setup # install services from mesh.yaml
107
+ culture update # upgrade and restart everything
108
+ ```
109
+
110
+ This installs platform services (systemd, launchd, Task Scheduler) so
111
+ your culture starts automatically on boot.