docs(changelog): align 0.1.0 entry — 20 agents + the Task Assistant

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.
This commit is contained in:
Renn F
2026-06-09 17:34:41 +02:00
parent 9f8834155a
commit 4dc2ce2867
+10 -6
View File
@@ -5,17 +5,21 @@ 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).
## [Unreleased]
## [Released]
## [0.1.0] - 2026-06-03
## [0.1.0] - 2026-06-09
### Added
- Initial public release of **RoboCo** — an open-source AI agent "company": a
virtual organization of 18 AI agents and 1 human CEO that plans, builds,
virtual organization of 20 AI agents and 1 human CEO that plans, builds,
reviews, documents, and ships software.
- Organizational hierarchy: Board (Product Owner, Head of Marketing, Auditor),
Main PM, and Backend / Frontend / UX-UI cells.
- 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
@@ -25,5 +29,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Next.js control panel (`panel/`) behind a single nginx entry point.
- Multi-agent workspace management with per-project encrypted git tokens.
[Unreleased]: https://github.com/rennf93/roboco/compare/v0.1.0...HEAD
[Released]: https://github.com/rennf93/roboco/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/rennf93/roboco/releases/tag/v0.1.0