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
Sincestring`json:"since,omitempty" jsonschema:"entries within window: 7d|2w|1m"`
@@ -31,7 +32,8 @@ var AppraiseCommand = &command.Command[AppraiseInput, AppraiseCmdOutput]{
31
32
Short: "search lore before researching or inscribing",
32
33
Long: "Search lore before storing new knowledge or spawning research subagents. Returns ranked entries with project, kind, age, and summary — if current results exist, use them instead of re-deriving.",
33
34
Args: []command.ArgSpec{
34
-
{Name: "query", Kind: command.ArgPositional, Type: command.ArgString, Required: true, Variadic: true, Help: "search query (remaining positional args joined on CLI)"},
35
+
{Name: "query", Kind: command.ArgPositional, Type: command.ArgString, Variadic: true, Help: "search query (remaining positional args joined on CLI)"},
0 commit comments