@kungfu-tech/kfd 1.0.0-alpha.14 → 1.0.0-alpha.16
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/.buildchain/kfd-1/contract-world.witness.json +25 -25
- package/.buildchain/kfd-2/public-release-trust.claim.json +18 -18
- package/.buildchain/kfd-3/collaboration-interface.artifact.json +30 -30
- package/.buildchain/kfd-3/collaboration-interface.prebuild.json +10 -10
- package/README.md +16 -6
- package/decisions/kfd-3.md +19 -16
- package/kfd.release.json +1 -1
- package/package.json +4 -1
- package/registry.json +1 -1
- package/release-impact.json +10 -4
- package/scripts/check.mjs +657 -0
- package/scripts/npm-publish-transaction.mjs +220 -0
- package/scripts/update-kfd-1-witness.mjs +24 -0
- package/scripts/update-kfd-2-claim.mjs +82 -0
- package/scripts/update-kfd-3-witness.mjs +227 -0
- package/scripts/update-site-bundle.mjs +297 -0
- package/site/kfd-site.json +115 -6
- package/standards.json +3 -2
package/decisions/kfd-3.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# KFD-3: Cooperation must start from
|
|
1
|
+
# KFD-3: Cooperation must start from trusted value — compliance must not be coerced
|
|
2
2
|
|
|
3
3
|
- Status: active
|
|
4
4
|
- Number: 3
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
## One sentence
|
|
9
9
|
|
|
10
|
-
Cooperation must start from
|
|
10
|
+
Cooperation must start from trusted value.
|
|
11
11
|
|
|
12
12
|
A product must not obtain cooperation through pressure, manipulation, hidden
|
|
13
|
-
control, or forced workflow capture. It must make value, choices, and
|
|
14
|
-
constraints
|
|
15
|
-
and cooperate.
|
|
13
|
+
control, or forced workflow capture. It must make facts, value, choices, and
|
|
14
|
+
constraints transparent enough for intelligent participants to trust what is
|
|
15
|
+
being offered, understand the available path, decide, and cooperate.
|
|
16
16
|
|
|
17
17
|
## Decision type
|
|
18
18
|
|
|
@@ -30,11 +30,12 @@ kungfu-systems takes toward humans and agents as reasoning participants.
|
|
|
30
30
|
Within the KFD-1/2/3 foundation, this is the relationship path:
|
|
31
31
|
|
|
32
32
|
```text
|
|
33
|
-
cooperation must start from
|
|
33
|
+
cooperation must start from trusted value
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
KFD-2 protects the truth path: show facts before asking for trust. KFD-3
|
|
37
|
-
protects the relationship path:
|
|
37
|
+
protects the relationship path: make value transparent enough to be trusted
|
|
38
|
+
before asking for cooperation.
|
|
38
39
|
|
|
39
40
|
## Principle
|
|
40
41
|
|
|
@@ -60,7 +61,7 @@ The default product path should therefore follow this chain:
|
|
|
60
61
|
|
|
61
62
|
```text
|
|
62
63
|
transparent facts
|
|
63
|
-
->
|
|
64
|
+
-> trusted value
|
|
64
65
|
-> stable choice
|
|
65
66
|
-> explainable constraint
|
|
66
67
|
-> voluntary cooperation
|
|
@@ -85,7 +86,7 @@ Products may recommend a path, refuse unsafe actions, or require explicit
|
|
|
85
86
|
approval. They should not pretend that forced compliance is the same as
|
|
86
87
|
understanding or trust.
|
|
87
88
|
|
|
88
|
-
### 2. Make value
|
|
89
|
+
### 2. Make value trusted through transparent facts
|
|
89
90
|
|
|
90
91
|
Humans and agents should be able to discover what the product can do, why it is
|
|
91
92
|
useful, what it observed, what it changed, and what boundary applies without
|
|
@@ -93,7 +94,8 @@ needing oral context, private maintainer memory, or web-only documentation.
|
|
|
93
94
|
|
|
94
95
|
Agent-facing surfaces should expose local, versioned, machine-readable and
|
|
95
96
|
human-readable facts wherever possible. A capable agent should be able to learn
|
|
96
|
-
the product's value
|
|
97
|
+
the product's value, and why that value can be trusted, by inspecting the
|
|
98
|
+
product's own facts and commands.
|
|
97
99
|
|
|
98
100
|
### 3. Use constraints as transparent safety, not hidden control
|
|
99
101
|
|
|
@@ -142,9 +144,10 @@ how it can be changed, escalated, or revoked when appropriate
|
|
|
142
144
|
- It does not turn a private founder narrative into a public repository rule.
|
|
143
145
|
This public rule is about product stance, adoption, safety, and cooperation
|
|
144
146
|
with intelligent participants.
|
|
145
|
-
- It does not supersede KFD-2. Facts and responsibility still come first;
|
|
146
|
-
|
|
147
|
-
|
|
147
|
+
- It does not supersede KFD-2. Facts and responsibility still come first;
|
|
148
|
+
transparent value is the route by which value becomes trusted, not a
|
|
149
|
+
substitute for trust. This KFD states how those facts and values should be
|
|
150
|
+
presented to humans and agents without coercion.
|
|
148
151
|
|
|
149
152
|
## Relation to KFD-2
|
|
150
153
|
|
|
@@ -155,12 +158,12 @@ hidden control. Together:
|
|
|
155
158
|
```text
|
|
156
159
|
KFD-1: facts must not drift.
|
|
157
160
|
KFD-2: trust must start from facts.
|
|
158
|
-
KFD-3: cooperation must start from
|
|
161
|
+
KFD-3: cooperation must start from trusted value.
|
|
159
162
|
```
|
|
160
163
|
|
|
161
164
|
KFD-1 protects the fact-source layer. KFD-2 protects the trust layer. KFD-3
|
|
162
|
-
protects the relationship with the intelligent participant who must
|
|
163
|
-
path.
|
|
165
|
+
protects the relationship with the intelligent participant who must decide
|
|
166
|
+
whether the offered value is trustworthy enough to walk that path.
|
|
164
167
|
|
|
165
168
|
## Implementation case: the KFD package
|
|
166
169
|
|
package/kfd.release.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kungfu-tech/kfd",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.16",
|
|
4
4
|
"description": "Kung Fu Decisions (KFD): the kungfu-systems organization-wide decision registry, as a consumable artifact",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"files": [
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"kfd.release.json",
|
|
13
13
|
"schemas",
|
|
14
14
|
"site",
|
|
15
|
+
"scripts",
|
|
15
16
|
"buildchain.release-propagation.json",
|
|
16
17
|
"release-impact.json",
|
|
17
18
|
".buildchain/kfd-1/contract-world.witness.json",
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
"./site/kfd-site.json": "./site/kfd-site.json",
|
|
30
31
|
"./buildchain.release-propagation.json": "./buildchain.release-propagation.json",
|
|
31
32
|
"./release-impact.json": "./release-impact.json",
|
|
33
|
+
"./scripts/*.mjs": "./scripts/*.mjs",
|
|
32
34
|
"./buildchain/kfd-1/contract-world.witness.json": "./.buildchain/kfd-1/contract-world.witness.json",
|
|
33
35
|
"./buildchain/kfd-2/public-release-trust.claim.json": "./.buildchain/kfd-2/public-release-trust.claim.json",
|
|
34
36
|
"./buildchain/kfd-3/collaboration-interface.json": "./.buildchain/kfd-3/collaboration-interface.json",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
},
|
|
42
44
|
"scripts": {
|
|
43
45
|
"check": "node scripts/check.mjs",
|
|
46
|
+
"update:site-bundle": "node scripts/update-site-bundle.mjs",
|
|
44
47
|
"update:kfd-1-witness": "node scripts/update-kfd-1-witness.mjs",
|
|
45
48
|
"update:kfd-2-claim": "node scripts/update-kfd-2-claim.mjs",
|
|
46
49
|
"update:kfd-3-witness": "node scripts/update-kfd-3-witness.mjs"
|
package/registry.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"number": 3,
|
|
27
27
|
"id": "KFD-3",
|
|
28
28
|
"slug": "kfd-3",
|
|
29
|
-
"title": "Cooperation must start from
|
|
29
|
+
"title": "Cooperation must start from trusted value: compliance must not be coerced",
|
|
30
30
|
"kind": "principle",
|
|
31
31
|
"status": "active",
|
|
32
32
|
"path": "decisions/kfd-3.md",
|
package/release-impact.json
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"versionImpact": {
|
|
10
10
|
"final": "minor",
|
|
11
11
|
"source": "kfd-surface-register",
|
|
12
|
-
"rationale": "This change additively registers KFD-owned standards metadata, the KFD-2 trust taxonomy, KFD-2 release trust schemas, KFD-3 collaboration-interface schemas, KFD-3 self-verification witnesses,
|
|
12
|
+
"rationale": "This change additively registers KFD-owned standards metadata, the KFD-2 trust taxonomy, KFD-2 release trust schemas, KFD-3 collaboration-interface schemas, KFD-3 self-verification witnesses, KFD-1 document/interface integrity bindings, and the README-backed KFD site homepage projection while keeping existing registry and decision surfaces compatible."
|
|
13
13
|
},
|
|
14
14
|
"surfaceImpacts": [
|
|
15
15
|
{
|
|
16
16
|
"id": "kfd-content",
|
|
17
17
|
"impact": "patch",
|
|
18
18
|
"class": "content",
|
|
19
|
-
"rationale": "KFD documents are append-only content coordinates; current documentation changes clarify the KFD
|
|
19
|
+
"rationale": "KFD documents are append-only content coordinates; current documentation changes clarify KFD-3's foundation wording from transparent value to trusted value so the KFD-1/2/3 chain reads facts -> trust -> cooperation, while preserving the existing non-coercion and transparency requirements."
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"id": "kfd-registry-schema",
|
|
@@ -34,7 +34,13 @@
|
|
|
34
34
|
"id": "kfd-package-structure",
|
|
35
35
|
"impact": "minor",
|
|
36
36
|
"class": "additive",
|
|
37
|
-
"rationale": "The npm package now publishes the KFD-2 trust taxonomy, KFD-2 schemas, KFD-2 documentation, KFD-3 self collaboration-interface witnesses, TRADEMARKS.md, public fact-source metadata,
|
|
37
|
+
"rationale": "The npm package now publishes the KFD-2 trust taxonomy, KFD-2 schemas, KFD-2 documentation, KFD-3 self collaboration-interface witnesses, TRADEMARKS.md, public fact-source metadata, agent quickstart/self-proof documentation, and repository verification scripts through existing schemas/, docs/, standards.json, site/, scripts/, .buildchain/, and subpath exports while preserving existing README.md, decisions/, registry.json, and site/ paths."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "kfd-site-homepage-bundle",
|
|
41
|
+
"impact": "minor",
|
|
42
|
+
"class": "additive",
|
|
43
|
+
"rationale": "site/kfd-site.json now exposes generated README-backed homepage.sections and homepage.displayPlan fields, and scripts/check.mjs verifies the checked-in bundle matches the README projection so downstream sites can render KFD-owned homepage content without maintaining their own README parser or drifting copy."
|
|
38
44
|
},
|
|
39
45
|
{
|
|
40
46
|
"id": "kfd-3-self-collaboration",
|
|
@@ -61,5 +67,5 @@
|
|
|
61
67
|
"rationale": "The KFD to site-libkungfu-dev propagation graph now targets the downstream site's actual main branch and documents the exact KFD package surfaces consumed by kfd.libkungfu.dev, without changing the release propagation graph contract."
|
|
62
68
|
}
|
|
63
69
|
],
|
|
64
|
-
"summary": "KFD v1.0 production promotion is minor-impact because it additively exposes KFD-2 trust taxonomy and release trust metadata, KFD-1/2/3 interface version metadata, KFD-3 self-verification witnesses, document integrity bindings, and a corrected site release-propagation target for Buildchain and other consumers; existing registry, decision text, site bundle, and propagation graph contracts remain compatible."
|
|
70
|
+
"summary": "KFD v1.0 production promotion is minor-impact because it additively exposes KFD-2 trust taxonomy and release trust metadata, KFD-1/2/3 interface version metadata, KFD-3 self-verification witnesses, document integrity bindings, a README-backed homepage bundle/display plan, and a corrected site release-propagation target for Buildchain and other consumers; existing registry, decision text, site bundle, and propagation graph contracts remain compatible."
|
|
65
71
|
}
|