Skip to content
Merged
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
8 changes: 4 additions & 4 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ The codebase serves two audiences:
- **End users**: developers who write `***plain` specs and run `plain2code.py` to generate code
- **Internal devs**: maintaining the renderer itself (this codebase)

### Related Repository: plain2code_rest_api
### Related Repository: codeplain-api

This repository has a sibling repository **`plain2code_rest_api`** which contains the backend API service that this client communicates with. The two repositories are typically cloned as siblings:
This repository has a sibling repository **`codeplain-api`** which contains the backend API service that this client communicates with. The two repositories are typically cloned as siblings:

```
parent-directory/
├── codeplain/ # This repository (client)
└── plain2code_rest_api/ # Backend API service
├── codeplain/ # This repository (client)
└── codeplain-api/ # Backend API service
```

**When to work across both repositories:**
Expand Down
Loading