@chrono-meta/fh-gate 1.4.5 → 1.4.6
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/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -75,6 +75,12 @@ claude plugin install -s user fh-meta@forge-harness
|
|
|
75
75
|
cd ~/projects/{your-project} && claude
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
+
> ⚠️ **Plugin-only is partial synergy.** You get the skills and agents, but **not** Layer 1 — the
|
|
79
|
+
> `CLAUDE.md` governance (active onboarding, the 4-axis gate, mode branching) and the compounding
|
|
80
|
+
> context (`tracks/` memory accumulation, `harvest-loop` learning). Each skill runs the same in
|
|
81
|
+
> isolation; what's missing is the orchestration that makes them compound across sessions. Clone the
|
|
82
|
+
> hub (above) when you want the full set, not just the tools.
|
|
83
|
+
|
|
78
84
|
> 🚪 **New here / just want the skills?** Start with the opinionated front door —
|
|
79
85
|
> [`templates/starter_profile.md`](templates/starter_profile.md): one install command, a curated
|
|
80
86
|
> first-five skills, and a zero-install governance gate (`npx … fh-gate`). The other 28 skills wait
|
package/package.json
CHANGED