You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+32-12Lines changed: 32 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,26 @@
1
1
# CLAUDE.md
2
2
3
-
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
3
+
This file provides guidance to Claude Code (claude.ai/code) when working with code in this
4
+
repository.
4
5
5
-
## ActivePrompt Rails Engine
6
+
## PromptEngine Rails Engine
6
7
7
-
ActivePrompt is a mountable Rails engine for AI prompt management. It provides a centralized admin interface where teams can create, version, test, and optimize their AI prompts without deploying code changes.
8
+
PromptEngine is a mountable Rails engine for AI prompt management. It provides a centralized admin
9
+
interface where teams can create, version, test, and optimize their AI prompts without deploying
10
+
code changes.
8
11
9
12
## Development Commands
10
13
11
14
### Running the Development Server
15
+
12
16
```bash
13
17
cd spec/dummy && rails s
14
18
```
15
-
Access the admin interface at `http://localhost:3000/active_prompt`
19
+
20
+
Access the admin interface at `http://localhost:3000/prompt_engine`
0 commit comments