@aethrekh/pi-cs 0.1.9-alpha.0 → 0.1.9-alpha.1
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"
|