prjct-cli 3.47.1 → 3.48.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 +12 -0
- package/dist/bin/prjct-core.mjs +513 -512
- package/dist/bin/prjct-hooks.mjs +276 -275
- package/dist/daemon/entry.mjs +400 -399
- package/dist/mcp/server.mjs +221 -220
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,18 @@
|
|
|
9
9
|
- **Source renames (product-only naming)**: `host-agents-md` / `host-claude-md` / `runtime-claude` / `agent-info` / `agents-md-discovery`; crew templates under `templates/crew/roles/`; standalone installer `scripts/install-standalone.sh`. Destination host paths (e.g. user-project `CLAUDE.md`, `.claude/agents/`) unchanged — those are host APIs.
|
|
10
10
|
- **Licensing**: MIT © 2024–2026, `NOTICE`, package author/SPDX, CONTRIBUTING contribution clause.
|
|
11
11
|
|
|
12
|
+
## [3.48.0] - 2026-07-11
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- freeze review scope from git (gentle-ai v1.49) (#547)
|
|
17
|
+
- freeze review scope from git (gentle-ai v1.49)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- feat(judgment): freeze review scope from git (gentle-ai v1.49)
|
|
22
|
+
|
|
23
|
+
|
|
12
24
|
## [3.47.1] - 2026-07-11
|
|
13
25
|
|
|
14
26
|
### Bug Fixes
|