@aethrekh/pi-cs 0.2.0-beta.0 → 0.2.0-beta.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.
- package/CHANGELOG.md +6 -0
- package/package.json +2 -4
- package/pi-cs.meta.json +2 -2
- package/pi-package.yaml +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.2.0-beta.1](https://github.com/AshishBagdane/pi-cs/compare/v0.2.0-beta.0...v0.2.0-beta.1) (2026-06-06)
|
|
11
|
+
|
|
12
|
+
### ### Fixed
|
|
13
|
+
|
|
14
|
+
* **pack:** include gatekeeper in published extensions and remove skills key ([dbae7be](https://github.com/AshishBagdane/pi-cs/commit/dbae7be7ac28293dfc09c87d0a257e4b88207909))
|
|
15
|
+
|
|
10
16
|
## [0.2.0-beta.0](https://github.com/AshishBagdane/pi-cs/compare/v0.1.10...v0.2.0-beta.0) (2026-06-06)
|
|
11
17
|
|
|
12
18
|
### ### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aethrekh/pi-cs",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.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",
|
|
@@ -32,13 +32,11 @@
|
|
|
32
32
|
},
|
|
33
33
|
"pi": {
|
|
34
34
|
"extensions": [
|
|
35
|
+
"./extensions/gatekeeper.js",
|
|
35
36
|
"./extensions/semester-detector.js",
|
|
36
37
|
"./extensions/folder-detector.js",
|
|
37
38
|
"./extensions/integrity-guard.js",
|
|
38
39
|
"./extensions/progress-tracker.js"
|
|
39
|
-
],
|
|
40
|
-
"skills": [
|
|
41
|
-
"./skills"
|
|
42
40
|
]
|
|
43
41
|
},
|
|
44
42
|
"scripts": {
|
package/pi-cs.meta.json
CHANGED
package/pi-package.yaml
CHANGED