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: AI_AGENT_INSTRUCTIONS.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# 🤖 AI Agent Instructions: React on Rails Setup
2
2
3
-
_Super concise, copy-paste instructions for AI agents to set up React on Rails in common scenarios._
3
+
_Super concise, copy-paste instructions for AI agents to set up React on Rails in
4
+
common scenarios._
4
5
5
6
## 🔍 **Before Starting: Check Current Versions**
6
7
@@ -15,7 +16,8 @@ gem search shakapacker --remote
15
16
# shakapacker ~> 8.3
16
17
```
17
18
18
-
**⚠️ Version Flexibility:** These instructions use `~> X.Y` which allows patch updates. Always check for latest versions before starting a new project.
19
+
**⚠️ Version Flexibility:** These instructions use `~> X.Y` which allows patch
20
+
updates. Always check for latest versions before starting a new project.
0 commit comments