@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
  * folder-detector.ts
4
4
  *
5
5
  * Extension: Folder Detector
6
- * Triggers: on_startup, on_directory_change
6
+ * Triggers: on_startup
7
7
  *
8
8
  * Detects standard CS university folder structures and injects
9
9
  * project context into the Pi session accordingly.
@@ -3,7 +3,7 @@
3
3
  * semester-detector.ts
4
4
  *
5
5
  * Extension: Semester Detector
6
- * Triggers: on_startup, on_directory_change
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aethrekh/pi-cs",
3
- "version": "0.1.9-alpha.0",
3
+ "version": "0.1.9-alpha.1",
4
4
  "description": "Pisces — The CS Student Edition for Pi Coding Agent. Your personal AI teaching assistant from homework to thesis.",
5
5
  "keywords": [
6
6
  "academic",
package/pi-cs.meta.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-cs",
3
- "version": "0.1.9-alpha.0",
4
- "built_at": "2026-06-04T13:58:18.170Z",
3
+ "version": "0.1.9-alpha.1",
4
+ "built_at": "2026-06-04T15:00:24.774Z",
5
5
  "entry": "index.js",
6
6
  "node_minimum": "18.0.0"
7
7
  }
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"