.agents
Synced from
.agents/README.md. The repository is the source of truth.
Org-wide agent configuration for the ai-outfitter organization: the shared
.agents files for contributing to and developing ai-outfitter projects.
AGENTS.md— development conventions agents (and humans) follow across the org’s repositories.settings.yml— org-default Outfitter settings: harness and the pinned community-profiles catalog source.agents/outfitter-bot— the org’s resident agent: works issues assigned to it into reviewed pull requests.agents/luce-ai-outfitter— the org’s resident agent: inherits the canonicalluceprofile from the pinned community catalog, then adds this organization’s triage and implementation behavior. Each deployment holds credentials for its own organization only.agents/vega— the org’s resident agent: reviews pull requests for correctness, failure modes, and test coverage. Vega is a persona shared across organizations, deployed the same way as Luce.- Drago (research engineer) is planned but not yet deployed.
- More shared contributor agents and skills land here as they emerge; broader catalogs live in community-profiles.
Deploying this org’s agents
Section titled “Deploying this org’s agents”clusters.yaml, .github/workflows/deploy.yml, and deploy/ are this
catalog’s own CI/CD: a push to main deploys Luce, Vega, and outfitter-bot to
this organization’s nonprod cluster. Each renders with this catalog’s
deployment prefix (outfitter) — outfitter-luce, outfitter-vega,
outfitter-outfitter-bot — never a shared object with another catalog’s
deployment of the same persona. See deploy/RUNBOOK.md
for administrator bootstrap.
Using it
Section titled “Using it”Inside the ai-outfitter org, declare this repo unpinned as the repo’s ONLY
source in .agents/settings.yml:
sources: - github: ai-outfitter/.agentsIn workflows that use ai-outfitter/actions, also pass
source: ai-outfitter/.agents on the action step — a repo with its own
.agents/ otherwise skips outfitter sync and never fetches this catalog.
See Catalog sources for the org-wide rule.
Outside the org, pin this repo in .agents/settings.yml (or
~/.agents/settings.yml):
sources: - github: ai-outfitter/.agents ref: <tag-or-commit>You don’t own this catalog; leaving it unpinned runs whatever is published next.