You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,9 @@ When you run `agent-persona claude my-persona`:
54
54
1.**Resolves** the persona from repo-local, global, or user directories
55
55
2.**Merges** optional repo-wide meta instructions (`.personas/meta.AGENTS.md`)
56
56
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)
60
60
61
61
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).
0 commit comments