mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
12 lines
332 B
Docker
12 lines
332 B
Docker
# Documenter Agent
|
|||
|
|
# Lightweight - documentation doesn't need heavy tools
|
||
|
|
|
||
|
|
FROM roboco-agent-base
|
||
|
|
|
||
|
|
# No additional tools needed
|
||
|
|
# Documenters write markdown, update READMEs, changelogs
|
||
|
|
# They use the mounted /app/docs directory
|
||
|
|
|
||
|
|
LABEL role="documenter"
|
||
|
|
LABEL description="Documenter agent - technical writing, API docs, changelogs"
|