@aethrekh/pi-cs 0.1.9-alpha.0 → 0.1.9-alpha.2
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* semester-detector.ts
|
|
4
4
|
*
|
|
5
5
|
* Extension: Semester Detector
|
|
6
|
-
* Triggers: on_startup
|
|
6
|
+
* Triggers: on_startup
|
|
7
7
|
*
|
|
8
8
|
* Searches for SEMESTER.md in the working directory and standard university
|
|
9
9
|
* folder locations, then injects the semester context into the Pi session.
|
package/package.json
CHANGED
package/pi-cs.meta.json
CHANGED
package/pi-package.yaml
CHANGED
|
@@ -44,13 +44,11 @@ extensions:
|
|
|
44
44
|
description: "Auto-detects semester context from SEMESTER.md and folder structures"
|
|
45
45
|
triggers:
|
|
46
46
|
- on_startup
|
|
47
|
-
- on_directory_change
|
|
48
47
|
- name: folder-detector
|
|
49
48
|
path: extensions/folder-detector.js
|
|
50
49
|
description: "Detects standard CS university folder structures and sets project context"
|
|
51
50
|
triggers:
|
|
52
51
|
- on_startup
|
|
53
|
-
- on_directory_change
|
|
54
52
|
- name: integrity-guard
|
|
55
53
|
path: extensions/integrity-guard.js
|
|
56
54
|
description: "Monitors for academic integrity violations and adds appropriate warnings"
|
package/skills/semester/SKILL.md
CHANGED
|
@@ -73,7 +73,7 @@ After writing, confirm with: *"✅ `SEMESTER.md` written to `<absolute path>`."*
|
|
|
73
73
|
|
|
74
74
|
Tell the student:
|
|
75
75
|
- Pisces also searches `~/university/SEMESTER.md` — move the file there if you want it to work from any subdirectory
|
|
76
|
-
- It
|
|
76
|
+
- It is loaded once when Pi starts — restart Pi after moving the file
|
|
77
77
|
- Update `week:` each week and `active_project:` whenever it changes
|
|
78
78
|
|
|
79
79
|
### Step 4 — Live Preview
|