@aethrekh/pi-cs 0.1.0 → 0.1.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 +26 -0
- package/README.md +2 -2
- package/package.json +1 -1
- package/pi-cs.meta.json +2 -2
- package/pi-package.yaml +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## 0.1.1 (2026-06-02)
|
|
11
|
+
|
|
12
|
+
### ### Added
|
|
13
|
+
|
|
14
|
+
* add background extensions ([2b8c432](https://github.com/AshishBagdane/pi-cs/commit/2b8c432c729b14a630d98aa951612917712695d9))
|
|
15
|
+
* add configuration system (schema + defaults) ([3a78bb4](https://github.com/AshishBagdane/pi-cs/commit/3a78bb4299d730ecc06e45675cc75dcb29a11121))
|
|
16
|
+
* add package entry point with lifecycle hooks ([c0be9cc](https://github.com/AshishBagdane/pi-cs/commit/c0be9cc0e3bbab96f4dbe7d2d0d1eec572ad3d67))
|
|
17
|
+
* add Pi package manifest and system prompt ([4911a60](https://github.com/AshishBagdane/pi-cs/commit/4911a60fc0a813d3d8e9040b1f334d3720e7208d))
|
|
18
|
+
* add scaffolding templates ([e495d01](https://github.com/AshishBagdane/pi-cs/commit/e495d01d71bd9f231ef32d423576f87d247fa071))
|
|
19
|
+
* add skill prompt definitions ([e0fb541](https://github.com/AshishBagdane/pi-cs/commit/e0fb54138362fab53de93909c4008fef500af62a))
|
|
20
|
+
* add validate and pack scripts ([8e4841b](https://github.com/AshishBagdane/pi-cs/commit/8e4841bfc5bcb32acdc55086879c1b671d10e47d))
|
|
21
|
+
|
|
22
|
+
### ### Fixed
|
|
23
|
+
|
|
24
|
+
* repair pnpm-workspace.yaml to unblock CI ([78915c5](https://github.com/AshishBagdane/pi-cs/commit/78915c50e3de5bc1335e4405cd10ac18dd9c5cf4))
|
|
25
|
+
|
|
26
|
+
### ### Changed
|
|
27
|
+
|
|
28
|
+
* add comprehensive student usage guide ([0d2f769](https://github.com/AshishBagdane/pi-cs/commit/0d2f769a80d672062644fc01df275d95e8f3e456))
|
|
29
|
+
* add CONTRIBUTING.md with project-specific contribution guide ([013d69a](https://github.com/AshishBagdane/pi-cs/commit/013d69a5d08e1bb0b47270922fb381111c31a201))
|
|
30
|
+
* add README, changelog, and Claude Code guidance ([03f9108](https://github.com/AshishBagdane/pi-cs/commit/03f91082d92f9f81e93971787a6f98841061a1ad))
|
|
31
|
+
* add SECURITY.md with project-specific vulnerability policy ([fd8a115](https://github.com/AshishBagdane/pi-cs/commit/fd8a115da32b421a96a0362e3ad9aefa0e8f3a94))
|
|
32
|
+
* expand CLAUDE.md with missing commands and non-obvious patterns ([50b3bdb](https://github.com/AshishBagdane/pi-cs/commit/50b3bdb4962da8799eb04c31f3aa418048036306))
|
|
33
|
+
* fix stale project structure and broken link in README ([c0f41b4](https://github.com/AshishBagdane/pi-cs/commit/c0f41b40e53c125bac0549cb9e802c270eab6b53))
|
|
34
|
+
* replace fish emoji with Pisces logo images ([90bdfdd](https://github.com/AshishBagdane/pi-cs/commit/90bdfdd466b43ec6f762ab1b3e54c302d0077507))
|
|
35
|
+
|
|
10
36
|
## [Unreleased]
|
|
11
37
|
|
|
12
38
|
### Planned
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# <img src="public/pisces-logo-32.png" height="32" align="center" alt="Pisces"> pi-cs (Pisces)
|
|
2
2
|
### The CS Student Edition for Pi Coding Agent
|
|
3
3
|
|
|
4
4
|
> *Your intelligent, adaptive AI co-pilot that swims deep into every aspect of your Computer Science degree.*
|
|
@@ -247,4 +247,4 @@ MIT — see [LICENSE](LICENSE)
|
|
|
247
247
|
|
|
248
248
|
---
|
|
249
249
|
|
|
250
|
-
*Made for CS students, by CS students.
|
|
250
|
+
*Made for CS students, by CS students. <img src="public/pisces-logo-32.png" height="18" align="center" alt="Pisces">*
|
package/package.json
CHANGED
package/pi-cs.meta.json
CHANGED
package/pi-package.yaml
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
name: pi-cs
|
|
2
|
-
version: 0.1.
|
|
2
|
+
version: 0.1.1
|
|
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
|
+
icon: public/pisces-logo-512.png
|
|
5
6
|
author: ""
|
|
6
7
|
license: MIT
|
|
7
8
|
pi_version: ">=1.0.0"
|