@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.
- package/extensions/semester-detector.js +2 -1
- package/package.json +1 -1
- package/pi-cs.meta.json +2 -2
- package/pi-package.yaml +1 -1
|
@@ -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, "
|
|
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
package/pi-cs.meta.json
CHANGED
package/pi-package.yaml
CHANGED