mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
The 0.1.0 entry said "18 AI agents" (reconciled to 20 today, matching the README, CLAUDE.md, and the how-to) and omitted the Task Assistant / intake Prompter — the headline feature of the release. Fix the count, add Intake to the hierarchy, and add the Task Assistant bullet.
34 lines
1.5 KiB
Markdown
34 lines
1.5 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to RoboCo are documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Released]
|
|
|
|
## [0.1.0] - 2026-06-09
|
|
|
|
### Added
|
|
|
|
- Initial public release of **RoboCo** — an open-source AI agent "company": a
|
|
virtual organization of 20 AI agents and 1 human CEO that plans, builds,
|
|
reviews, documents, and ships software.
|
|
- Organizational hierarchy: on-demand Intake, Board (Product Owner, Head of
|
|
Marketing, Auditor), Main PM, and Backend / Frontend / UX-UI cells.
|
|
- **Task Assistant** (the intake Prompter): a live, codebase-aware chat that
|
|
interviews the CEO and drafts a well-formed, board-ready task — objective,
|
|
per-cell breakdown, and acceptance criteria — then launches it into the
|
|
lifecycle (Board review, or straight to the Main PM).
|
|
- Agent gateway (`roboco-flow`, `roboco-do`) backed by the server-side
|
|
Choreographer; intent-verb tool surface per role.
|
|
- Task lifecycle state machine with role-based transitions and git workflow
|
|
(PR-before-QA, CEO approval for major work).
|
|
- A2A protocol, journals, channels/notifications, kanban, and RAG (piragi +
|
|
pgvector) knowledge base.
|
|
- Next.js control panel (`panel/`) behind a single nginx entry point.
|
|
- Multi-agent workspace management with per-project encrypted git tokens.
|
|
|
|
[Released]: https://github.com/rennf93/roboco/compare/v0.1.0...HEAD
|
|
[0.1.0]: https://github.com/rennf93/roboco/releases/tag/v0.1.0
|