prjct-cli 2.23.6 → 2.23.8
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 +10 -0
- package/dist/bin/prjct-core.mjs +189 -191
- package/dist/templates.json +1 -1
- package/package.json +1 -1
- package/templates/crew/CLAUDE-leader-mode.md +5 -1
- package/templates/crew/agents/leader.md +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.23.8] - 2026-05-19
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
- crew leader templates no longer grant blanket `.prjct/` write permission — the previous "Edits to `.prjct/` … you may edit directly" line let the leader create `.prjct/audits/`, `.prjct/CHECKPOINTS.md`, `.prjct/deploy/RAILWAY-CHECKLIST.md` in client repos, violating the absolute-persistence rule. Allowlist now scoped to `.prjct/prjct.config.json`; added explicit "Hard persistence rule" section in both `templates/crew/agents/leader.md` and `templates/crew/CLAUDE-leader-mode.md`. Guard test extended (`FORBIDDEN` += audits/deploy/CHECKPOINTS paths, plus positive assertion that the canonical config path is named as the only edit-allowed file under `.prjct/`).
|
|
7
|
+
|
|
8
|
+
## [2.23.7] - 2026-05-18
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- current work
|
|
12
|
+
|
|
3
13
|
## [2.23.6] - 2026-05-18
|
|
4
14
|
|
|
5
15
|
### Added
|