Skip to content

Commit eadc839

Browse files
authored
Update README.md
1 parent 8ed817f commit eadc839

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ When you run `agent-persona claude my-persona`:
5454
1. **Resolves** the persona from repo-local, global, or user directories
5555
2. **Merges** optional repo-wide meta instructions (`.personas/meta.AGENTS.md`)
5656
3. **Injects** MCP server config from `persona.json` (if present)
57-
4. **Overlays** the composed instructions onto `CLAUDE.md` in your working directory
58-
5. **Launches** Claude with the overlaid file
59-
6. **Restores** the original file when the session ends
57+
4. **Overlays** the composed instructions onto `AGENTS.md`, `CLAUDE.md`, or `GEMINI.md` in your working directory
58+
5. **Launches** Codex, Claude, Gemini, or any other CLI Agent with the overlaid file
59+
6. **Restores** the original file when the session ends (though ignoring those files and using Blank Persona as Default recommended)
6060

6161
On Linux with unprivileged user namespaces, the overlay uses a bind-mount — **no on-disk changes occur**. Otherwise, it swaps and restores the file (with backup/recovery for crashes).
6262

0 commit comments

Comments
 (0)