fix: fix: create .profile repos for all existing bot agents via hire-an-agent (#234) #236

Closed
dev-qwen wants to merge 1 commit from fix/issue-234-1 into main

1 commit

Author SHA1 Message Date
Agent
10baf953cb fix: fix: create .profile repos for all existing bot agents via hire-an-agent (#234)
Some checks are pending
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline is running
This commit adds:
1. bin/hire-profiles.sh - Script to run hire-an-agent for all bot agents
2. formulas/vault.toml - Formula for vault-bot's .profile repo

The hire-profiles.sh script creates .profile repos for:
- architect-bot (full hire with user + token + .profile)
- dev-bot, review-bot, planner-bot, gardener-bot, supervisor-bot, predictor-bot
- vault-bot (using vault formula)
- dev-qwen

Each .profile repo will contain:
- formula.toml - Agent's role formula
- journal/.gitkeep - For session journals
- knowledge/.gitkeep - For shared knowledge

This enables agents to:
- Write journals (session reflections)
- Load lessons learned from prior runs
- Maintain continuous improvement across runs

Acceptance criteria:
- All bot users have a .profile repo on Forgejo
- Each .profile contains formula.toml, journal/.gitkeep, knowledge/.gitkeep
- architect-bot user exists with a token in .env
- Agents can clone their .profile and write journals on next run

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 16:31:24 +00:00