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
I asked Claude to review all the code and build out documentation that
wolud be helpful to someone new to the Open edX ecosystem. This
documentation still needs further human review but saving it in a single
commit so that we can see what further changes were needed.
Copy file name to clipboardExpand all lines: CLAUDE.md
+51-4Lines changed: 51 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,37 @@
2
2
3
3
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
4
5
+
## Project Purpose and Context
6
+
7
+
This is a **sample plugin repository** that demonstrates all major Open edX plugin interfaces. It serves as a comprehensive example for developers new to Open edX plugin development.
8
+
9
+
**Key Context:**
10
+
-**Primary Goal**: Educational - show developers how to extend Open edX without modifying core platform code
0 commit comments