@aethrekh/pi-cs 0.1.9-alpha.2 → 0.1.9

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ---
9
9
 
10
+ ## [0.1.9](https://github.com/AshishBagdane/pi-cs/compare/v0.1.8...v0.1.9) (2026-06-04)
11
+
12
+ ### Fixed
13
+
14
+ - **semester skill: `--init` now writes `SEMESTER.md` directly** — previously the skill output a code block the student had to copy-paste; it now uses Pi's file write tool to create the file in the current directory and confirms the absolute path written
15
+ - **semester skill: `--update` now writes the file directly** — reads the current `SEMESTER.md`, applies changes, and writes the complete file back without requiring copy-paste
16
+ - **semester skill: removed false "reloads on every cd" claim** — context is loaded once at Pi startup; corrected to "restart Pi after moving the file"
17
+ - **folder-detector / semester-detector: removed `on_directory_change` trigger** — Pi has no such event; both extensions run at `session_start` only; removed from `pi-package.yaml` and file comments to match actual behavior
18
+ - **STUDENT_GUIDE.md: corrected all lifecycle descriptions** — removed `on_directory_change` references, fixed `--init`/`--update` descriptions, updated folder structure diagram and workflow steps to reflect startup-only detection
19
+
20
+ ---
21
+
10
22
  ## [0.1.8](https://github.com/AshishBagdane/pi-cs/compare/v0.1.7...v0.1.8) (2026-06-04)
11
23
 
12
24
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aethrekh/pi-cs",
3
- "version": "0.1.9-alpha.2",
3
+ "version": "0.1.9",
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.2",
4
- "built_at": "2026-06-04T16:30:47.926Z",
3
+ "version": "0.1.9",
4
+ "built_at": "2026-06-04T17:05:59.017Z",
5
5
  "entry": "index.js",
6
6
  "node_minimum": "18.0.0"
7
7
  }