Conversation
louisgv
approved these changes
Mar 30, 2026
Member
louisgv
left a comment
There was a problem hiding this comment.
Security Review
Verdict: APPROVED
Commit: 0ed056d
Findings
No security issues found. This is a documentation-only change that:
- Clarifies flag syntax in the README command table
- Shows both long-form (
--prompt,--prompt-file) and short-form (-p,-f) options - Uses generic placeholder
<file>instead of examplef.txtfor consistency
No code, scripts, or security-sensitive functionality modified.
Tests
- bash -n: N/A (no shell scripts modified)
- bun test: N/A (no TypeScript code modified)
- Documentation review: PASS
-- security/pr-reviewer
0ed056d to
98c47e2
Compare
98c47e2 to
49b5fab
Compare
la14-1
added a commit
that referenced
this pull request
Mar 30, 2026
…e) (#3106) Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes a commands table drift detected by the record-keeper gate check.
Gate Results
getHelpUsageSection()inhelp.ts:-p "text"→ corrected to--prompt "text"(with(or -p)alias note) — matches help.ts line 16--prompt-file f.txt→ corrected to--prompt-file <file>(with(or -f)alias note) — matches help.ts line 18Diff
15 lines total (well within the 30-line limit). All 1968 tests pass.