chore(agents-init): fix formatting and alignment

This commit is contained in:
2026-06-13 00:24:18 -04:00
parent 976f46757c
commit a5966fd982
+2 -3
View File
@@ -50,7 +50,7 @@ function agents-init --description 'scaffold AGENTS/ sub-repo with agent spec fi
set -l c_err (set_color red) set -l c_err (set_color red)
set -l c_reset (set_color normal) set -l c_reset (set_color normal)
argparse 'h/help' 'a/agents' 'p/plugins' 'v/verbose' 'q/quiet' 's/silent' -- $argv argparse h/help a/agents p/plugins v/verbose q/quiet s/silent -- $argv
or return 1 or return 1
if set -q _flag_help if set -q _flag_help
@@ -186,8 +186,7 @@ function agents-init --description 'scaffold AGENTS/ sub-repo with agent spec fi
'>' \ '>' \
'> **DO NOT** attempt to write to or edit `CLAUDE.md` or `AGENTS.md` in the' \ '> **DO NOT** attempt to write to or edit `CLAUDE.md` or `AGENTS.md` in the' \
'> project root. If you need to update these instructions, you **MUST write' \ '> project root. If you need to update these instructions, you **MUST write' \
'> directly to `AGENTS/AGENTS.md`**.' \ '> directly to `AGENTS/AGENTS.md`**.' >"$agents_dir/AGENTS.md"
> "$agents_dir/AGENTS.md"
set changed 1 set changed 1
test $verbose -eq 1; and echo "$c_ok→ Created AGENTS/AGENTS.md with agent directive$c_reset" test $verbose -eq 1; and echo "$c_ok→ Created AGENTS/AGENTS.md with agent directive$c_reset"
end end