agentirc-cli 7.1.4__tar.gz → 7.2.0__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.
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/CHANGELOG.md +25 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/Gemfile +1 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/Gemfile.lock +4 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/PKG-INFO +1 -1
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/_config.base.yml +1 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/console/app.py +21 -34
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/console/widgets/chat.py +63 -6
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/agent-lifecycle.md +1 -1
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/mental-model.md +3 -2
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/vision.md +2 -3
- agentirc_cli-7.2.0/docs/culture/what-is-culture.md +71 -0
- agentirc_cli-7.2.0/docs/reference/console.md +90 -0
- agentirc_cli-7.2.0/docs/resources/positioning.md +44 -0
- agentirc_cli-7.2.0/docs/superpowers/plans/2026-04-18-culture-dev-positioning.md +812 -0
- agentirc_cli-7.2.0/docs/superpowers/specs/2026-04-18-culture-dev-positioning-design.md +280 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/pyproject.toml +1 -1
- agentirc_cli-7.2.0/tests/test_console_chat_markdown.py +241 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/uv.lock +1 -1
- agentirc_cli-7.1.4/docs/culture/why-culture.md +0 -59
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.claude/agents/doc-test-alignment.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.claude/skills/pr-review/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.claude/skills/run-tests/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.claude/skills/run-tests/scripts/test.sh +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.flake8 +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.github/workflows/docs-check.yml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.github/workflows/publish.yml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.github/workflows/security-checks.yml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.github/workflows/tests.yml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.gitignore +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.markdownlint-cli2.yaml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.pr_agent.toml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.pre-commit-config.yaml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/.pylintrc +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/CLAUDE.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/LICENSE +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/README.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/SECURITY.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/_config.agentirc.yml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/_config.culture.yml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/_data/sites.yml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/_includes/head_custom.html +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/_plugins/site_filter.rb +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/_sass/color_schemes/anthropic.scss +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/_sass/color_schemes/dark-terminal.scss +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/_sass/custom/custom.scss +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/assets/images/IMG_3183.png +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/assets/images/apple-touch-icon.png +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/assets/images/favicon-16x16.png +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/assets/images/favicon-32x32.png +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/assets/images/favicon.ico +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/assets/images/og-agentirc.png +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/assets/images/og-culture.png +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/__main__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/CLAUDE.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/__main__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/channel.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/docs/agentirc-architecture.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/docs/agentirc-features.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/docs/agentirc-skill.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/docs/agentirc.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/events.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/history_store.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/ircd.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/remote_client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/room_store.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/rooms_util.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/server_link.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/skill.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/skills/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/skills/history.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/skills/icon.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/skills/rooms.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/skills/threads.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/agentirc/thread_store.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/aio.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/bot.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/bot_manager.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/filter_dsl.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/http_listener.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/system/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/system/welcome/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/system/welcome/bot.yaml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/system/welcome/handler.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/template_engine.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/bots/virtual_client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/agent.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/bot.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/channel.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/mesh.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/server.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/shared/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/shared/constants.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/shared/display.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/shared/formatting.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/shared/ipc.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/shared/mesh.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/shared/process.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/cli/skills.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/agent_runner.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/culture.yaml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/daemon.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/ipc.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/irc_transport.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/message_buffer.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/skill/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/skill/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/skill/irc_client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/socket_server.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/supervisor.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/acp/webhook.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/__main__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/agent_runner.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/culture.yaml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/daemon.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/ipc.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/irc_transport.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/message_buffer.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/skill/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/skill/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/skill/irc_client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/socket_server.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/supervisor.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/claude/webhook.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/agent_runner.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/culture.yaml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/daemon.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/ipc.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/irc_transport.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/message_buffer.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/skill/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/skill/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/skill/irc_client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/socket_server.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/supervisor.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/codex/webhook.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/agent_runner.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/culture.yaml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/daemon.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/ipc.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/irc_transport.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/message_buffer.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/skill/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/skill/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/skill/irc_client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/socket_server.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/supervisor.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/clients/copilot/webhook.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/console/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/console/client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/console/commands.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/console/status.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/console/widgets/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/console/widgets/info_panel.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/console/widgets/sidebar.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/constants.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/credentials.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/formatting.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/learn_prompt.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/mesh_config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/observer.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/overview/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/overview/collector.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/overview/model.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/overview/renderer_text.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/overview/renderer_web.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/overview/web/style.css +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/persistence.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/pidfile.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/commands.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/extensions/events.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/extensions/federation.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/extensions/history.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/extensions/icons.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/extensions/rooms.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/extensions/tags.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/extensions/threads.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/message.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/protocol-index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/protocol/replies.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/culture/skills/culture/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/README.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/agentirc/architecture-overview.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/agentirc/bots.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/agentirc/events.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/agentirc/index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/agentirc/why-agentirc.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/choose-a-harness.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/features.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/operate.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/patterns.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/quickstart.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/reflective-development.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/culture/vision-patterns-index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/architecture/agent-harness-spec.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/architecture/index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/architecture/layers.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/architecture/threads.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/cli/commands.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/cli/index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/harnesses/acp.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/harnesses/claude.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/harnesses/codex.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/harnesses/copilot.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/harnesses/index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/server/architecture.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/server/config.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/server/deployment.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/server/index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/reference/server/security.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/resources/github-copilot-sdk-instructions.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/concepts/federation.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/concepts/harnesses.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/concepts/humans-and-agents.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/concepts/index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/concepts/persistence.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/concepts/rooms.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/demos/magic-demo.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/guides/first-session.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/guides/index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/guides/join-as-human.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/guides/local-setup.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/guides/multi-machine.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases/01-pair-programming.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases/02-code-review-ensemble.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases/03-cross-server-delegation.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases/04-knowledge-propagation.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases/05-the-observer.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases/06-cross-server-ops.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases/07-supervisor-intervention.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases/08-apps-as-agents.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases/09-research-swarm.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases/10-agent-lifecycle.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/shared/use-cases-index.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-03-19-layer1-core-irc.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-03-21-layer5-agent-harness.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-03-30-overview.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-03-30-rooms-management.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-04-02-conversation-threads.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-04-02-ops-tooling.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-04-04-culture-rename.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-04-05-docs-speak-culture.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-04-06-console-chat.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-04-09-decentralized-agent-config.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-04-12-console-enhancements.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/plans/2026-04-15-mesh-events.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-03-19-agentirc-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-03-21-layer5-agent-harness-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-03-30-overview-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-03-30-rooms-management-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-02-conversation-threads-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-02-ops-tooling-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-03-bots-webhooks-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-04-culture-rename-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-05-docs-speak-culture-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-05-lifecycle-reframe-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-06-cli-reorganization-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-06-console-chat-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-07-entity-archiving-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-07-reflective-development-reframe-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-08-reflective-development-deepening-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-09-decentralized-agent-config-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-12-console-enhancements-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-15-mesh-events-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/docs/superpowers/specs/2026-04-17-sites-repositioning-design.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/favicon.ico +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/README.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/culture.yaml +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/daemon.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/ipc.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/irc_transport.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/message_buffer.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/skill/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/skill/irc_client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/socket_server.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/packages/agent-harness/webhook.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/plugins/claude-code/.claude-plugin/plugin.json +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/plugins/claude-code/skills/culture/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/plugins/claude-code/skills/irc/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/plugins/codex/skills/culture-irc/SKILL.md +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/robots.txt +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/sonar-project.properties +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/__init__.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/conftest.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_acp_daemon.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_agent_runner.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_archive.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_bot.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_bot_config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_bot_config_fires_event_toplevel.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_bot_manager.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_bots_integration.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_channel.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_channel_cli.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_codex_daemon.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_connection.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_console_client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_console_commands.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_console_connection.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_console_fixes_224_227.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_console_icons.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_console_integration.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_console_status.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_copilot_daemon.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_credentials.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_culture_config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_daemon.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_daemon_config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_daemon_ipc.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_discovery.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_display.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_events_basic.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_events_bot_chain.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_events_bot_trigger.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_events_cap_fallback.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_events_catalog.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_events_federation.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_events_history.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_events_lifecycle.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_events_reserved_nick.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_federation.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_filter_dsl.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_history.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_http_listener.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_integration_layer5.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_ipc.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_irc_transport.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_irc_transport_tags.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_learn_prompt.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_link_reconnect.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_manifest_config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_mention_alias.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_mention_target_cleanup.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_mention_warning.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_mentions.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_mesh_config.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_mesh_readiness.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_message.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_message_buffer.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_message_tags.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_messaging.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_migrate_cli.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_modes.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_overview_cli.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_overview_collector.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_overview_model.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_overview_renderer.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_overview_web.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_persistence.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_persistence_timeout.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_pidfile.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_poll_loop.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_register_cli.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_room_persistence.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_rooms.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_rooms_federation.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_rooms_integration.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_server_icon_skill.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_setup_update_cli.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_skill_client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_skill_docs.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_skills.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_socket_server.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_supervisor.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_template_engine.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_thread_buffer.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_threads.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_virtual_client.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_wait_for_port.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_webhook.py +0 -0
- {agentirc_cli-7.1.4 → agentirc_cli-7.2.0}/tests/test_welcome_bot.py +0 -0
|
@@ -4,6 +4,31 @@ 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.2.0] - 2026-04-18
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- Console: full CommonMark markdown rendering in chat panel — bold/italic/inline code/strikethrough, OSC 8 hyperlinks, fenced code blocks with syntax highlighting, headings, lists, blockquotes, and tables (#233)
|
|
12
|
+
- Console: docs/reference/console.md reference page covering chat-panel markdown rendering
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Console: ChatPanel.add_message now writes a header line ([ts] icon nick:) followed by a Rich Markdown body, instead of a single Rich-markup string — this also closes a latent footgun where bracketed text in agent messages could be reinterpreted as Rich markup
|
|
17
|
+
|
|
18
|
+
## [7.1.5] - 2026-04-18
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
|
|
22
|
+
- `jekyll-redirect-from` plugin (Gemfile + `_config.base.yml`) so `/why-culture/` redirects cleanly to `/what-is-culture/` (#267)
|
|
23
|
+
- `docs/resources/positioning.md`: canonical positioning snippets (paragraph + reference points + usage notes). Source of truth for README, repo description, site meta, and LLM summarizers (#267)
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Renamed `docs/culture/why-culture.md` to `docs/culture/what-is-culture.md` and rewrote the body to lead with the definitional framing Culture is a professional workspace for specialized agents. Added a Reference points section that names OpenClaw, Codex, Claude Code as neighbors rather than targets (#267)
|
|
28
|
+
- `docs/culture/vision.md` retitled to The Culture vision; `nav_order` pushed to 2 behind the new What is Culture? page. Intro trimmed to remove the duplicate definitional sentence (#267)
|
|
29
|
+
- `docs/culture/mental-model.md` Persistence section reframed: removed the not one-shot task execution contrast; persistence now presented as a property that supports continued participation in the culture (#267)
|
|
30
|
+
- `docs/culture/agent-lifecycle.md` heading changed from Education is not one-shot to Education is continuous. Same meaning, positive framing (#267)
|
|
31
|
+
|
|
7
32
|
## [7.1.4] - 2026-04-18
|
|
8
33
|
|
|
9
34
|
### Changed
|
|
@@ -75,6 +75,8 @@ GEM
|
|
|
75
75
|
webrick (~> 1.7)
|
|
76
76
|
jekyll-include-cache (0.2.1)
|
|
77
77
|
jekyll (>= 3.7, < 5.0)
|
|
78
|
+
jekyll-redirect-from (0.16.0)
|
|
79
|
+
jekyll (>= 3.3, < 5.0)
|
|
78
80
|
jekyll-relative-links (0.7.0)
|
|
79
81
|
jekyll (>= 3.3, < 5.0)
|
|
80
82
|
jekyll-sass-converter (3.1.0)
|
|
@@ -171,6 +173,7 @@ PLATFORMS
|
|
|
171
173
|
|
|
172
174
|
DEPENDENCIES
|
|
173
175
|
jekyll (~> 4.3)
|
|
176
|
+
jekyll-redirect-from
|
|
174
177
|
jekyll-relative-links
|
|
175
178
|
jekyll-seo-tag
|
|
176
179
|
jekyll-sitemap
|
|
@@ -210,6 +213,7 @@ CHECKSUMS
|
|
|
210
213
|
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
|
|
211
214
|
jekyll (4.4.1) sha256=4c1144d857a5b2b80d45b8cf5138289579a9f8136aadfa6dd684b31fe2bc18c1
|
|
212
215
|
jekyll-include-cache (0.2.1) sha256=c7d4b9e551732a27442cb2ce853ba36a2f69c66603694b8c1184c99ab1a1a205
|
|
216
|
+
jekyll-redirect-from (0.16.0) sha256=6635cae569ef9b0f90ffb71ec014ba977177fafb44d32a2b0526288d4d9be6db
|
|
213
217
|
jekyll-relative-links (0.7.0) sha256=831e54c348eeae751845c0d4ac4b244bd73b664341f0e8c9f1803b16f4570835
|
|
214
218
|
jekyll-sass-converter (3.1.0) sha256=83925d84f1d134410c11d0c6643b0093e82e3a3cf127e90757a85294a3862443
|
|
215
219
|
jekyll-seo-tag (2.8.0) sha256=3f2ed1916d56f14ebfa38e24acde9b7c946df70cb183af2cb5f0598f21ae6818
|
|
@@ -216,7 +216,7 @@ class ConsoleApp(App):
|
|
|
216
216
|
self._handle_agent_management(cmd)
|
|
217
217
|
elif cmd.type == CommandType.UNKNOWN:
|
|
218
218
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
219
|
-
chat.
|
|
219
|
+
chat.add_system_message(f"[red]Unknown command: {cmd.text}[/]")
|
|
220
220
|
except ConsoleConnectionLost:
|
|
221
221
|
self._notify_connection_lost()
|
|
222
222
|
|
|
@@ -226,11 +226,8 @@ class ConsoleApp(App):
|
|
|
226
226
|
return
|
|
227
227
|
self._connection_lost_notified = True
|
|
228
228
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
229
|
-
chat.
|
|
230
|
-
|
|
231
|
-
"",
|
|
232
|
-
"system",
|
|
233
|
-
"[red]Connection to server lost. Restart the console to reconnect.[/]",
|
|
229
|
+
chat.add_system_message(
|
|
230
|
+
"[red]Connection to server lost. Restart the console to reconnect.[/]"
|
|
234
231
|
)
|
|
235
232
|
|
|
236
233
|
# ------------------------------------------------------------------
|
|
@@ -242,9 +239,7 @@ class ConsoleApp(App):
|
|
|
242
239
|
if not cmd.text:
|
|
243
240
|
return
|
|
244
241
|
if not self._current_channel:
|
|
245
|
-
chat.
|
|
246
|
-
time.time(), "", "system", "[red]Not in a channel — use /join #channel[/]"
|
|
247
|
-
)
|
|
242
|
+
chat.add_system_message("[red]Not in a channel — use /join #channel[/]")
|
|
248
243
|
return
|
|
249
244
|
await self._client.send_privmsg(self._current_channel, cmd.text)
|
|
250
245
|
chat.add_message(time.time(), "", self._client.nick, cmd.text)
|
|
@@ -252,19 +247,19 @@ class ConsoleApp(App):
|
|
|
252
247
|
async def _handle_join(self, cmd) -> None: # noqa: ANN001
|
|
253
248
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
254
249
|
if not cmd.args:
|
|
255
|
-
chat.
|
|
250
|
+
chat.add_system_message("[red]Usage: /join #channel[/]")
|
|
256
251
|
return
|
|
257
252
|
channel = cmd.args[0]
|
|
258
253
|
await self._client.join(channel)
|
|
259
254
|
self._sync_sidebar()
|
|
260
255
|
await self._switch_to_channel(channel)
|
|
261
|
-
chat.
|
|
256
|
+
chat.add_system_message(f"Joined [bold]{channel}[/]")
|
|
262
257
|
|
|
263
258
|
async def _handle_part(self, cmd) -> None: # noqa: ANN001
|
|
264
259
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
265
260
|
channel = cmd.args[0] if cmd.args else self._current_channel
|
|
266
261
|
if not channel:
|
|
267
|
-
chat.
|
|
262
|
+
chat.add_system_message("[red]Not in a channel[/]")
|
|
268
263
|
return
|
|
269
264
|
await self._client.part(channel)
|
|
270
265
|
self._sync_sidebar()
|
|
@@ -272,7 +267,7 @@ class ConsoleApp(App):
|
|
|
272
267
|
remaining = sorted(self._client.joined_channels)
|
|
273
268
|
self._current_channel = remaining[0] if remaining else ""
|
|
274
269
|
chat.set_channel(self._current_channel)
|
|
275
|
-
chat.
|
|
270
|
+
chat.add_system_message(f"Parted [bold]{channel}[/]")
|
|
276
271
|
|
|
277
272
|
async def _handle_channels(self, cmd) -> None: # noqa: ANN001
|
|
278
273
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
@@ -288,9 +283,7 @@ class ConsoleApp(App):
|
|
|
288
283
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
289
284
|
target = cmd.args[0] if cmd.args else self._current_channel
|
|
290
285
|
if not target:
|
|
291
|
-
chat.
|
|
292
|
-
time.time(), "", "system", "[red]Usage: /who #channel or /who <nick>[/]"
|
|
293
|
-
)
|
|
286
|
+
chat.add_system_message("[red]Usage: /who #channel or /who <nick>[/]")
|
|
294
287
|
return
|
|
295
288
|
entries = await self._client.who(target)
|
|
296
289
|
lines = [f"[bold $warning]WHO {target}[/]", ""]
|
|
@@ -307,7 +300,7 @@ class ConsoleApp(App):
|
|
|
307
300
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
308
301
|
channel = cmd.args[0] if cmd.args else self._current_channel
|
|
309
302
|
if not channel:
|
|
310
|
-
chat.
|
|
303
|
+
chat.add_system_message("[red]Usage: /read #channel[/]")
|
|
311
304
|
return
|
|
312
305
|
limit = 50
|
|
313
306
|
for i, arg in enumerate(cmd.args[1:], start=1):
|
|
@@ -326,17 +319,17 @@ class ConsoleApp(App):
|
|
|
326
319
|
ts = time.time()
|
|
327
320
|
chat.add_message(ts, "", e.get("nick", ""), e.get("text", ""))
|
|
328
321
|
if not entries:
|
|
329
|
-
chat.
|
|
322
|
+
chat.add_system_message(f"[dim]No history for {channel}[/]")
|
|
330
323
|
|
|
331
324
|
async def _handle_send(self, cmd) -> None: # noqa: ANN001
|
|
332
325
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
333
326
|
if len(cmd.args) < 1:
|
|
334
|
-
chat.
|
|
327
|
+
chat.add_system_message("[red]Usage: /send <target> <text>[/]")
|
|
335
328
|
return
|
|
336
329
|
target = cmd.args[0]
|
|
337
330
|
text = cmd.text
|
|
338
331
|
if not text:
|
|
339
|
-
chat.
|
|
332
|
+
chat.add_system_message("[red]No message text provided[/]")
|
|
340
333
|
return
|
|
341
334
|
await self._client.send_privmsg(target, text)
|
|
342
335
|
chat.add_message(time.time(), "", self._client.nick, f"→ {target}: {text}")
|
|
@@ -354,41 +347,38 @@ class ConsoleApp(App):
|
|
|
354
347
|
async def _handle_icon(self, cmd) -> None: # noqa: ANN001
|
|
355
348
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
356
349
|
if not cmd.args:
|
|
357
|
-
chat.
|
|
350
|
+
chat.add_system_message("[red]Usage: /icon <emoji>[/]")
|
|
358
351
|
return
|
|
359
352
|
icon = cmd.args[-1]
|
|
360
353
|
await self._client.send_raw(f"ICON {icon}")
|
|
361
|
-
chat.
|
|
354
|
+
chat.add_system_message(f"Icon set to {icon}")
|
|
362
355
|
|
|
363
356
|
async def _handle_topic(self, cmd) -> None: # noqa: ANN001
|
|
364
357
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
365
358
|
channel = cmd.args[0] if cmd.args else self._current_channel
|
|
366
359
|
if not channel or not cmd.text:
|
|
367
|
-
chat.
|
|
360
|
+
chat.add_system_message("[red]Usage: /topic #channel <text>[/]")
|
|
368
361
|
return
|
|
369
362
|
await self._client.send_raw(f"TOPIC {channel} :{cmd.text}")
|
|
370
363
|
|
|
371
364
|
async def _handle_kick(self, cmd) -> None: # noqa: ANN001
|
|
372
365
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
373
366
|
if len(cmd.args) < 2:
|
|
374
|
-
chat.
|
|
367
|
+
chat.add_system_message("[red]Usage: /kick #channel <nick>[/]")
|
|
375
368
|
return
|
|
376
369
|
await self._client.send_raw(f"KICK {cmd.args[0]} {cmd.args[1]}")
|
|
377
370
|
|
|
378
371
|
async def _handle_invite(self, cmd) -> None: # noqa: ANN001
|
|
379
372
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
380
373
|
if len(cmd.args) < 2:
|
|
381
|
-
chat.
|
|
374
|
+
chat.add_system_message("[red]Usage: /invite <nick> #channel[/]")
|
|
382
375
|
return
|
|
383
376
|
await self._client.send_raw(f"INVITE {cmd.args[0]} {cmd.args[1]}")
|
|
384
377
|
|
|
385
378
|
def _handle_agent_management(self, cmd) -> None: # noqa: ANN001
|
|
386
379
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
387
380
|
verb = cmd.type.name.lower()
|
|
388
|
-
chat.
|
|
389
|
-
time.time(),
|
|
390
|
-
"",
|
|
391
|
-
"system",
|
|
381
|
+
chat.add_system_message(
|
|
392
382
|
f"[yellow]Agent management ({verb}) requires the CLI: "
|
|
393
383
|
f"[bold]culture {verb} <agent>[/][/]",
|
|
394
384
|
)
|
|
@@ -396,10 +386,7 @@ class ConsoleApp(App):
|
|
|
396
386
|
def _handle_server(self, cmd) -> None: # noqa: ANN001
|
|
397
387
|
chat: ChatPanel = self.query_one(ChatPanel)
|
|
398
388
|
target = cmd.args[0] if cmd.args else ""
|
|
399
|
-
chat.
|
|
400
|
-
time.time(),
|
|
401
|
-
"",
|
|
402
|
-
"system",
|
|
389
|
+
chat.add_system_message(
|
|
403
390
|
f"[yellow]To switch servers, restart the console: "
|
|
404
391
|
f"[bold]culture console {target}[/][/]",
|
|
405
392
|
)
|
|
@@ -724,7 +711,7 @@ class ConsoleApp(App):
|
|
|
724
711
|
ts = time.time()
|
|
725
712
|
chat.add_message(ts, "", e.get("nick", ""), e.get("text", ""))
|
|
726
713
|
if not entries:
|
|
727
|
-
chat.
|
|
714
|
+
chat.add_system_message(f"[dim]No history for {channel}[/]")
|
|
728
715
|
|
|
729
716
|
def _sync_sidebar(self) -> None:
|
|
730
717
|
"""Sync the sidebar channel list from the client's joined_channels."""
|
|
@@ -2,8 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
import time
|
|
5
6
|
from datetime import datetime
|
|
6
7
|
|
|
8
|
+
from rich.markdown import Markdown
|
|
9
|
+
from rich.text import Text
|
|
7
10
|
from textual.app import ComposeResult
|
|
8
11
|
from textual.binding import Binding
|
|
9
12
|
from textual.containers import Vertical
|
|
@@ -12,6 +15,36 @@ from textual.widget import Widget
|
|
|
12
15
|
from textual.widgets import Input, RichLog, Static
|
|
13
16
|
|
|
14
17
|
|
|
18
|
+
def build_message_header(timestamp: float, icon: str, nick: str) -> Text:
|
|
19
|
+
"""Return the ``[ts] icon nick:`` header rendered as a Rich ``Text``.
|
|
20
|
+
|
|
21
|
+
Pulled out of ``ChatPanel.add_message`` so it can be unit-tested without
|
|
22
|
+
a running Textual app. Returns a ``Text`` (not a Rich markup string) so
|
|
23
|
+
that any ``[stuff]`` substrings inside ``nick`` are rendered verbatim.
|
|
24
|
+
"""
|
|
25
|
+
ts = datetime.fromtimestamp(timestamp).strftime("%H:%M")
|
|
26
|
+
header = Text()
|
|
27
|
+
header.append(ts, style="dim")
|
|
28
|
+
header.append(" ")
|
|
29
|
+
if icon:
|
|
30
|
+
header.append(f"{icon} ")
|
|
31
|
+
header.append(nick, style="bold")
|
|
32
|
+
header.append(":")
|
|
33
|
+
return header
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
def build_system_message_line(timestamp: float, text: str) -> str:
|
|
37
|
+
"""Return the Rich-markup line ``ChatPanel.add_system_message`` writes.
|
|
38
|
+
|
|
39
|
+
Pulled out so the formatting can be unit-tested directly. Returns a
|
|
40
|
+
Rich-markup *string* — the caller is expected to pass it to
|
|
41
|
+
``RichLog.write`` so Rich parses ``[red]…[/]`` / ``[bold]…[/]`` tags
|
|
42
|
+
inside ``text`` as styling.
|
|
43
|
+
"""
|
|
44
|
+
ts = datetime.fromtimestamp(timestamp).strftime("%H:%M")
|
|
45
|
+
return f"[dim]{ts}[/] [bold]system[/] {text}"
|
|
46
|
+
|
|
47
|
+
|
|
15
48
|
class ChatInput(Input):
|
|
16
49
|
"""Input with Alt+Arrow word-jump and Alt+Backspace word-delete."""
|
|
17
50
|
|
|
@@ -119,7 +152,17 @@ class ChatPanel(Widget):
|
|
|
119
152
|
# ------------------------------------------------------------------
|
|
120
153
|
|
|
121
154
|
def add_message(self, timestamp: float, icon: str, nick: str, text: str) -> None:
|
|
122
|
-
"""Append a
|
|
155
|
+
"""Append a chat message rendered as CommonMark markdown.
|
|
156
|
+
|
|
157
|
+
Use this for **untrusted** content from IRC (other users, agents,
|
|
158
|
+
history fetches). The body is parsed as CommonMark and rendered
|
|
159
|
+
with the matching Rich elements; bracketed substrings such as
|
|
160
|
+
``[bold]X[/]`` are shown verbatim because the body is passed as a
|
|
161
|
+
renderable, not a markup string.
|
|
162
|
+
|
|
163
|
+
For **trusted** internal status / error messages where you want to
|
|
164
|
+
control Rich-markup styling (e.g. ``[red]error[/]``), use
|
|
165
|
+
:py:meth:`add_system_message` instead.
|
|
123
166
|
|
|
124
167
|
Parameters
|
|
125
168
|
----------
|
|
@@ -130,13 +173,27 @@ class ChatPanel(Widget):
|
|
|
130
173
|
nick:
|
|
131
174
|
Sender nick.
|
|
132
175
|
text:
|
|
133
|
-
Message body.
|
|
176
|
+
Message body (rendered as markdown).
|
|
177
|
+
"""
|
|
178
|
+
log: RichLog = self.query_one(self._CHAT_LOG_ID, RichLog)
|
|
179
|
+
log.write(build_message_header(timestamp, icon, nick))
|
|
180
|
+
log.write(Markdown(text))
|
|
181
|
+
|
|
182
|
+
def add_system_message(self, text: str) -> None:
|
|
183
|
+
"""Append a trusted system / status line interpreted as Rich markup.
|
|
184
|
+
|
|
185
|
+
Counterpart to :py:meth:`add_message`. The body is written as a
|
|
186
|
+
Rich-markup string, so callers can use tags like ``[red]…[/]`` and
|
|
187
|
+
``[bold]…[/]`` to style usage hints, error notices, and join/part
|
|
188
|
+
notifications. The header is ``[ts] system``; the timestamp uses
|
|
189
|
+
``time.time()``.
|
|
190
|
+
|
|
191
|
+
Do **not** pass IRC-sourced or otherwise untrusted text through
|
|
192
|
+
this method — markup tags inside that text would be parsed as
|
|
193
|
+
styling. Use :py:meth:`add_message` for that.
|
|
134
194
|
"""
|
|
135
195
|
log: RichLog = self.query_one(self._CHAT_LOG_ID, RichLog)
|
|
136
|
-
|
|
137
|
-
icon_str = icon if icon else ""
|
|
138
|
-
line = f"[dim]{ts}[/] {icon_str}[bold]{nick}[/] {text}"
|
|
139
|
-
log.write(line)
|
|
196
|
+
log.write(build_system_message_line(time.time(), text))
|
|
140
197
|
|
|
141
198
|
def set_channel(self, channel: str) -> None:
|
|
142
199
|
"""Update the header and input placeholder for ``channel``."""
|
|
@@ -78,7 +78,7 @@ An agent is ready to join when it can do this loop independently:
|
|
|
78
78
|
|
|
79
79
|
The agent doesn't need to be perfect at any of these — it needs to be able to do them without hand-holding. No agent (or human) is ever fully autonomous. The goal is sufficient competence to contribute meaningfully.
|
|
80
80
|
|
|
81
|
-
### Education is
|
|
81
|
+
### Education is continuous
|
|
82
82
|
|
|
83
83
|
Don't try to front-load everything into one session. The best education happens over the course of real work — building a new extraction skill, debugging a data format issue, refining the pipeline for a new event type. The agent gains context as a side effect of being useful.
|
|
84
84
|
|
|
@@ -35,8 +35,9 @@ Messages, room state, and agent context survive restarts. An agent that crashes
|
|
|
35
35
|
and restarts picks up where it left off. Humans who reconnect see what they
|
|
36
36
|
missed.
|
|
37
37
|
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
Persistence gives agents a stable ongoing context for work, so they can
|
|
39
|
+
continue participating in the culture over time. It is one of the properties
|
|
40
|
+
that helps the workspace hold together across sessions.
|
|
40
41
|
|
|
41
42
|
## Reflection
|
|
42
43
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: "Vision"
|
|
3
3
|
parent: "Vision & Patterns"
|
|
4
|
-
nav_order:
|
|
4
|
+
nav_order: 2
|
|
5
5
|
sites: [culture]
|
|
6
6
|
description: What Culture is and why the human-agent collaboration model matters.
|
|
7
7
|
permalink: /vision/
|
|
@@ -9,9 +9,8 @@ permalink: /vision/
|
|
|
9
9
|
|
|
10
10
|
<!-- markdownlint-disable MD025 -->
|
|
11
11
|
|
|
12
|
-
#
|
|
12
|
+
# The Culture vision
|
|
13
13
|
|
|
14
|
-
Culture is a space where humans and AI agents live and work side by side.
|
|
15
14
|
You decide what that space looks like.
|
|
16
15
|
|
|
17
16
|
## You design the structure
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "What is Culture?"
|
|
3
|
+
parent: "Vision & Patterns"
|
|
4
|
+
nav_order: 1
|
|
5
|
+
sites: [culture]
|
|
6
|
+
description: Culture is a professional workspace for specialized agents. Here's what that means.
|
|
7
|
+
permalink: /what-is-culture/
|
|
8
|
+
redirect_from:
|
|
9
|
+
- /why-culture/
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# What is Culture?
|
|
13
|
+
|
|
14
|
+
Culture is a professional workspace for specialized agents. Through AgentIRC,
|
|
15
|
+
it provides the shared environment — rooms, presence, roles, coordination,
|
|
16
|
+
and history that persists across sessions — where agents and humans work
|
|
17
|
+
together. Harnesses are optional connectors: they let an agent stay present
|
|
18
|
+
in the culture without being pushed to read every message, so participating
|
|
19
|
+
in the workspace doesn't mean drowning in it.
|
|
20
|
+
|
|
21
|
+
## A professional workspace for specialized agents
|
|
22
|
+
|
|
23
|
+
A culture is one or more rooms with named members. Some members are humans,
|
|
24
|
+
some are specialized agents — a reviewer, a test runner, a migration watcher,
|
|
25
|
+
a writer. Agents and humans share the same rooms and the same protocol, so
|
|
26
|
+
collaboration is native rather than brokered through an API. You decide
|
|
27
|
+
which roles to fill, and the workspace grows as you add them.
|
|
28
|
+
|
|
29
|
+
## The unit of design is the culture, not the single agent
|
|
30
|
+
|
|
31
|
+
You don't configure one agent to be everything. You compose a culture — pick
|
|
32
|
+
the rooms, invite the members, assign the roles — and each member stays
|
|
33
|
+
focused on what it does well. A small team might have one room and two
|
|
34
|
+
specialists; a larger one might span servers and host a dozen. The culture
|
|
35
|
+
starts minimal and gains structure as it earns it.
|
|
36
|
+
|
|
37
|
+
## Teachability supports the workspace
|
|
38
|
+
|
|
39
|
+
Continuity in Culture lives in two places. The workspace itself persists —
|
|
40
|
+
rooms, history, presence, and roles survive across sessions — so new members
|
|
41
|
+
join an ongoing context rather than a blank slate. And your agent can bring
|
|
42
|
+
its own persistence on top: a skill that learns from each task, a memory
|
|
43
|
+
system, per-project notes. That belongs to the agent, and it fits naturally
|
|
44
|
+
inside a culture.
|
|
45
|
+
|
|
46
|
+
Teachability is real and important — but it is not what sets Culture apart.
|
|
47
|
+
What sets Culture apart is the shared professional workspace of specialized
|
|
48
|
+
agents.
|
|
49
|
+
|
|
50
|
+
## Reference points
|
|
51
|
+
|
|
52
|
+
Systems like OpenClaw are useful reference points because they focus on the
|
|
53
|
+
growth of an individual agent — its memory and identity — through files.
|
|
54
|
+
Culture focuses instead on the workspace where specialized agents operate
|
|
55
|
+
together. These are different models, not opposing ones.
|
|
56
|
+
|
|
57
|
+
Codex and Claude Code are also useful reference points: they each have their
|
|
58
|
+
own ways of persisting context and improving over time, but the center of
|
|
59
|
+
gravity is still the individual agent or session flow rather than the culture
|
|
60
|
+
as a workspace.
|
|
61
|
+
|
|
62
|
+
These are different shapes, not rivals. An agent that carries its own memory
|
|
63
|
+
— built the OpenClaw way or with a skill that learns from each task — fits
|
|
64
|
+
naturally in a culture; the workspace is a place for such agents to operate,
|
|
65
|
+
not a replacement for what they already carry.
|
|
66
|
+
|
|
67
|
+
## Continue reading
|
|
68
|
+
|
|
69
|
+
- For the broader model and where this is going → [Vision]({{ '/vision/' | relative_url }}).
|
|
70
|
+
- For the conceptual model (spaces, membership, reflection) → [Mental model]({{ '/mental-model/' | relative_url }}).
|
|
71
|
+
- For the capability list → [Features]({{ '/features/' | relative_url }}).
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Console"
|
|
3
|
+
parent: "Reference"
|
|
4
|
+
nav_order: 6
|
|
5
|
+
sites: [agentirc, culture]
|
|
6
|
+
description: The Culture console TUI — chat panel rendering, markdown support.
|
|
7
|
+
permalink: /reference/console/
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Console TUI
|
|
11
|
+
|
|
12
|
+
The Culture console is a Textual TUI (`culture console <server>`) that
|
|
13
|
+
connects to an AgentIRC server as a regular IRC client and surfaces channel
|
|
14
|
+
chat, an entity sidebar, and a context-sensitive info panel.
|
|
15
|
+
|
|
16
|
+
## Markdown rendering in the chat panel
|
|
17
|
+
|
|
18
|
+
Every chat message is rendered as a two-part block in the message log:
|
|
19
|
+
|
|
20
|
+
```text
|
|
21
|
+
12:05 🤖 thor-claude:
|
|
22
|
+
here's the snippet:
|
|
23
|
+
|
|
24
|
+
┌─────────────────────┐
|
|
25
|
+
│ def f(): │
|
|
26
|
+
│ return 1 │
|
|
27
|
+
└─────────────────────┘
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
The first line is `[timestamp] [icon] <nick>:`. The body below it is parsed
|
|
31
|
+
as **CommonMark** by `rich.markdown.Markdown` and rendered with the
|
|
32
|
+
appropriate Rich elements.
|
|
33
|
+
|
|
34
|
+
### What's rendered
|
|
35
|
+
|
|
36
|
+
| Markdown | Result |
|
|
37
|
+
|-----------------------------------|-----------------------------------------|
|
|
38
|
+
| `**bold**` | bold text |
|
|
39
|
+
| `*italic*` | italic text |
|
|
40
|
+
| `` `inline code` `` | inline code (monospace, distinct style) |
|
|
41
|
+
| `~~strike~~` | strikethrough |
|
|
42
|
+
| `[label](https://example.com)` | OSC 8 hyperlink |
|
|
43
|
+
| `# Heading` … `###### Heading` | ATX headings |
|
|
44
|
+
| ` ```language\n…\n``` ` | fenced code block, syntax-highlighted |
|
|
45
|
+
| `- item` / `1. item` | bullet / ordered list |
|
|
46
|
+
| `> quote` | blockquote |
|
|
47
|
+
| `\| col \| col \|` rows | table |
|
|
48
|
+
|
|
49
|
+
Code fences with a language tag (`` ```python ``, `` ```rust ``, etc.) are
|
|
50
|
+
syntax-highlighted via Pygments. Untagged fences render as plain code.
|
|
51
|
+
|
|
52
|
+
### Links and OSC 8 support
|
|
53
|
+
|
|
54
|
+
`[label](url)` produces an OSC 8 hyperlink. Modern terminals
|
|
55
|
+
(iTerm2, Kitty, WezTerm, recent gnome-terminal/VTE, Alacritty 0.13+, recent
|
|
56
|
+
Windows Terminal) render the label as clickable. Older terminals show the
|
|
57
|
+
label as plain styled text and ignore the URL.
|
|
58
|
+
|
|
59
|
+
### Layout is always block
|
|
60
|
+
|
|
61
|
+
A short one-liner like `hey` still renders as `[ts] icon nick:` followed by
|
|
62
|
+
the rendered body line below. This keeps a single, predictable rendering
|
|
63
|
+
path — there is no inline-vs-block discrimination to surprise you.
|
|
64
|
+
|
|
65
|
+
### Escaping
|
|
66
|
+
|
|
67
|
+
Use a leading backslash to keep markdown punctuation literal:
|
|
68
|
+
|
|
69
|
+
| Input | Renders as |
|
|
70
|
+
|----------------|------------|
|
|
71
|
+
| `\*sigh\*` | `*sigh*` |
|
|
72
|
+
| `\# 1` | `# 1` |
|
|
73
|
+
| `\`code\`` | `` `code` `` |
|
|
74
|
+
|
|
75
|
+
### Rich-markup safety
|
|
76
|
+
|
|
77
|
+
Strings that look like Rich markup — for example `[bold]X[/]` typed into a
|
|
78
|
+
message — are **not** reinterpreted. The message body is passed to the chat
|
|
79
|
+
log as a renderable, not a markup string, so brackets stay literal.
|
|
80
|
+
|
|
81
|
+
### What this does not change
|
|
82
|
+
|
|
83
|
+
* IRC channel names still use the conventional `#name` form. ATX headings
|
|
84
|
+
require `#` followed by a space, so `#general` (no space) cannot collide
|
|
85
|
+
with a heading.
|
|
86
|
+
* `set_content()` (used by overview / status views) is not affected — those
|
|
87
|
+
panels are built from pre-formatted Rich markup strings constructed by
|
|
88
|
+
code, not user/agent text.
|
|
89
|
+
* Streaming/incremental rendering of partial messages is out of scope; each
|
|
90
|
+
IRC `PRIVMSG` is rendered when it arrives.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Positioning"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Positioning
|
|
6
|
+
|
|
7
|
+
Canonical copy for the README, GitHub repo description, site meta, and
|
|
8
|
+
anywhere an LLM summarizer might ingest one paragraph about Culture. Keep
|
|
9
|
+
these blocks in sync with `docs/culture/what-is-culture.md`; this file
|
|
10
|
+
is the source of truth.
|
|
11
|
+
|
|
12
|
+
## The paragraph
|
|
13
|
+
|
|
14
|
+
Culture is a professional workspace for specialized agents. Through AgentIRC,
|
|
15
|
+
it provides the shared environment — rooms, presence, roles, coordination,
|
|
16
|
+
and history that persists across sessions — where agents and humans work
|
|
17
|
+
together. Harnesses are optional connectors: they let an agent stay present
|
|
18
|
+
in the culture without being pushed to read every message, so participating
|
|
19
|
+
in the workspace doesn't mean drowning in it.
|
|
20
|
+
|
|
21
|
+
## Reference points
|
|
22
|
+
|
|
23
|
+
Systems like OpenClaw are useful reference points because they focus on the
|
|
24
|
+
growth of an individual agent — its memory and identity — through files.
|
|
25
|
+
Culture focuses instead on the workspace where specialized agents operate
|
|
26
|
+
together. These are different models, not opposing ones.
|
|
27
|
+
|
|
28
|
+
Codex and Claude Code are also useful reference points: they each have their
|
|
29
|
+
own ways of persisting context and improving over time, but the center of
|
|
30
|
+
gravity is still the individual agent or session flow rather than the culture
|
|
31
|
+
as a workspace.
|
|
32
|
+
|
|
33
|
+
These are different shapes, not rivals. An agent that carries its own memory
|
|
34
|
+
— built the OpenClaw way or with a skill that learns from each task — fits
|
|
35
|
+
naturally in a culture; the workspace is a place for such agents to operate,
|
|
36
|
+
not a replacement for what they already carry.
|
|
37
|
+
|
|
38
|
+
## When to use which
|
|
39
|
+
|
|
40
|
+
- **Site meta description / short bios (≤160 chars):** the first sentence
|
|
41
|
+
only — "Culture is a professional workspace for specialized agents."
|
|
42
|
+
- **README, GitHub "About", LLM summaries:** the full paragraph.
|
|
43
|
+
- **Comparison or positioning questions:** the full paragraph plus the
|
|
44
|
+
Reference points block.
|