Skip to content

Commit 8879267

Browse files
committed
HYPERFLEET-909: normalize capitalization in "standard unavailable" messages
Use Title Case for standard names consistently across all group files.
1 parent 69a6827 commit 8879267

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hyperfleet-code-review/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperfleet-code-review",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Standardized PR review workflow with JIRA validation, HyperFleet architecture checks, impact analysis, and interactive recommendations",
55
"author": {
66
"name": "Rafael Benevides",

hyperfleet-code-review/skills/review-pr/group-08-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This group is **language-agnostic** and runs for every PR regardless of file typ
44

55
## Pass 8a — Injection vulnerabilities
66

7-
Apply the injection prevention requirements from the HyperFleet error model standard fetched in step 4b. If the standard was not fetched, emit a mandatory finding stating "required error model standard unavailable" with details and skip this pass.
7+
Apply the injection prevention requirements from the HyperFleet error model standard fetched in step 4b. If the standard was not fetched, emit a mandatory finding stating "required Error Model standard unavailable" with details and skip this pass.
88

99
List every place in the diff where external input (HTTP parameters, environment variables, user-provided strings, file content) is incorporated into SQL queries, shell commands, template rendering, or any other injection vector identified in the standard. For each, check against the sanitization and validation requirements defined in the standard.
1010

1111
## Pass 8b — Secrets exposure
1212

13-
Apply the data redaction requirements from the HyperFleet logging specification and error model standard fetched in step 4b. These standards define the specific list of items that MUST be redacted and the rules for what can appear in logs, error responses, and metric labels. If the standards were not fetched, emit a mandatory finding stating "required logging/error model standards unavailable" with details and skip this pass.
13+
Apply the data redaction requirements from the HyperFleet logging specification and error model standard fetched in step 4b. These standards define the specific list of items that MUST be redacted and the rules for what can appear in logs, error responses, and metric labels. If the standards were not fetched, emit a mandatory finding stating "required Logging/Error Model standards unavailable" with details and skip this pass.
1414

1515
List every log statement, error message, HTTP response body, and metric label in the diff. For each, check against the redaction and exposure requirements defined in the standards.
1616

hyperfleet-code-review/skills/review-pr/group-09-code-hygiene.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This group is **language-agnostic** and runs for every PR regardless of file typ
44

55
## Pass 9a — TODOs/FIXMEs without ticket
66

7-
Apply the commit message and code comment requirements from the HyperFleet **Commit Message Standard** fetched in step 4b. The standard defines the expected ticket reference format and TODO conventions. If the standard was not fetched, emit a mandatory finding stating "required Commit Message Standard unavailable" with details and skip this pass.
7+
Apply the commit message and code comment requirements from the HyperFleet **Commit Message Standard** fetched in step 4b. The standard defines the expected ticket reference format and TODO conventions. If the standard was not fetched, emit a mandatory finding stating "required Commit Message standard unavailable" with details and skip this pass.
88

99
List every `TODO`, `FIXME`, `HACK`, and `XXX` comment added or modified in the diff. For each, check whether it references a ticket ID per the format defined in the standards. Flag TODOs that have no ticket reference.
1010

0 commit comments

Comments
 (0)