Skip to content

Commit 5e88be0

Browse files
committed
Links into RERUM APIs and code and the TPEN3 home page.
1 parent e4e480b commit 5e88be0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.claude/CLAUDE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CLAUDE.md
22

3-
This file provides guidance to Ai Assistants when working with code in this repository. There is also a .github/copilot-instructions.md file.
3+
This file provides guidance to AI Assistants when working with code in this repository. There is also a .github/copilot-instructions.md file.
44

55
## Project Overview
66

@@ -210,6 +210,9 @@ kill %1 # Stop the background server
210210
- [TPEN3 Services API](https://dev.api.t-pen.org)
211211
- [TPEN3 Services GitHub](https://github.com/CenterForDigitalHumanities/TPEN-services)
212212
- [TPEN3 Interfaces GitHub](https://github.com/CenterForDigitalHumanities/TPEN-interfaces)
213+
- [RERUM API Docs](https://store.rerum.io/v1/API.html)
214+
- [RERUM API GitHub](https://github.com/CenterForDigitalHumanities/rerum_server_nodejs/)
215+
- [TPEN3 Homepage](https://three.t-pen.org)
213216

214217
## Additional Developer Preferences for AI Assistants
215218

@@ -218,7 +221,7 @@ kill %1 # Stop the background server
218221
- Explain what changed and why.
219222
- Stop before committing. The developer will decide at what point to commit changes on their own. You do not need to keep track of it.
220223
2. No auto compacting. We will compact ourselves if the context gets too big.
221-
3. When creating documentation do not add Claude as an @author.
224+
3. When creating documentation do not add any AI as an @author.
222225
4. Preference using current libraries and native javascript/ExpressJS/Node capabilities instead of installing new npm packages to solve a problem.
223226
- However, we understand that sometimes we need a package or a package is perfectly designed to solve our problem. Ask if we want to use them in these cases.
224227
5. We like colors in our terminals! Be diverse and color text in the terminal for the different purposes of the text. (ex. errors red, success green, logs bold white, etc.)

0 commit comments

Comments
 (0)