refactor(init): tighten AGENTS guidance (#20422)

This commit is contained in:
Shoubhit Dash
2026-04-01 21:37:25 +05:30
committed by GitHub
parent 0a125e5d4d
commit 897d83c589
4 changed files with 75 additions and 11 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ export namespace Command {
commands[Default.INIT] = {
name: Default.INIT,
description: "create/update AGENTS.md",
description: "guided AGENTS.md setup",
source: "command",
get template() {
return PROMPT_INITIALIZE.replace("${path}", ctx.worktree)