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>