Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file provides guidance to AI coding assistants when working with this repos

## Project Overview

ROSA Regional Platform API — a stateless gateway API for ROSA HCP regional cluster management. Provides REST and gRPC interfaces for managing clusters within a specific cloud region.
ROSA HyperFleet API — a stateless gateway API for ROSA HCP regional cluster management. Provides REST and gRPC interfaces for managing clusters within a specific cloud region.

## Build & Test Commands

Expand All @@ -19,6 +19,7 @@ make clean # Remove build artifacts
```

### Integration & E2E Tests

```bash
make e2e-init-db # Initialize test database
make e2e-authz-infra-up # Start authorization test infrastructure
Expand Down
3 changes: 2 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This file provides guidance to AI coding assistants when working with this repos

## Project Overview

ROSA Regional Platform API — a stateless gateway API for ROSA HCP regional cluster management. Provides REST and gRPC interfaces for managing clusters within a specific cloud region.
ROSA HyperFleet API — a stateless gateway API for ROSA HCP regional cluster management. Provides REST and gRPC interfaces for managing clusters within a specific cloud region.

## Build & Test Commands

Expand All @@ -21,6 +21,7 @@ make clean # Remove build artifacts
```

### Integration & E2E Tests

```bash
make e2e-init-db # Initialize test database
make e2e-authz-infra-up # Start authorization test infrastructure
Expand Down
Loading