coursecode 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,22 +1,14 @@
1
1
  # CourseCode
2
2
 
3
- **Open-source, local-first course authoring with AI help — no coding required to start, full code control when you need it.**
3
+ **Open-source, local-first course authoring built for AI tools like Claude Code, Codex, Cursor, and [CourseCode Desktop](https://coursecodedesktop.com) — no coding required to start, full code control when you need it.**
4
4
 
5
- CourseCode creates real project files you can inspect, version, and edit directly — with a predictable, file-based workflow instead of a black-box GUI.
5
+ CourseCode creates real project files you can inspect, version, and edit directly — with a predictable, file-based workflow instead of a black-box GUI. Built-in MCP integration means your AI assistant connects directly to your course project.
6
6
 
7
7
  Bring your own PDFs, Word docs, or PowerPoints, use AI to accelerate authoring, and deploy to any LMS format without vendor lock-in or subscriptions.
8
8
 
9
- ## Start Here
10
-
11
- Start with the workflow that fits you:
12
-
13
- - **Course authors (prefer buttons and guided setup):** Start with **[CourseCode Desktop](https://coursecodedesktop.com)** if you want the easiest path and do not want to deal with Node.js or terminal setup
14
- - **Course authors (prefer editing files and running commands):** Start with the **[User Guide](framework/docs/USER_GUIDE.md)** in this repo for the framework workflow
15
- - **AI assistants:** Use the AI-focused docs in `framework/docs/` (for example `COURSE_AUTHORING_GUIDE.md` and `FRAMEWORK_GUIDE.md`)
16
-
17
9
  ## Features
18
10
 
19
- - **MCP integration**: AI connects directly to your course — previews, screenshots, linting, and testing without manual file sharing
11
+ - **MCP integration**: Works with Claude Code, Codex, Cursor, CourseCode Desktop, and any MCP-capable AI tool — previews, screenshots, linting, and testing without manual file sharing
20
12
  - **No coding required to start**: Describe what you want and let AI help build slides, interactions, and structure
21
13
  - **Full LMS integration**: SCORM 1.2, SCORM 2004, cmi5, and LTI with complete tracking records
22
14
  - **AI-assisted authoring workflow**: Structured guides and MCP tools for faster course development
@@ -35,9 +27,7 @@ Start with the workflow that fits you:
35
27
 
36
28
  ## Installation
37
29
 
38
- This section is for the **CourseCode Framework CLI** (file-based workflow using Node.js and terminal commands).
39
-
40
- If you want the easiest setup with buttons and guided steps, use **[CourseCode Desktop](https://coursecodedesktop.com)** instead.
30
+ > **Prefer a GUI?** Use [CourseCode Desktop](https://coursecodedesktop.com) instead.
41
31
 
42
32
  ### Required
43
33
 
@@ -71,7 +61,7 @@ Open `http://localhost:4173` to view and edit your course.
71
61
 
72
62
  The example course included with every new project is a complete guide to using CourseCode.
73
63
 
74
- **New to CourseCode?** If you want the easiest setup, start with **[CourseCode Desktop](https://coursecodedesktop.com)**. If you're using the framework CLI, start with the [User Guide](framework/docs/USER_GUIDE.md).
64
+ Start with the [User Guide](framework/docs/USER_GUIDE.md) for a complete walkthrough.
75
65
 
76
66
  ---
77
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coursecode",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "Multi-format course authoring framework with CLI tools (SCORM 2004, SCORM 1.2, cmi5, LTI 1.3)",
5
5
  "type": "module",
6
6
  "bin": {