Skip to content

Commit b808a0e

Browse files
Update CLAUDE.md to reference renamed sibling repo codeplain-api
The backend repository plain2code_rest_api was renamed to codeplain-api on GitHub and locally; update the related-repository section to match.
1 parent 9c2c659 commit b808a0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ The codebase serves two audiences:
1414
- **End users**: developers who write `***plain` specs and run `plain2code.py` to generate code
1515
- **Internal devs**: maintaining the renderer itself (this codebase)
1616

17-
### Related Repository: plain2code_rest_api
17+
### Related Repository: codeplain-api
1818

19-
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:
19+
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:
2020

2121
```
2222
parent-directory/
23-
├── codeplain/ # This repository (client)
24-
└── plain2code_rest_api/ # Backend API service
23+
├── codeplain/ # This repository (client)
24+
└── codeplain-api/ # Backend API service
2525
```
2626

2727
**When to work across both repositories:**

0 commit comments

Comments
 (0)