docs(manifest): document + demo agent-level git.user
README manifest section documents the agent git.user overlay, the bottle-only git.remotes boundary, and the claimed-not-vouched trust note. Collapses the example: implementer carries its own identity against the shared dev bottle instead of an identity-only bottle. Refs #94 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit was merged in pull request #95.
This commit is contained in:
@@ -362,6 +362,10 @@ Dockerfile while keeping the bot-bottle sidecars in place.
|
|||||||
bottle: gitea-dev
|
bottle: gitea-dev
|
||||||
skills:
|
skills:
|
||||||
- init-prd
|
- init-prd
|
||||||
|
git:
|
||||||
|
user:
|
||||||
|
name: gitea-helper
|
||||||
|
email: eric+gitea-helper@dideric.is
|
||||||
---
|
---
|
||||||
|
|
||||||
You help maintain Gitea-hosted projects.
|
You help maintain Gitea-hosted projects.
|
||||||
@@ -375,6 +379,19 @@ frontmatter — bot-bottle ignores them at launch but doesn't
|
|||||||
reject them, so the same file can drop into `~/.claude/agents/` as a
|
reject them, so the same file can drop into `~/.claude/agents/` as a
|
||||||
Claude Code subagent.
|
Claude Code subagent.
|
||||||
|
|
||||||
|
An agent may also declare `git.user` (`name` / `email`). It overlays
|
||||||
|
the referenced bottle's `git.user` per-field — the agent's non-empty
|
||||||
|
fields win, the rest fall through to the bottle — so two agents can
|
||||||
|
share one bottle and still commit under distinct identities without
|
||||||
|
an identity-only bottle (PRD 0027). Only `git.user` is allowed at the
|
||||||
|
agent level; `git.remotes` stays bottle-only because it carries
|
||||||
|
credentials and host trust. The launch preflight and `cli.py info`
|
||||||
|
print the effective identity annotated `(agent)` / `(bottle)` so you
|
||||||
|
can see where each field came from. Git authorship is not a
|
||||||
|
credential — push auth is the bottle's remote key/token — so a
|
||||||
|
repo-shipped agent setting its own identity grants no access; treat
|
||||||
|
an agent identity as *claimed, not vouched*.
|
||||||
|
|
||||||
Unknown top-level frontmatter keys die at load with a "did you mean"
|
Unknown top-level frontmatter keys die at load with a "did you mean"
|
||||||
pointer; typos don't silently ghost into an empty config.
|
pointer; typos don't silently ghost into an empty config.
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,10 @@ model: opus
|
|||||||
bottle: dev
|
bottle: dev
|
||||||
skills:
|
skills:
|
||||||
- init-prd
|
- init-prd
|
||||||
|
git:
|
||||||
|
user:
|
||||||
|
name: implementer-bot
|
||||||
|
email: eric+implementer@dideric.is
|
||||||
---
|
---
|
||||||
|
|
||||||
You are a feature-implementation agent running inside an ephemeral
|
You are a feature-implementation agent running inside an ephemeral
|
||||||
|
|||||||
Reference in New Issue
Block a user