@aethrekh/pi-cs 0.1.5 → 0.1.6

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.
@@ -186,7 +186,8 @@ function semesterContextBlock(ctx) {
186
186
  const APPEND_SYSTEM_PATH = path.join(os.homedir(), ".pi", "agent", "APPEND_SYSTEM.md");
187
187
  function loadPersona() {
188
188
  const candidates = [
189
- path.resolve(__dirname, "../../SYSTEM.md"),
189
+ path.resolve(__dirname, "../SYSTEM.md"), // compiled: extensions/ → package root
190
+ path.resolve(__dirname, "../../SYSTEM.md"), // dev ts-node: src/extensions/ → project root
190
191
  path.resolve(__dirname, "../../../SYSTEM.md"),
191
192
  ];
192
193
  for (const p of candidates) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aethrekh/pi-cs",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
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.5",
4
- "built_at": "2026-06-04T10:53:50.963Z",
3
+ "version": "0.1.6",
4
+ "built_at": "2026-06-04T11:21:34.784Z",
5
5
  "entry": "index.js",
6
6
  "node_minimum": "18.0.0"
7
7
  }
package/pi-package.yaml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: pi-cs
2
- version: 0.1.5
2
+ version: 0.1.6
3
3
  display_name: "pi-cs (Pisces)"
4
4
  description: "The CS Student Edition for Pi — Your personal AI teaching assistant for Computer Science, from homework to thesis."
5
5
  icon: public/pisces-logo-512.png