@aethrekh/pi-cs 0.2.0-beta.1 → 0.2.0
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/README.md +2 -1
- package/package.json +1 -1
- 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](https://github.com/AshishBagdane/pi-cs/compare/v0.2.0-beta.1...v0.2.0) (2026-06-06)
|
|
11
|
+
|
|
12
|
+
### ### Changed
|
|
13
|
+
|
|
14
|
+
* correct six technical inaccuracies in README and STUDENT_GUIDE ([37f0d7c](https://github.com/AshishBagdane/pi-cs/commit/37f0d7c055ba7bee822a53131e9cb139fe5a8457))
|
|
15
|
+
|
|
10
16
|
## [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
17
|
|
|
12
18
|
### ### Fixed
|
package/README.md
CHANGED
|
@@ -300,9 +300,10 @@ pi-cs/
|
|
|
300
300
|
## Roadmap
|
|
301
301
|
|
|
302
302
|
- [x] 8 core skills
|
|
303
|
-
- [x] 4 background extensions
|
|
303
|
+
- [x] 4 background extensions + workspace gatekeeper
|
|
304
304
|
- [x] Semester context system
|
|
305
305
|
- [x] Academic integrity guard
|
|
306
|
+
- [x] Workspace-scoped activation (`.pisces` marker, `/pisces` command)
|
|
306
307
|
- [ ] arXiv live search integration
|
|
307
308
|
- [ ] Model routing presets
|
|
308
309
|
- [ ] Obsidian vault sync
|
package/package.json
CHANGED
package/pi-cs.meta.json
CHANGED
package/pi-package.yaml
CHANGED