prjct-cli 3.48.0 → 3.49.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 +15 -12
- package/dist/bin/prjct-core.mjs +677 -658
- package/dist/bin/prjct-hooks.mjs +287 -279
- package/dist/daemon/entry.mjs +600 -473
- package/dist/mcp/server.mjs +365 -359
- package/dist/templates.json +1 -1
- package/package.json +2 -2
- package/templates/skills/prjct/SKILL.md +9 -16
package/CHANGELOG.md
CHANGED
|
@@ -2,24 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [3.49.0] - 2026-07-12
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- Dynasty program — unbridgeable moat (v3.48.0) (#548)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- project pattern supremacy + mechanical review FP refute (v3.48.0) (#549)
|
|
6
14
|
|
|
7
|
-
### Changed
|
|
8
|
-
- **Repo hygiene (complete)**: knip-clean; no repo-local AGENTS/CLAUDE/Copilot/MCP harness; dead template docs removed; contributor architecture in `CONTRIBUTING.md` + `docs/`.
|
|
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
|
-
- **Licensing**: MIT © 2024–2026, `NOTICE`, package author/SPDX, CONTRIBUTING contribution clause.
|
|
11
15
|
|
|
12
16
|
## [3.48.0] - 2026-07-11
|
|
13
17
|
|
|
14
18
|
### Features
|
|
15
19
|
|
|
20
|
+
- **Dynasty program** (#548): public harness Δ, content-bound stamp, SoT hard-bind H2+, trap-surface SLO, impact-ranked next, geometry-at-intent, skill diet ≤900, cycle budget card, land Rho dry-run, one-breath install, doctor --fix
|
|
21
|
+
- **Project pattern supremacy** (#549): match house style; upgrade only real anti-patterns; work alignment brief; mechanical prefer-const refute when reassignment present
|
|
16
22
|
- 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
23
|
|
|
21
|
-
|
|
24
|
+
### Changed
|
|
22
25
|
|
|
26
|
+
- **Repo hygiene (complete)**: knip-clean; no repo-local AGENTS/CLAUDE/Copilot/MCP harness; dead template docs removed; contributor architecture in `CONTRIBUTING.md` + `docs/`.
|
|
27
|
+
- **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.
|
|
28
|
+
- **Licensing**: MIT © 2024–2026, `NOTICE`, package author/SPDX, CONTRIBUTING contribution clause.
|
|
23
29
|
|
|
24
30
|
## [3.47.1] - 2026-07-11
|
|
25
31
|
|
|
@@ -35,7 +41,6 @@
|
|
|
35
41
|
- strip non-product agent harness from repo tree
|
|
36
42
|
- repo hygiene — dead code, root cruft, solid MIT licensing
|
|
37
43
|
|
|
38
|
-
|
|
39
44
|
## [3.47.0] - 2026-07-10
|
|
40
45
|
|
|
41
46
|
### Added
|
|
@@ -58,7 +63,6 @@
|
|
|
58
63
|
|
|
59
64
|
- align tip→user tests + ship as v3.45.0
|
|
60
65
|
|
|
61
|
-
|
|
62
66
|
## [3.45.0] - 2026-07-10
|
|
63
67
|
|
|
64
68
|
### Added
|
|
@@ -79,7 +83,6 @@
|
|
|
79
83
|
- complete retention plan — apply, inbox triage, done-trigger, selective embed
|
|
80
84
|
- retention score service + sync dry-run report (PR1 of value-based cleanup)
|
|
81
85
|
|
|
82
|
-
|
|
83
86
|
## [3.44.0] - 2026-07-10
|
|
84
87
|
|
|
85
88
|
### Added
|