Skip to content

Commit c72e8d6

Browse files
Your Nameclaude
andcommitted
Rename personas/example to personas/template
Reduces confusion between: - personas/template/ - shipped starter template - examples/.personas/ - sample repo structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ad969ec commit c72e8d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ After installation:
9090
└── share/
9191
└── agent-persona/
9292
├── personas/
93-
│ ├── blank/AGENTS.md # minimal persona
94-
│ └── example/AGENTS.md # template
93+
│ ├── blank/AGENTS.md # minimal "no instructions" persona
94+
│ └── template/AGENTS.md # starter template
9595
└── personas.local/ # your private personas
9696
```
9797

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if [[ -n "$SCRIPT_DIR" && -d "$SCRIPT_DIR/personas" ]]; then
8383
done
8484
else
8585
install_persona "blank" ""
86-
install_persona "example" ""
86+
install_persona "template" ""
8787
fi
8888

8989
# Install examples
File renamed without changes.

0 commit comments

Comments
 (0)