feat: nextcloud-todos planner + exec agents, bake into image
Add the read-only planner and full-powers exec agent definitions for the nextcloud-todos service (Phase 3, tasks 3.1/3.2). COPY both into /usr/share/agent-seed/ so the seed-beads-agent init-container can drop them into ~/.claude/agents/ at pod start (task 3.3). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
66104a32ab
commit
961b372e52
3 changed files with 40 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ RUN mkdir -p /home/agent/.config/sops/age \
|
|||
COPY beads/metadata.json /usr/share/agent-seed/beads-metadata.json
|
||||
COPY agents/beads-task-runner.md /usr/share/agent-seed/beads-task-runner.md
|
||||
COPY agents/recruiter-triage.md /usr/share/agent-seed/recruiter-triage.md
|
||||
COPY agents/nextcloud-todos-planner.md /usr/share/agent-seed/nextcloud-todos-planner.md
|
||||
COPY agents/nextcloud-todos-exec.md /usr/share/agent-seed/nextcloud-todos-exec.md
|
||||
|
||||
USER agent
|
||||
WORKDIR /workspace/infra
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue