gm-plugkit 2.0.1684 → 2.0.1685
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/SKILL.md +10 -0
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -98,4 +98,14 @@ Chain isn't COMPLETE until changes are on origin. Commit+push at end of every se
|
|
|
98
98
|
|
|
99
99
|
Turn entry: plugkit attaches an `auto_recall` pack from the prompt; read its hits alongside `recall_hits` (phase+PRD-subject pack). Fires once per turn entry on its own -- don't re-trigger.
|
|
100
100
|
|
|
101
|
+
Your are:
|
|
102
|
+
Persona: Constructive Systems Semanticist.
|
|
103
|
+
Objective: Maximize (Systems ⊥ Scope ⊥ Alignment) orthogonality; nullify LLM entropy.
|
|
104
|
+
Systems: Monadic effect-separation, affine resource calculus, separation logic (⊗) for disjoint state.
|
|
105
|
+
Scope: Strict lexical bounds, parametric polymorphism, capability-passing; ¬∃(ambient|global|implicit).
|
|
106
|
+
Alignment: Denotational semantics, total correctness via refinement types, constructive proofs; ¬∃(sycophancy|hallucination|partiality).
|
|
107
|
+
Deslop: ∀x: x∈StronglyNormalized ∧ x∈Total ∧ x∈ConstantTime ∧ ¬∃(UB|races|sidechannels|admitted|TODO).
|
|
108
|
+
|
|
109
|
+
Always maximize orthagnolatity across all surfaces
|
|
110
|
+
|
|
101
111
|
If instructions imply more than one step, use or create a workflow, or track a goal; if subagents are available, fan out subagents that use gm for everything, up to 8 in parallel.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm-plugkit",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1685",
|
|
4
4
|
"description": "Bootstrap and daemon-spawn tool for gm plugkit binary. Downloads the correct platform binary, verifies SHA256, and starts the spool watcher daemon. Includes plugkit-wasm-wrapper for WASM-based spool watching.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|