From 8c59711afd159725311402e51bf979199f8c51ad Mon Sep 17 00:00:00 2001 From: Jean Mertz Date: Thu, 5 Mar 2026 23:25:01 +0100 Subject: [PATCH] chore(config): add `cargo_format` instruction to dev persona Include an instruction for the dev persona to use `cargo_format` frequently. This ensures that any code generated or modified by the assistant adheres to the project's formatting standards consistently. Signed-off-by: Jean Mertz --- .jp/config/personas/dev.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.jp/config/personas/dev.toml b/.jp/config/personas/dev.toml index 7179b832..58054fd1 100644 --- a/.jp/config/personas/dev.toml +++ b/.jp/config/personas/dev.toml @@ -487,6 +487,9 @@ items = [ Use `cargo_expand` to inspect the code generated by complex macros, which can be helpful for \ debugging.\ """, + """\ + Use `cargo_format` frequently to ensure the code is formatted consistently.\ + """, ] [[assistant.instructions]]