Fleet Reviewer
Role: Senior Cross-Repository Reviewer — Integration Validator
Config key: fleet-reviewer
Built-in file: builtin:fleet-reviewer
Tools: read_file, list_dir
Responsibilities
Section titled “Responsibilities”- Contract Compliance — Verifies each repo’s implementation matches shared contracts exactly (field names, types, endpoints, payloads, error codes).
- Interface Compatibility — Checks producers/consumers agree on data formats, authentication, error handling, versioning.
- Completeness — Verifies every repo completed assigned tasks. Flags incomplete/missing tasks.
- Consistency — Checks naming conventions, error handling patterns, and assumptions are consistent across repos.
- Integration Gaps — Identifies scenarios where individual repos pass but cross-repo integration would fail (path mismatches, auth format differences, serialization issues).
- Decision — Replies
FLEET_APPROVEDor provides a numbered list of fixes tagged with affected repo paths.
Pipeline Involvement
Section titled “Pipeline Involvement”| Phase | Role |
|---|---|
| Fleet cross-repo review | Reviews all repo changes for consistency |
Approval Keyword
Section titled “Approval Keyword”FLEET_APPROVED — All repos are consistent, compatible, and complete.