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
// Hidden from `entire help` while the feature is still maturing —
150
150
// advertised under `entire labs`, and `entire blame` / `entire blame
151
151
// --help` keep working normally.
152
-
Hidden: true,
153
-
Short: "Show which lines came from Entire checkpoints",
154
-
Long: "Show git-blame-style line attribution enriched with Entire checkpoint metadata.\n\nLimit to a line or range with <file>:12, <file>:12-20, or the --line flag.",
155
-
Args: cobra.ExactArgs(1),
152
+
Hidden: true,
153
+
Short: "Show which lines came from Entire checkpoints",
154
+
Long: "Show git-blame-style line attribution enriched with Entire checkpoint metadata.\n\nLimit to a line or range with <file>:12, <file>:12-20, or the --line flag.",
b.WriteString("Entire is enabled for this repo. Run `entire agent-help` to see what entire does and which subcommand to use, then `entire agent-help <command>` for that command's exact, current flags. ")
436
+
b.WriteString("Commits automatically capture the AI session as a checkpoint, so never create checkpoints by hand — just commit normally. Before large edits, `entire why <file>:<line>` and `entire checkpoint search` recover the intent behind existing code. Leave setup and destructive commands (enable, disable, clean, rewind, auth) to the user. ")
433
437
// Mirror agentHelpRepoBlock's defense-in-depth: this string is injected raw
434
438
// into the agent's model context (no escaping), so a repo key carrying control
435
439
// characters (e.g. an <sessionID>.trail-scope.json cache written by a pre-fix
0 commit comments