Skip to content

Commit 09e19b0

Browse files
tookyclaude
andcommitted
refactor: tighten evaluate input long description opening
Avoid restating the short description; the second sentence now adds new information (file or stdin) rather than repeating. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 00aac00 commit 09e19b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/kosli/evaluateInput.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type evaluateInputOptions struct {
1919
const evaluateInputShortDesc = `Evaluate a local JSON input against a Rego policy.`
2020

2121
const evaluateInputLongDesc = evaluateInputShortDesc + `
22-
Evaluate a JSON input file (or stdin) against a Rego policy using OPA.
22+
Read JSON from a file or stdin and evaluate it against a Rego policy using OPA.
2323
The input can contain any JSON structure — the shape is defined by your policy.
2424
2525
The policy must use ` + "`package policy`" + ` and define an ` + "`allow`" + ` rule.

0 commit comments

Comments
 (0)