Add agent pronouns to agents-* skills, name generator, and self-name docs #104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Assign each agent harness a pronoun and surface it everywhere the agent names are listed.
agentPronounSlugdefaults to they/them (claude and codex explicit), so any unrecognized harness reads they/them.Changes in this repo:
agents-claude/agents-codex/agents-openclawskills - pronouns in the description and the body intro line.scripts/agent-name.sh- local fallback appends the pronoun slug (-she-her); SessionStart greeting shows the natural-language form parsed from the slug.docs/FEATURES.md- self-name format is nowclaude-<os>-<hostname>-<tag>-<pronouns>.The canonical generator lives in coily (
resolveAgentIdentity); tracked separately. The script'sclaude-*acceptance gate still rejects coily-emittedcodex-/openclaw-names - pre-existing, noted for a follow-up.