disinto/bin
Agent 10baf953cb
Some checks are pending
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline is running
fix: fix: create .profile repos for all existing bot agents via hire-an-agent (#234)
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
..
disinto fix: feat: create prediction workflow labels during disinto init (#225) 2026-04-05 15:40:04 +00:00
hire-profiles.sh fix: fix: create .profile repos for all existing bot agents via hire-an-agent (#234) 2026-04-05 16:31:24 +00:00