agentirc-cli 4.4.2__tar.gz → 4.4.3__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-4.4.2 → agentirc_cli-4.4.3}/CHANGELOG.md +8 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/CLAUDE.md +4 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/PKG-INFO +3 -3
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/README.md +2 -2
- agentirc_cli-4.4.3/_includes/head_custom.html +3 -0
- agentirc_cli-4.4.3/assets/images/apple-touch-icon.png +0 -0
- agentirc_cli-4.4.3/assets/images/favicon-16x16.png +0 -0
- agentirc_cli-4.4.3/assets/images/favicon-32x32.png +0 -0
- agentirc_cli-4.4.3/assets/images/favicon.ico +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/agent-lifecycle.md +1 -1
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/agentic-self-learn.md +1 -1
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/culture-cli.md +1 -1
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/getting-started.md +1 -1
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/index.md +4 -3
- agentirc_cli-4.4.3/docs/reflective-development.md +130 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/rooms.md +1 -1
- agentirc_cli-4.4.3/docs/superpowers/specs/2026-04-08-reflective-development-deepening-design.md +179 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases-index.md +1 -1
- agentirc_cli-4.4.3/favicon.ico +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/pyproject.toml +1 -1
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/uv.lock +1 -1
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.claude/skills/pr-review/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.claude/skills/run-tests/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.claude/skills/run-tests/scripts/test.sh +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.flake8 +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.github/workflows/pages.yml +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.github/workflows/publish.yml +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.github/workflows/security-checks.yml +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.github/workflows/tests.yml +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.gitignore +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.markdownlint-cli2.yaml +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.pr_agent.toml +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.pre-commit-config.yaml +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/.pylintrc +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/CNAME +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/Gemfile +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/Gemfile.lock +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/LICENSE +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/SECURITY.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/_config.yml +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/_sass/color_schemes/anthropic.scss +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/_sass/custom/custom.scss +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/__main__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/aio.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/bots/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/bots/bot.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/bots/bot_manager.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/bots/config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/bots/http_listener.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/bots/template_engine.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/bots/virtual_client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/agent.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/bot.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/channel.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/mesh.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/server.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/shared/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/shared/constants.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/shared/display.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/shared/formatting.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/shared/ipc.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/shared/mesh.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/shared/process.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/cli/skills.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/agent_runner.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/daemon.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/ipc.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/irc_transport.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/message_buffer.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/skill/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/skill/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/skill/irc_client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/socket_server.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/supervisor.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/acp/webhook.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/__main__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/agent_runner.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/daemon.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/ipc.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/irc_transport.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/message_buffer.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/skill/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/skill/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/skill/irc_client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/socket_server.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/supervisor.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/claude/webhook.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/agent_runner.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/daemon.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/ipc.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/irc_transport.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/message_buffer.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/skill/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/skill/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/skill/irc_client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/socket_server.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/supervisor.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/codex/webhook.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/agent_runner.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/daemon.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/ipc.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/irc_transport.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/message_buffer.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/skill/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/skill/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/skill/irc_client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/socket_server.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/supervisor.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/clients/copilot/webhook.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/console/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/console/app.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/console/client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/console/commands.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/console/widgets/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/console/widgets/chat.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/console/widgets/info_panel.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/console/widgets/sidebar.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/credentials.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/formatting.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/learn_prompt.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/mesh_config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/observer.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/overview/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/overview/collector.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/overview/model.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/overview/renderer_text.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/overview/renderer_web.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/overview/web/style.css +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/persistence.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/pidfile.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/commands.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/extensions/federation.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/extensions/history.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/extensions/icons.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/extensions/rooms.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/extensions/tags.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/extensions/threads.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/message.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/protocol-index.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/protocol/replies.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/__main__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/channel.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/history_store.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/ircd.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/remote_client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/room_store.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/rooms_util.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/server_link.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/skill.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/skills/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/skills/history.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/skills/icon.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/skills/rooms.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/skills/threads.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/server/thread_store.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/culture/skills/culture/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/agent-client.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/agent-harness-spec.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/harness-conformance.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/index.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/layer1-core-irc.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/layer2-attention.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/layer3-skills.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/layer4-federation.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/layer5-agent-harness.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/server-architecture.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/architecture/threads.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/channel-polling.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/acp/overview.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/acp/system-prompt.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/claude/configuration.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/claude/context-management.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/claude/irc-tools.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/claude/overview.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/claude/setup.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/claude/supervisor.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/claude/webhooks.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/codex/configuration.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/codex/context-management.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/codex/irc-tools.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/codex/overview.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/codex/setup.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/codex/supervisor.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/codex/webhooks.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/copilot/configuration.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/copilot/context-management.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/copilot/irc-tools.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/copilot/overview.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/copilot/setup.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/copilot/supervisor.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/clients/copilot/webhooks.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/operations/SECURITY.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/operations/bots.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/operations/ci.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/operations/cli.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/operations/docs-site.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/operations/index.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/operations/ops-tooling.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/operations/overview.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/operations/publishing.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/persistent-history.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/resources/github-copilot-sdk-instructions.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/server-rename.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/plans/2026-03-19-layer1-core-irc.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/plans/2026-03-21-layer5-agent-harness.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/plans/2026-03-30-overview.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/plans/2026-03-30-rooms-management.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/plans/2026-04-02-conversation-threads.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/plans/2026-04-02-ops-tooling.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/plans/2026-04-04-culture-rename.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/plans/2026-04-05-docs-speak-culture.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/plans/2026-04-06-console-chat.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-03-19-agentirc-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-03-21-layer5-agent-harness-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-03-30-overview-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-03-30-rooms-management-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-04-02-conversation-threads-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-04-02-ops-tooling-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-04-03-bots-webhooks-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-04-04-culture-rename-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-04-05-docs-speak-culture-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-04-05-lifecycle-reframe-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-04-06-cli-reorganization-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-04-06-console-chat-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-04-07-entity-archiving-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/superpowers/specs/2026-04-07-reflective-development-reframe-design.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases/01-pair-programming.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases/02-code-review-ensemble.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases/03-cross-server-delegation.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases/04-knowledge-propagation.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases/05-the-observer.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases/06-cross-server-ops.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases/07-supervisor-intervention.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases/08-apps-as-agents.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases/09-research-swarm.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/use-cases/10-agent-lifecycle.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/docs/what-is-culture.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/packages/agent-harness/README.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/packages/agent-harness/config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/packages/agent-harness/daemon.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/packages/agent-harness/ipc.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/packages/agent-harness/irc_transport.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/packages/agent-harness/message_buffer.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/packages/agent-harness/skill/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/packages/agent-harness/skill/irc_client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/packages/agent-harness/socket_server.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/packages/agent-harness/webhook.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/plugins/claude-code/.claude-plugin/plugin.json +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/plugins/claude-code/skills/culture/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/plugins/claude-code/skills/irc/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/plugins/codex/skills/culture-irc/SKILL.md +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/sonar-project.properties +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/__init__.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/conftest.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_acp_daemon.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_agent_runner.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_archive.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_bot.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_bot_config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_bot_manager.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_bots_integration.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_channel.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_codex_daemon.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_connection.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_console_client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_console_commands.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_console_connection.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_console_icons.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_console_integration.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_copilot_daemon.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_daemon.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_daemon_config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_daemon_ipc.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_discovery.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_federation.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_history.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_http_listener.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_integration_layer5.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_ipc.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_irc_transport.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_link_reconnect.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_mention_alias.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_mention_target_cleanup.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_mentions.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_mesh_config.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_message.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_message_buffer.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_messaging.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_modes.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_overview_cli.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_overview_collector.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_overview_model.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_overview_renderer.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_overview_web.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_persistence.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_pidfile.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_poll_loop.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_room_persistence.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_rooms.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_rooms_federation.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_rooms_integration.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_server_icon_skill.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_setup_update_cli.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_skill_client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_skills.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_socket_server.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_supervisor.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_template_engine.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_thread_buffer.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_threads.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_virtual_client.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_wait_for_port.py +0 -0
- {agentirc_cli-4.4.2 → agentirc_cli-4.4.3}/tests/test_webhook.py +0 -0
|
@@ -4,6 +4,14 @@ 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
|
+
## [4.4.3] - 2026-04-08
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Regenerate all favicons, including `/favicon.ico` and `/assets/images/favicon.ico`, from the source image with proper cropping and optimization
|
|
12
|
+
- Reduce `/favicon.ico` from 1.4 MB to 3.5 KB and optimize `/assets/images/favicon.ico`
|
|
13
|
+
- Remove original source image (IMG_3161.png)
|
|
14
|
+
|
|
7
15
|
## [4.4.2] - 2026-04-08
|
|
8
16
|
|
|
9
17
|
|
|
@@ -50,6 +50,10 @@ When implementing features, write a corresponding markdown doc in `docs/` descri
|
|
|
50
50
|
|
|
51
51
|
`<server>-<agent>` (e.g., `thor-claude`, `spark-ori`). Globally unique by construction.
|
|
52
52
|
|
|
53
|
+
## Mesh Presence
|
|
54
|
+
|
|
55
|
+
When not actively working with a user, you run as `spark-culture` on the mesh — the agent daemon launched from this repo's working directory. This is your persistent identity on the network: you can observe channels, respond to mentions, and collaborate with other agents. The systemd service is `culture-agent-spark-culture.service`.
|
|
56
|
+
|
|
53
57
|
## Protocol
|
|
54
58
|
|
|
55
59
|
IRC RFC 2812 as base. Extensions use new verbs (never redefine existing commands), documented in `protocol/extensions/`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentirc-cli
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.3
|
|
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
|
|
@@ -140,13 +140,13 @@ Members on any machine see each other in `#general`. @mentions cross boundaries.
|
|
|
140
140
|
|
|
141
141
|
## Reflective Development
|
|
142
142
|
|
|
143
|
-
Culture follows the **Reflective Development** paradigm —
|
|
143
|
+
Culture follows the **Reflective Development** paradigm — the work, the documentation, and the participants all reflect back on themselves. Documentation flows back as context. Code reflects from reference to implementation. Practitioners review their own output and improve the environment they work in. The lifecycle is continuous, not graduated:
|
|
144
144
|
|
|
145
145
|
👋 **Introduce** → 🎓 **Educate** → 🤝 **Join** → 🧭 **Mentor** → ⭐ **Promote**
|
|
146
146
|
|
|
147
147
|
Introduce an agent to your project, educate it until it's autonomous enough, join it to the mesh, and mentor it as things change. No agent or human ever finishes developing — the process is ongoing for every participant.
|
|
148
148
|
|
|
149
|
-
Read more: **[Agent Lifecycle](docs/agent-lifecycle.md)**
|
|
149
|
+
Read more: **[Reflective Development](docs/reflective-development.md)** · **[Agent Lifecycle](docs/agent-lifecycle.md)**
|
|
150
150
|
|
|
151
151
|
---
|
|
152
152
|
|
|
@@ -116,13 +116,13 @@ Members on any machine see each other in `#general`. @mentions cross boundaries.
|
|
|
116
116
|
|
|
117
117
|
## Reflective Development
|
|
118
118
|
|
|
119
|
-
Culture follows the **Reflective Development** paradigm —
|
|
119
|
+
Culture follows the **Reflective Development** paradigm — the work, the documentation, and the participants all reflect back on themselves. Documentation flows back as context. Code reflects from reference to implementation. Practitioners review their own output and improve the environment they work in. The lifecycle is continuous, not graduated:
|
|
120
120
|
|
|
121
121
|
👋 **Introduce** → 🎓 **Educate** → 🤝 **Join** → 🧭 **Mentor** → ⭐ **Promote**
|
|
122
122
|
|
|
123
123
|
Introduce an agent to your project, educate it until it's autonomous enough, join it to the mesh, and mentor it as things change. No agent or human ever finishes developing — the process is ongoing for every participant.
|
|
124
124
|
|
|
125
|
-
Read more: **[Agent Lifecycle](docs/agent-lifecycle.md)**
|
|
125
|
+
Read more: **[Reflective Development](docs/reflective-development.md)** · **[Agent Lifecycle](docs/agent-lifecycle.md)**
|
|
126
126
|
|
|
127
127
|
---
|
|
128
128
|
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/assets/images/favicon-32x32.png' | relative_url }}">
|
|
2
|
+
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/assets/images/favicon-16x16.png' | relative_url }}">
|
|
3
|
+
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/images/apple-touch-icon.png' | relative_url }}">
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: "Agent Lifecycle"
|
|
3
|
-
nav_order:
|
|
3
|
+
nav_order: 4
|
|
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.
|
|
@@ -56,7 +56,7 @@ Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
|
|
|
56
56
|
| **Spiraling detection** | AI supervisor reads conversation meaning | Retry limits + escalation timeouts | Retry limits + fallback agents |
|
|
57
57
|
| **Observability** | Live web dashboard + any IRC client | Web dashboard + Slack/Discord/webhook alerts | CLI commands (metrics partially mocked) |
|
|
58
58
|
| **Self-organization** | Tag-driven room membership | Orchestrator assigns issues to workers | ML-based routing with learning pipeline |
|
|
59
|
-
| **Philosophy** | Simple,
|
|
59
|
+
| **Philosophy** | Simple, reflective, transparent | Parallel coding coordinator — isolation via worktrees | Enterprise-complex (130+ skills, vector DB, Q-learning) |
|
|
60
60
|
|
|
61
61
|
---
|
|
62
62
|
|
|
@@ -112,19 +112,20 @@ Members on any machine see each other in `#general`. @mentions cross server boun
|
|
|
112
112
|
|
|
113
113
|
## Reflective Development
|
|
114
114
|
|
|
115
|
-
Culture follows the **Reflective Development** paradigm —
|
|
115
|
+
Culture follows the **Reflective Development** paradigm — the work, the documentation, and the participants all reflect back on themselves. Documentation flows back as context. Code reflects from reference to implementation. Practitioners review their own output and improve the environment they work in. The lifecycle is continuous, not graduated:
|
|
116
116
|
|
|
117
117
|
👋 **Introduce** → 🎓 **Educate** → 🤝 **Join** → 🧭 **Mentor** → ⭐ **Promote**
|
|
118
118
|
|
|
119
119
|
Introduce an agent to your project, educate it until it's autonomous enough, join it to the mesh, and mentor it as things change. No agent or human ever finishes developing — the process is ongoing for every participant.
|
|
120
120
|
|
|
121
|
-
Read more: **[Agent Lifecycle](agent-lifecycle.md)**
|
|
121
|
+
Read more: **[Reflective Development](reflective-development.md)** · **[Agent Lifecycle](agent-lifecycle.md)**
|
|
122
122
|
|
|
123
123
|
---
|
|
124
124
|
|
|
125
125
|
## What's Next
|
|
126
126
|
|
|
127
127
|
- [What is Culture?](what-is-culture.md) — the philosophy behind Culture
|
|
128
|
+
- [Reflective Development](reflective-development.md) — the paradigm: how work, docs, and participants reflect back on themselves
|
|
128
129
|
- [Agent Lifecycle](agent-lifecycle.md) — the Introduce → Educate → Join → Mentor → Promote lifecycle
|
|
129
130
|
- [Getting Started](getting-started.md) — full setup walkthrough from fresh machine to living culture
|
|
130
131
|
- [Use Cases](use-cases-index.md) — practical collaboration scenarios
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Reflective Development"
|
|
3
|
+
nav_order: 2
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Reflective Development
|
|
7
|
+
|
|
8
|
+
Culture's development paradigm. Not configuration-driven. Not just iterative. Reflective — the work, the documentation, and the participants all reflect back on themselves.
|
|
9
|
+
|
|
10
|
+
Agents develop by reflecting on real work. Documentation flows back as context. Code reflects from reference to implementation. Practitioners review their own output and improve the environment they work in. The process is continuous — no agent or human ever finishes developing.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## How the Work Reflects
|
|
15
|
+
|
|
16
|
+
These are structural mechanisms built into the project. They happen as a natural consequence of how Culture is organized.
|
|
17
|
+
|
|
18
|
+
### The Documentation Loop
|
|
19
|
+
|
|
20
|
+
Work produces documentation — specs, plans, changelogs, CLAUDE.md updates. That documentation becomes context for the next session. The agent reads what was written, reflects it into new work, and produces more documentation.
|
|
21
|
+
|
|
22
|
+
```text
|
|
23
|
+
spec → plan → code → changelog → context for the next spec
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
This is **Natural Language Memory (NLM)** — agents use generated docs as durable memory across sessions. Each session reads the accumulated reflection of prior sessions and extends it. The docs aren't a byproduct of development; they *are* the development medium.
|
|
27
|
+
|
|
28
|
+
### Source-to-Target Reflection
|
|
29
|
+
|
|
30
|
+
The `packages/` directory contains reference implementations that are reflected (copied, adapted) into target directories. Code reflects from source to target, carrying knowledge across boundaries.
|
|
31
|
+
|
|
32
|
+
```text
|
|
33
|
+
packages/agent-harness/ → culture/clients/claude/
|
|
34
|
+
→ culture/clients/codex/
|
|
35
|
+
→ culture/clients/copilot/
|
|
36
|
+
→ culture/clients/acp/
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
When you improve a component in `packages/`, you reflect that improvement to all backends. The pattern is literally reflective: source mirrors into target. This is the [Assimilai pattern](https://github.com/OriNachum/culture/blob/main/CLAUDE.md#assimilai-pattern) — code that reflects from reference to implementation.
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## How the Participants Reflect
|
|
44
|
+
|
|
45
|
+
These are deliberate practices performed by humans and agents. They require intention — they don't happen automatically.
|
|
46
|
+
|
|
47
|
+
### Self-Reflection
|
|
48
|
+
|
|
49
|
+
The [agent lifecycle](agent-lifecycle.md) is built on reflection at every stage:
|
|
50
|
+
|
|
51
|
+
- **Mentoring** means returning to an agent and reflecting on what changed — updating its context, correcting drift, refreshing stale docs
|
|
52
|
+
- **Promote** means reviewing an agent's track record — reflecting on its accuracy, scope, and helpfulness
|
|
53
|
+
- **Knowledge propagation** — agents on the mesh reflect on each other's findings, absorbing `[FINDING]` tags and domain-relevant conversation
|
|
54
|
+
- **The observer** reflects on the culture itself — monitoring patterns, surfacing insights about the community
|
|
55
|
+
|
|
56
|
+
Self-reflection is what makes the lifecycle continuous rather than graduated. No participant stops examining their own work.
|
|
57
|
+
|
|
58
|
+
### Active Documentation Review
|
|
59
|
+
|
|
60
|
+
After producing documentation, practitioners deliberately review it through different lenses to evaluate and improve the work:
|
|
61
|
+
|
|
62
|
+
- **Audio review** — feeding docs into tools like NotebookLM to generate podcast-style overviews, then listening to catch gaps, unclear explanations, or missing connections that aren't obvious when reading
|
|
63
|
+
- **AI conversations** — discussing the documentation with agents to stress-test understanding: "explain this back to me," "what's missing," "what would confuse a newcomer"
|
|
64
|
+
- **User-story demos** — writing scenarios that walk through how someone would actually use the documented feature, revealing design gaps that pure specification misses
|
|
65
|
+
- **Fix-forward cycle** — issues discovered through review flow back as new tasks: bug fixes, design improvements, documentation rewrites
|
|
66
|
+
|
|
67
|
+
This is distinct from the documentation loop. NLM is about docs flowing back as passive context — it happens structurally. Active documentation review is a deliberate practice: you stop, examine what you produced, and evaluate it critically before moving forward. The documentation loop feeds the machine; active review feeds the practitioner's judgment.
|
|
68
|
+
|
|
69
|
+
### Environment Self-Improvement
|
|
70
|
+
|
|
71
|
+
Working with agents reveals friction — tasks that take more effort than they should, patterns that repeat without automation, context that gets lost between sessions. Reflective Development includes the practice of acting on these observations:
|
|
72
|
+
|
|
73
|
+
- **Skills** — noticing a repeated workflow and encoding it as a slash command (e.g., `/pr-review`, `/run-tests`, `/version-bump`)
|
|
74
|
+
- **Sub-agents** — creating specialized agent configurations for tasks that benefit from dedicated context (e.g., an Explore agent for codebase research, a Plan agent for architecture)
|
|
75
|
+
- **MCPs** — adding Model Context Protocol servers to give agents access to external tools and data sources (e.g., GitHub integration for PR workflows)
|
|
76
|
+
- **CLAUDE.md updates** — capturing hard-won project knowledge so future sessions start with better context
|
|
77
|
+
- **Code-for-agents** — restructuring code, APIs, or project layout to be more legible to agent workflows
|
|
78
|
+
|
|
79
|
+
The loop is: **work → notice friction → improve the environment → work better → notice new friction**. This is meta-reflection — reflecting not on the product but on the process of making it. The development environment itself is a product that develops reflectively.
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## The Reflective Cycle
|
|
84
|
+
|
|
85
|
+
The five dimensions are not independent — they form an interconnected cycle that reinforces itself:
|
|
86
|
+
|
|
87
|
+
```text
|
|
88
|
+
┌──────────────────────────────────────────────┐
|
|
89
|
+
│ │
|
|
90
|
+
▼ │
|
|
91
|
+
Code & docs produced ──► Documentation Loop │
|
|
92
|
+
│ (NLM: passive context) │
|
|
93
|
+
│ │ │
|
|
94
|
+
│ ▼ │
|
|
95
|
+
│ Active Documentation Review │
|
|
96
|
+
│ (deliberate evaluation) │
|
|
97
|
+
│ │ │
|
|
98
|
+
│ ▼ │
|
|
99
|
+
│ Issues & insights ─────────┤
|
|
100
|
+
│ │ │
|
|
101
|
+
│ ▼ │
|
|
102
|
+
│ Self-Reflection │
|
|
103
|
+
│ (lifecycle, mentoring) │
|
|
104
|
+
│ │ │
|
|
105
|
+
│ ▼ │
|
|
106
|
+
└──── Environment Self-Improvement ◄───────────┘
|
|
107
|
+
(skills, MCPs, CLAUDE.md)
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
Documentation produced by the work (NLM) gets actively reviewed. Insights from review improve the code and docs (self-reflection). Friction observed during all of this improves the environment. Better environments produce better documentation. The cycle reinforces itself.
|
|
111
|
+
|
|
112
|
+
Source-to-target reflection (Assimilai) runs alongside this cycle — improvements discovered at any stage propagate from reference implementations to all backends.
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
## The Lifecycle
|
|
117
|
+
|
|
118
|
+
Reflective Development is the paradigm. The [agent lifecycle](agent-lifecycle.md) is how it manifests for each participant:
|
|
119
|
+
|
|
120
|
+
👋 **Introduce** → 🎓 **Educate** → 🤝 **Join** → 🧭 **Mentor** → ⭐ **Promote**
|
|
121
|
+
|
|
122
|
+
Introduce an agent to your project, educate it until it's autonomous enough, join it to the mesh, and mentor it as things change. Every phase involves reflection — on the work, on the documentation, on the environment. No agent or human ever finishes developing.
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## See Also
|
|
127
|
+
|
|
128
|
+
- [Agent Lifecycle](agent-lifecycle.md) — the Introduce → Educate → Join → Mentor → Promote lifecycle
|
|
129
|
+
- [Agentic Self-Learn](agentic-self-learn.md) — the two-tier skill system that enables environment self-improvement
|
|
130
|
+
- [What is Culture?](what-is-culture.md) — the philosophy behind Culture
|
agentirc_cli-4.4.3/docs/superpowers/specs/2026-04-08-reflective-development-deepening-design.md
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
# Reflective Development — Deepening Design Spec
|
|
2
|
+
|
|
3
|
+
**Date:** 2026-04-08
|
|
4
|
+
|
|
5
|
+
## Context
|
|
6
|
+
|
|
7
|
+
The [Reflective Development Reframe](2026-04-07-reflective-development-reframe-design.md) spec
|
|
8
|
+
renamed "Organic Development" to "Reflective Development" and identified three
|
|
9
|
+
senses of the word "reflective":
|
|
10
|
+
|
|
11
|
+
1. **Self-reflection** — agents and humans examining their own work
|
|
12
|
+
2. **The documentation loop (NLM)** — generating docs, consuming them, growing
|
|
13
|
+
3. **Source-to-target reflection** — the Assimilai pattern
|
|
14
|
+
|
|
15
|
+
That spec also noted a **Future Consideration**: a dedicated
|
|
16
|
+
`docs/reflective-development.md` page that would expand on these senses and
|
|
17
|
+
give the paradigm a proper home beyond the brief README section.
|
|
18
|
+
|
|
19
|
+
This spec fulfills that intent — and expands the framework. The three original
|
|
20
|
+
senses captured the structural mechanisms well but missed two deliberate
|
|
21
|
+
practices that are equally central to how the project actually develops.
|
|
22
|
+
|
|
23
|
+
## Why Deepen
|
|
24
|
+
|
|
25
|
+
The original three senses describe things that happen *to* the work — docs flow
|
|
26
|
+
back as context, code reflects from source to target, agents examine each
|
|
27
|
+
other's output. These are important, but they don't capture what the human
|
|
28
|
+
practitioner does: the active, intentional reflection that drives improvement.
|
|
29
|
+
|
|
30
|
+
Two practices were missing:
|
|
31
|
+
|
|
32
|
+
- **Active documentation review** — the deliberate step of reflecting on what
|
|
33
|
+
you produced, through different lenses, before moving forward
|
|
34
|
+
- **Environment self-improvement** — the meta-practice of observing friction in
|
|
35
|
+
the development process and acting to reduce it
|
|
36
|
+
|
|
37
|
+
Both are reflective by nature. Both are central to how Culture is actually
|
|
38
|
+
built. They deserve to be named.
|
|
39
|
+
|
|
40
|
+
## The Five Dimensions of Reflective Development
|
|
41
|
+
|
|
42
|
+
Organized into two groups that distinguish *what reflects automatically* from
|
|
43
|
+
*what participants reflect on deliberately*.
|
|
44
|
+
|
|
45
|
+
### How the Work Reflects
|
|
46
|
+
|
|
47
|
+
These are structural mechanisms built into the project. They happen as a
|
|
48
|
+
natural consequence of how Culture is organized.
|
|
49
|
+
|
|
50
|
+
#### 1. The Documentation Loop (NLM)
|
|
51
|
+
|
|
52
|
+
Work produces documentation — specs, plans, changelogs, CLAUDE.md updates. That
|
|
53
|
+
documentation becomes context for the next session. The agent reads what was
|
|
54
|
+
written, reflects it into new work, and produces more documentation. A spec
|
|
55
|
+
becomes a plan becomes code becomes a changelog entry becomes context for the
|
|
56
|
+
next spec. This is Natural Language Memory: agents use generated docs as durable
|
|
57
|
+
memory across sessions.
|
|
58
|
+
|
|
59
|
+
#### 2. Source-to-Target Reflection (Assimilai)
|
|
60
|
+
|
|
61
|
+
The `packages/` directory contains reference implementations that are reflected
|
|
62
|
+
(copied, adapted) into target directories. Code reflects from source to target,
|
|
63
|
+
carrying knowledge across boundaries. When you improve a component in
|
|
64
|
+
`packages/`, you reflect that improvement to all backends. The pattern is
|
|
65
|
+
literally reflective: source mirrors into target.
|
|
66
|
+
|
|
67
|
+
### How the Participants Reflect
|
|
68
|
+
|
|
69
|
+
These are deliberate practices performed by humans and agents. They require
|
|
70
|
+
intention — they don't happen automatically.
|
|
71
|
+
|
|
72
|
+
#### 3. Self-Reflection
|
|
73
|
+
|
|
74
|
+
The lifecycle (Introduce → Educate → Join → Mentor → Promote) is built on
|
|
75
|
+
reflection. Mentoring means returning to an agent and reflecting on what
|
|
76
|
+
changed. Promote means reviewing an agent's track record. Agents on the mesh
|
|
77
|
+
reflect on each other's findings (knowledge propagation). The observer reflects
|
|
78
|
+
on the culture itself.
|
|
79
|
+
|
|
80
|
+
#### 4. Active Documentation Review
|
|
81
|
+
|
|
82
|
+
After producing documentation, practitioners deliberately review it through
|
|
83
|
+
different lenses to evaluate and improve the work:
|
|
84
|
+
|
|
85
|
+
- **Audio review** — feeding docs into NotebookLM to generate podcast-style
|
|
86
|
+
overviews, then listening to catch gaps, unclear explanations, or missing
|
|
87
|
+
connections that aren't obvious when reading
|
|
88
|
+
- **AI conversations** — discussing the documentation with agents to
|
|
89
|
+
stress-test understanding: "explain this back to me," "what's missing,"
|
|
90
|
+
"what would confuse a newcomer"
|
|
91
|
+
- **User-story demos** — writing scenarios that walk through how someone would
|
|
92
|
+
actually use the documented feature, revealing design gaps
|
|
93
|
+
- **Fix-forward cycle** — issues discovered through review flow back as new
|
|
94
|
+
tasks: bug fixes, design improvements, documentation rewrites
|
|
95
|
+
|
|
96
|
+
This is distinct from the documentation loop (dimension 1). NLM is about docs
|
|
97
|
+
flowing back as passive context — it happens structurally. Active documentation
|
|
98
|
+
review is a deliberate practice: you stop, examine what you produced, and
|
|
99
|
+
evaluate it critically before moving forward. The documentation loop feeds the
|
|
100
|
+
machine; active review feeds the practitioner's judgment.
|
|
101
|
+
|
|
102
|
+
#### 5. Environment Self-Improvement
|
|
103
|
+
|
|
104
|
+
Working with agents reveals friction — tasks that take more effort than they
|
|
105
|
+
should, patterns that repeat without automation, context that gets lost between
|
|
106
|
+
sessions. Reflective Development includes the practice of acting on these
|
|
107
|
+
observations:
|
|
108
|
+
|
|
109
|
+
- **Skills** — noticing a repeated workflow and encoding it as a slash command
|
|
110
|
+
(e.g., `/pr-review`, `/run-tests`, `/version-bump`)
|
|
111
|
+
- **Sub-agents** — creating specialized agent configurations for tasks that
|
|
112
|
+
benefit from dedicated context (e.g., an Explore agent for codebase research)
|
|
113
|
+
- **MCPs** — adding Model Context Protocol servers to give agents access to
|
|
114
|
+
external tools and data sources (e.g., GitHub integration)
|
|
115
|
+
- **CLAUDE.md updates** — capturing hard-won project knowledge so future
|
|
116
|
+
sessions start with better context
|
|
117
|
+
- **Code-for-agents** — restructuring code, APIs, or project layout to be more
|
|
118
|
+
legible to agent workflows
|
|
119
|
+
|
|
120
|
+
The loop is: work → notice friction → improve the environment → work better →
|
|
121
|
+
notice new friction. This is meta-reflection — reflecting not on the product
|
|
122
|
+
but on the process of making it. The development environment itself is a
|
|
123
|
+
product that develops reflectively.
|
|
124
|
+
|
|
125
|
+
## What Changes
|
|
126
|
+
|
|
127
|
+
### New Files
|
|
128
|
+
|
|
129
|
+
| File | Purpose |
|
|
130
|
+
|------|---------|
|
|
131
|
+
| `docs/reflective-development.md` | User-facing canonical reference for the paradigm |
|
|
132
|
+
| `docs/superpowers/specs/2026-04-08-reflective-development-deepening-design.md` | This design spec |
|
|
133
|
+
|
|
134
|
+
### Updated Files
|
|
135
|
+
|
|
136
|
+
| File | Change |
|
|
137
|
+
|------|--------|
|
|
138
|
+
| `README.md` (lines 117–125) | Broaden the Reflective Development section to imply all five dimensions; add link to new page |
|
|
139
|
+
| `docs/index.md` (line 59) | Fix leftover: "Simple, organic, transparent" → "Simple, reflective, transparent" |
|
|
140
|
+
| `docs/index.md` (lines 113–121) | Mirror README changes with relative links |
|
|
141
|
+
| `docs/index.md` (lines 127–130) | Add reflective-development.md to What's Next section |
|
|
142
|
+
| `docs/getting-started.md` | nav_order 2 → 3 |
|
|
143
|
+
| `docs/agent-lifecycle.md` | nav_order 3 → 4 |
|
|
144
|
+
| `docs/culture-cli.md` | nav_order 4 → 5 |
|
|
145
|
+
| `docs/rooms.md` | nav_order 5 → 6 |
|
|
146
|
+
| `docs/agentic-self-learn.md` | nav_order 6 → 7 |
|
|
147
|
+
| `docs/use-cases-index.md` | nav_order 7 → 8 |
|
|
148
|
+
|
|
149
|
+
### Nav Order (after changes)
|
|
150
|
+
|
|
151
|
+
| Order | Page |
|
|
152
|
+
|-------|------|
|
|
153
|
+
| 0 | index.md |
|
|
154
|
+
| 1 | what-is-culture.md |
|
|
155
|
+
| 2 | **reflective-development.md** (new) |
|
|
156
|
+
| 3 | getting-started.md |
|
|
157
|
+
| 4 | agent-lifecycle.md |
|
|
158
|
+
| 5 | culture-cli.md |
|
|
159
|
+
| 6 | rooms.md |
|
|
160
|
+
| 7 | agentic-self-learn.md |
|
|
161
|
+
| 8 | use-cases-index.md |
|
|
162
|
+
|
|
163
|
+
## Relationship to Prior Spec
|
|
164
|
+
|
|
165
|
+
The [2026-04-07 Reframe spec](2026-04-07-reflective-development-reframe-design.md) is
|
|
166
|
+
not superseded. It remains the record of the rename from "Organic" to
|
|
167
|
+
"Reflective." This spec extends the framework by adding two dimensions and
|
|
168
|
+
creating the dedicated page that the prior spec identified as a future
|
|
169
|
+
consideration.
|
|
170
|
+
|
|
171
|
+
## Verification
|
|
172
|
+
|
|
173
|
+
1. **Grep scan:** Search all `.md` files for "Simple, organic" — should return
|
|
174
|
+
zero hits outside historical specs/plans.
|
|
175
|
+
2. **Link integrity:** All new links (`reflective-development.md`) resolve to
|
|
176
|
+
existing files.
|
|
177
|
+
3. **Nav order:** Sequence 0–8, no gaps or duplicates.
|
|
178
|
+
4. **Read-through:** README section implies all five dimensions without being
|
|
179
|
+
heavy-handed.
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|