@aethrekh/pi-cs 0.1.9-alpha.1 → 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 +12 -0
- package/package.json +1 -1
- package/pi-cs.meta.json +2 -2
- package/skills/semester/SKILL.md +1 -1
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
package/pi-cs.meta.json
CHANGED
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
|