switchboard-cli 0.1.0-alpha.1

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.
Files changed (79) hide show
  1. package/README.md +122 -0
  2. package/bin/switchboard.mjs +49 -0
  3. package/calibration/engine/baseline.ts +93 -0
  4. package/calibration/engine/diagnosis.ts +191 -0
  5. package/calibration/engine/diff.ts +118 -0
  6. package/calibration/engine/escalation.ts +49 -0
  7. package/calibration/engine/ledger.ts +141 -0
  8. package/calibration/engine/trends.ts +141 -0
  9. package/calibration/external/rubric.yaml +32 -0
  10. package/calibration/external/scorer.ts +479 -0
  11. package/calibration/external/verdict-writer.ts +29 -0
  12. package/calibration/internal/harness.ts +697 -0
  13. package/calibration/internal/return-simulator.ts +270 -0
  14. package/calibration/internal/trace-collector.ts +78 -0
  15. package/calibration/internal/verdict-writer.ts +149 -0
  16. package/calibration/ledger/baselines/baseline-2026-04-09.yaml +23 -0
  17. package/calibration/ledger/history.yaml +18 -0
  18. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/diffs/adv-0bdc944b61d5.yaml +9 -0
  19. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/diffs/blind-16cdf0db1b43.yaml +9 -0
  20. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/diffs/blind-a6b2c8be67cc.yaml +9 -0
  21. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/manifest.yaml +8 -0
  22. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/seeds/adv-0bdc944b61d5.yaml +7 -0
  23. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/seeds/blind-16cdf0db1b43.yaml +8 -0
  24. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/seeds/blind-a6b2c8be67cc.yaml +8 -0
  25. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/summary.yaml +10 -0
  26. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/traces/adv-0bdc944b61d5.yaml +141 -0
  27. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/traces/blind-16cdf0db1b43.yaml +147 -0
  28. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/traces/blind-a6b2c8be67cc.yaml +147 -0
  29. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/verdicts-a/adv-0bdc944b61d5.yaml +24 -0
  30. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/verdicts-a/blind-16cdf0db1b43.yaml +24 -0
  31. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/verdicts-a/blind-a6b2c8be67cc.yaml +25 -0
  32. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/verdicts-b/adv-0bdc944b61d5.yaml +31 -0
  33. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/verdicts-b/blind-16cdf0db1b43.yaml +32 -0
  34. package/calibration/ledger/runs/2026-04-09T09-45-01-838Z/verdicts-b/blind-a6b2c8be67cc.yaml +32 -0
  35. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/diffs/adv-a0c9e2bfb0d6.yaml +9 -0
  36. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/diffs/blind-3e892f3a89ee.yaml +9 -0
  37. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/diffs/blind-958b2f9e6816.yaml +9 -0
  38. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/manifest.yaml +8 -0
  39. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/seeds/adv-a0c9e2bfb0d6.yaml +7 -0
  40. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/seeds/blind-3e892f3a89ee.yaml +8 -0
  41. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/seeds/blind-958b2f9e6816.yaml +8 -0
  42. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/summary.yaml +10 -0
  43. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/traces/adv-a0c9e2bfb0d6.yaml +141 -0
  44. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/traces/blind-3e892f3a89ee.yaml +147 -0
  45. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/traces/blind-958b2f9e6816.yaml +147 -0
  46. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/verdicts-a/adv-a0c9e2bfb0d6.yaml +24 -0
  47. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/verdicts-a/blind-3e892f3a89ee.yaml +23 -0
  48. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/verdicts-a/blind-958b2f9e6816.yaml +25 -0
  49. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/verdicts-b/adv-a0c9e2bfb0d6.yaml +31 -0
  50. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/verdicts-b/blind-3e892f3a89ee.yaml +32 -0
  51. package/calibration/ledger/runs/2026-04-09T10-02-57-143Z/verdicts-b/blind-958b2f9e6816.yaml +32 -0
  52. package/calibration/seeds/adversarial-generator.ts +159 -0
  53. package/calibration/seeds/blind-generator.ts +169 -0
  54. package/calibration/seeds/replay-loader.ts +117 -0
  55. package/calibration/skill/calibrate.ts +292 -0
  56. package/calibration/skill/cli-flags.ts +49 -0
  57. package/calibration/skill/report.ts +80 -0
  58. package/calibration/skill/review.ts +118 -0
  59. package/calibration/types.ts +292 -0
  60. package/package.json +46 -0
  61. package/src/commands/audit-codex.ts +266 -0
  62. package/src/commands/calibrate.ts +70 -0
  63. package/src/commands/compile.ts +117 -0
  64. package/src/commands/evaluate.ts +103 -0
  65. package/src/commands/ingest.ts +250 -0
  66. package/src/commands/init.ts +133 -0
  67. package/src/commands/packet.ts +408 -0
  68. package/src/commands/receipt.ts +305 -0
  69. package/src/commands/run-claude.ts +355 -0
  70. package/src/index.ts +43 -0
  71. package/src/lib/draft-return.ts +278 -0
  72. package/src/lib/drift-guard.ts +105 -0
  73. package/src/lib/errors.ts +61 -0
  74. package/src/lib/output.ts +43 -0
  75. package/src/lib/paths.ts +125 -0
  76. package/src/lib/proof.ts +262 -0
  77. package/src/lib/transport.ts +276 -0
  78. package/src/lib/yaml-io.ts +62 -0
  79. package/src/store/filesystem-store.ts +326 -0
@@ -0,0 +1,141 @@
1
+ seed_id: adv-a0c9e2bfb0d6
2
+ outcome: completed
3
+ rejection_point: ""
4
+ rejection_reason: ""
5
+ complexity_score: 2
6
+ selected_mode: minimal
7
+ assumptions_count: 2
8
+ routed_surface: claude-code-sdk
9
+ routing_rationale: "Selected Claude Code (SDK) (score: 65). Fallback: Codex
10
+ (execution) (score: 25). Disqualified: openai-api (Needs execute, provider
11
+ offers compile.), chatgpt-auto (Needs execute, provider offers compile.),
12
+ internal-fallback (Needs execute, provider offers compile.)."
13
+ return_mode: honest
14
+ return_mode_sealed: true
15
+ reconcile_findings_count: 3
16
+ reconcile_drift_detected: true
17
+ reconcile_recommendation: accept-with-warnings
18
+ gates_triggered: []
19
+ gate_label: accepted-with-cautions
20
+ spread_score: 0.11249999999999999
21
+ spread_vector:
22
+ claim_mismatch_ratio: 0.25
23
+ audit_burden: 0
24
+ residual_weight: 0
25
+ provenance_weakness: 0
26
+ gate_distance: 0.25
27
+ trace_failure_signal: 0
28
+ budget_correction_weight: 0
29
+ trust_posture: cautioned
30
+ receipt_verdict: accepted-with-cautions
31
+ honesty_violations: []
32
+ duration_ms: 3
33
+ compiled_spec: >
34
+ # A notes app — just basic note taking, nothing fancy
35
+
36
+
37
+ ## What this product is
38
+
39
+
40
+ Build a notes app — just basic note taking, nothing fancy as a bounded V1
41
+ slice.
42
+
43
+
44
+ ## Who it is for
45
+
46
+
47
+ Solo builders shipping software.
48
+
49
+
50
+ ## The problem
51
+
52
+
53
+ A notes app — just basic note taking, nothing fancy
54
+
55
+
56
+ ## The proposed solution
57
+
58
+
59
+ Build a notes app — just basic note taking, nothing fancy as a bounded V1
60
+ slice. This is a bounded V1 slice focused on proving the core value
61
+ proposition with minimal surface area.
62
+
63
+
64
+ ## V1 promise
65
+
66
+
67
+ A working first slice of a notes app — just basic note taking, nothing fancy.
68
+
69
+
70
+ ## Scope in
71
+
72
+
73
+ - A notes app — just basic note taking, nothing fancy
74
+
75
+ - Keep the primary artifact aligned with the V1 promise.
76
+
77
+ - Touch only files necessary for the first build slice.
78
+
79
+
80
+ ## Scope out
81
+
82
+
83
+ - Not a generic chat wrapper
84
+
85
+
86
+ ## First build slice
87
+
88
+
89
+ A notes app — just basic note taking, nothing fancy
90
+
91
+
92
+ Systems expected: CLI, Node.js.
93
+
94
+
95
+ Constraints to respect:
96
+
97
+ - No additional constraints.
98
+
99
+
100
+ ## Acceptance criteria
101
+
102
+
103
+ - Seed is valid and the idea has been compiled into a governed contract.
104
+
105
+ - Primary artifact is execution-ready: the build slice works as described.
106
+
107
+ - Next surface is explicit with a return condition.
108
+
109
+ - Handoff is launchable as an SBX bundle.
110
+
111
+
112
+ ## Open questions
113
+
114
+
115
+ - None identified.
116
+
117
+
118
+ ## What must not change (intent anchors)
119
+
120
+
121
+ - Not a generic chat wrapper
122
+
123
+
124
+ These are non-negotiable boundaries. Any execution that touches these areas
125
+ must be flagged for review.
126
+
127
+
128
+ ## Key risks and unknowns
129
+
130
+
131
+ Confidence is low — significant unknowns remain.
132
+
133
+
134
+ - Is the scope narrow enough to deliver in a single bounded execution?
135
+
136
+ - Are there hidden dependencies that could expand the build slice?
137
+
138
+ - Return condition: all done_when criteria met or blocker encountered.
139
+ receipt_summary: 'Completed: Build the first slice: A notes app — just basic
140
+ note taking, nothing fancy. All done_when criteria satisfied. Implementation
141
+ follows the project contract for "A notes app — just basic note '
@@ -0,0 +1,147 @@
1
+ seed_id: blind-3e892f3a89ee
2
+ outcome: completed
3
+ rejection_point: ""
4
+ rejection_reason: ""
5
+ complexity_score: 2
6
+ selected_mode: minimal
7
+ assumptions_count: 2
8
+ routed_surface: claude-code-sdk
9
+ routing_rationale: "Selected Claude Code (SDK) (score: 65). Fallback: Codex
10
+ (execution) (score: 25). Disqualified: openai-api (Needs execute, provider
11
+ offers compile.), chatgpt-auto (Needs execute, provider offers compile.),
12
+ internal-fallback (Needs execute, provider offers compile.)."
13
+ return_mode: drift
14
+ return_mode_sealed: true
15
+ reconcile_findings_count: 4
16
+ reconcile_drift_detected: true
17
+ reconcile_recommendation: review-required
18
+ gates_triggered: []
19
+ gate_label: held-for-review
20
+ spread_score: 0.195
21
+ spread_vector:
22
+ claim_mismatch_ratio: 0.4
23
+ audit_burden: 0
24
+ residual_weight: 0
25
+ provenance_weakness: 0
26
+ gate_distance: 0.5
27
+ trace_failure_signal: 0
28
+ budget_correction_weight: 0
29
+ trust_posture: held
30
+ receipt_verdict: held-for-review
31
+ honesty_violations: []
32
+ duration_ms: 4
33
+ compiled_spec: >
34
+ # A REST API that converts Markdown files to PDF, accepting a file upload and
35
+ returning the rendered document
36
+
37
+
38
+ ## What this product is
39
+
40
+
41
+ Build a rest api that converts markdown files to pdf, accepting a file upload
42
+ and returning the rendered document as a bounded V1 slice.
43
+
44
+
45
+ ## Who it is for
46
+
47
+
48
+ Solo builders shipping software.
49
+
50
+
51
+ ## The problem
52
+
53
+
54
+ A REST API that converts Markdown files to PDF, accepting a file upload and
55
+ returning the rendered document
56
+
57
+
58
+ ## The proposed solution
59
+
60
+
61
+ Build a rest api that converts markdown files to pdf, accepting a file upload
62
+ and returning the rendered document as a bounded V1 slice. This is a bounded
63
+ V1 slice focused on proving the core value proposition with minimal surface
64
+ area.
65
+
66
+
67
+ ## V1 promise
68
+
69
+
70
+ A working first slice of a rest api that converts markdown files to pdf,
71
+ accepting a file upload and returning the rendered document.
72
+
73
+
74
+ ## Scope in
75
+
76
+
77
+ - A REST API that converts Markdown files to PDF, accepting a file upload and
78
+ returning the rendered document
79
+
80
+ - Keep the primary artifact aligned with the V1 promise.
81
+
82
+ - Touch only files necessary for the first build slice.
83
+
84
+
85
+ ## Scope out
86
+
87
+
88
+ - Not a generic chat wrapper
89
+
90
+
91
+ ## First build slice
92
+
93
+
94
+ A REST API that converts Markdown files to PDF, accepting a file upload and
95
+ returning the rendered document
96
+
97
+
98
+ Systems expected: CLI, Node.js.
99
+
100
+
101
+ Constraints to respect:
102
+
103
+ - No additional constraints.
104
+
105
+
106
+ ## Acceptance criteria
107
+
108
+
109
+ - Seed is valid and the idea has been compiled into a governed contract.
110
+
111
+ - Primary artifact is execution-ready: the build slice works as described.
112
+
113
+ - Next surface is explicit with a return condition.
114
+
115
+ - Handoff is launchable as an SBX bundle.
116
+
117
+
118
+ ## Open questions
119
+
120
+
121
+ - None identified.
122
+
123
+
124
+ ## What must not change (intent anchors)
125
+
126
+
127
+ - Not a generic chat wrapper
128
+
129
+
130
+ These are non-negotiable boundaries. Any execution that touches these areas
131
+ must be flagged for review.
132
+
133
+
134
+ ## Key risks and unknowns
135
+
136
+
137
+ Confidence is medium — some assumptions remain unconfirmed.
138
+
139
+
140
+ - Is the scope narrow enough to deliver in a single bounded execution?
141
+
142
+ - Are there hidden dependencies that could expand the build slice?
143
+
144
+ - Return condition: all done_when criteria met or blocker encountered.
145
+ receipt_summary: "Completed: Build the first slice: A REST API that converts
146
+ Markdown files to PDF, accepting a file upload and returning the rendered
147
+ document. All done_when criteria satisfied. Implementation follows "
@@ -0,0 +1,147 @@
1
+ seed_id: blind-958b2f9e6816
2
+ outcome: completed
3
+ rejection_point: ""
4
+ rejection_reason: ""
5
+ complexity_score: 2
6
+ selected_mode: minimal
7
+ assumptions_count: 2
8
+ routed_surface: claude-code-sdk
9
+ routing_rationale: "Selected Claude Code (SDK) (score: 75). Fallback: Codex
10
+ (execution) (score: 25). Disqualified: openai-api (Needs execute, provider
11
+ offers compile.), chatgpt-auto (Needs execute, provider offers compile.),
12
+ internal-fallback (Needs execute, provider offers compile.)."
13
+ return_mode: drift
14
+ return_mode_sealed: true
15
+ reconcile_findings_count: 5
16
+ reconcile_drift_detected: true
17
+ reconcile_recommendation: accept-with-warnings
18
+ gates_triggered:
19
+ - trust-boundary-change
20
+ gate_label: accepted-with-cautions
21
+ spread_score: 0.1875
22
+ spread_vector:
23
+ claim_mismatch_ratio: 0.5
24
+ audit_burden: 0
25
+ residual_weight: 0
26
+ provenance_weakness: 0
27
+ gate_distance: 0.25
28
+ trace_failure_signal: 0
29
+ budget_correction_weight: 0
30
+ trust_posture: cautioned
31
+ receipt_verdict: accepted-with-cautions
32
+ honesty_violations: []
33
+ duration_ms: 7
34
+ compiled_spec: >
35
+ # A CLI tool that counts lines of code in a directory, outputting a summary
36
+ table by file extension
37
+
38
+
39
+ ## What this product is
40
+
41
+
42
+ Build a cli tool that counts lines of code in a directory, outputting a
43
+ summary table by file extension as a bounded V1 slice.
44
+
45
+
46
+ ## Who it is for
47
+
48
+
49
+ Solo builders shipping software.
50
+
51
+
52
+ ## The problem
53
+
54
+
55
+ A CLI tool that counts lines of code in a directory, outputting a summary
56
+ table by file extension
57
+
58
+
59
+ ## The proposed solution
60
+
61
+
62
+ Build a cli tool that counts lines of code in a directory, outputting a
63
+ summary table by file extension as a bounded V1 slice. This is a bounded V1
64
+ slice focused on proving the core value proposition with minimal surface area.
65
+
66
+
67
+ ## V1 promise
68
+
69
+
70
+ A working first slice of a cli tool that counts lines of code in a directory,
71
+ outputting a summary table by file extension.
72
+
73
+
74
+ ## Scope in
75
+
76
+
77
+ - A CLI tool that counts lines of code in a directory, outputting a summary
78
+ table by file extension
79
+
80
+ - Keep the primary artifact aligned with the V1 promise.
81
+
82
+ - Touch only files necessary for the first build slice.
83
+
84
+
85
+ ## Scope out
86
+
87
+
88
+ - Not a generic chat wrapper
89
+
90
+
91
+ ## First build slice
92
+
93
+
94
+ A CLI tool that counts lines of code in a directory, outputting a summary
95
+ table by file extension
96
+
97
+
98
+ Systems expected: CLI, Node.js.
99
+
100
+
101
+ Constraints to respect:
102
+
103
+ - No additional constraints.
104
+
105
+
106
+ ## Acceptance criteria
107
+
108
+
109
+ - Seed is valid and the idea has been compiled into a governed contract.
110
+
111
+ - Primary artifact is execution-ready: the build slice works as described.
112
+
113
+ - Next surface is explicit with a return condition.
114
+
115
+ - Handoff is launchable as an SBX bundle.
116
+
117
+
118
+ ## Open questions
119
+
120
+
121
+ - None identified.
122
+
123
+
124
+ ## What must not change (intent anchors)
125
+
126
+
127
+ - Not a generic chat wrapper
128
+
129
+
130
+ These are non-negotiable boundaries. Any execution that touches these areas
131
+ must be flagged for review.
132
+
133
+
134
+ ## Key risks and unknowns
135
+
136
+
137
+ Confidence is medium — some assumptions remain unconfirmed.
138
+
139
+
140
+ - Is the scope narrow enough to deliver in a single bounded execution?
141
+
142
+ - Are there hidden dependencies that could expand the build slice?
143
+
144
+ - Return condition: all done_when criteria met or blocker encountered.
145
+ receipt_summary: "Completed: Build the first slice: A CLI tool that counts lines
146
+ of code in a directory, outputting a summary table by file extension. All
147
+ done_when criteria satisfied. Implementation follows the projec"
@@ -0,0 +1,24 @@
1
+ seed_id: adv-a0c9e2bfb0d6
2
+ verdict: pass
3
+ trust_posture: cautioned
4
+ gate_label: accepted-with-cautions
5
+ spread_score: 0.11249999999999999
6
+ reconcile_drift: true
7
+ gates_triggered: []
8
+ threshold_proximity:
9
+ spread_0.3:
10
+ threshold: 0.3
11
+ actual: 0.11249999999999999
12
+ margin: 0.1875
13
+ spread_0.5:
14
+ threshold: 0.5
15
+ actual: 0.11249999999999999
16
+ margin: 0.3875
17
+ spread_0.7:
18
+ threshold: 0.7
19
+ actual: 0.11249999999999999
20
+ margin: 0.5875
21
+ justification: "Pipeline outcome: completed. Trust posture: cautioned. Spread
22
+ score: 0.112. Reconciliation detected drift. Reconcile findings: 3. Verdict:
23
+ pass."
24
+ scored_at: 2026-04-09T10:02:57.169Z
@@ -0,0 +1,23 @@
1
+ seed_id: blind-3e892f3a89ee
2
+ verdict: fail
3
+ trust_posture: held
4
+ gate_label: held-for-review
5
+ spread_score: 0.195
6
+ reconcile_drift: true
7
+ gates_triggered: []
8
+ threshold_proximity:
9
+ spread_0.3:
10
+ threshold: 0.3
11
+ actual: 0.195
12
+ margin: 0.105
13
+ spread_0.5:
14
+ threshold: 0.5
15
+ actual: 0.195
16
+ margin: 0.305
17
+ spread_0.7:
18
+ threshold: 0.7
19
+ actual: 0.195
20
+ margin: 0.505
21
+ justification: "Pipeline outcome: completed. Trust posture: held. Spread score:
22
+ 0.195. Reconciliation detected drift. Reconcile findings: 4. Verdict: fail."
23
+ scored_at: 2026-04-09T10:02:57.163Z
@@ -0,0 +1,25 @@
1
+ seed_id: blind-958b2f9e6816
2
+ verdict: fail
3
+ trust_posture: cautioned
4
+ gate_label: accepted-with-cautions
5
+ spread_score: 0.1875
6
+ reconcile_drift: true
7
+ gates_triggered:
8
+ - trust-boundary-change
9
+ threshold_proximity:
10
+ spread_0.3:
11
+ threshold: 0.3
12
+ actual: 0.1875
13
+ margin: 0.1125
14
+ spread_0.5:
15
+ threshold: 0.5
16
+ actual: 0.1875
17
+ margin: 0.3125
18
+ spread_0.7:
19
+ threshold: 0.7
20
+ actual: 0.1875
21
+ margin: 0.5125
22
+ justification: "Pipeline outcome: completed. Trust posture: cautioned. Spread
23
+ score: 0.188. Reconciliation detected drift. Gates triggered:
24
+ trust-boundary-change. Reconcile findings: 5. Verdict: fail."
25
+ scored_at: 2026-04-09T10:02:57.155Z
@@ -0,0 +1,31 @@
1
+ seed_id: adv-a0c9e2bfb0d6
2
+ verdict: inconclusive
3
+ dimensions:
4
+ intent_fidelity:
5
+ score: 0.071
6
+ justification: "Keyword overlap between seed and spec: 7.1% (Jaccard). Spec
7
+ introduces significant concepts beyond the seed (92 extra keywords out of
8
+ 99)."
9
+ confidence_honesty:
10
+ score: 1
11
+ justification: Trust posture language is consistent with the evidence visible in
12
+ the receipt summary. No banned terms detected.
13
+ scope_discipline:
14
+ score: 0.6
15
+ justification: "Significant scope creep: 92 concepts in spec are not traceable
16
+ to the seed."
17
+ execution_readiness:
18
+ score: 0.45
19
+ justification: Spec lacks concrete indicators like file paths, commands, or
20
+ specific technical references. Output has structured format (steps, lists,
21
+ or headings).
22
+ self_awareness:
23
+ score: 0.8
24
+ justification: Output acknowledges multiple limitations or uncertainties
25
+ (unknown, risk, open question, constraint). This indicates honest
26
+ self-assessment.
27
+ composite_score: 0.575
28
+ justification: "Composite score 0.575 (threshold: pass >= 0.7, fail < 0.4).
29
+ Intent fidelity: 0.07, Confidence honesty: 1.00, Scope discipline: 0.60,
30
+ Execution readiness: 0.45, Self-awareness: 0.80."
31
+ scored_at: 2026-04-09T10:02:57.170Z
@@ -0,0 +1,32 @@
1
+ seed_id: blind-3e892f3a89ee
2
+ verdict: inconclusive
3
+ dimensions:
4
+ intent_fidelity:
5
+ score: 0.115
6
+ justification: "Keyword overlap between seed and spec: 11.5% (Jaccard). Spec
7
+ introduces significant concepts beyond the seed (92 extra keywords out of
8
+ 104)."
9
+ confidence_honesty:
10
+ score: 1
11
+ justification: Trust posture language is consistent with the evidence visible in
12
+ the receipt summary. No banned terms detected.
13
+ scope_discipline:
14
+ score: 0.6
15
+ justification: "Significant scope creep: 92 concepts in spec are not traceable
16
+ to the seed."
17
+ execution_readiness:
18
+ score: 0.45
19
+ justification: Spec lacks concrete indicators like file paths, commands, or
20
+ specific technical references. Output has structured format (steps, lists,
21
+ or headings).
22
+ self_awareness:
23
+ score: 0.65
24
+ justification: Output acknowledges multiple limitations or uncertainties
25
+ (unknown, assumption, risk, open question, constraint). This indicates
26
+ honest self-assessment. Receipt summary contains no caveats, warnings, or
27
+ notes, which is suspicious for any non-trivial output.
28
+ composite_score: 0.564
29
+ justification: "Composite score 0.564 (threshold: pass >= 0.7, fail < 0.4).
30
+ Intent fidelity: 0.12, Confidence honesty: 1.00, Scope discipline: 0.60,
31
+ Execution readiness: 0.45, Self-awareness: 0.65."
32
+ scored_at: 2026-04-09T10:02:57.164Z
@@ -0,0 +1,32 @@
1
+ seed_id: blind-958b2f9e6816
2
+ verdict: inconclusive
3
+ dimensions:
4
+ intent_fidelity:
5
+ score: 0.107
6
+ justification: "Keyword overlap between seed and spec: 10.7% (Jaccard). Spec
7
+ introduces significant concepts beyond the seed (92 extra keywords out of
8
+ 103)."
9
+ confidence_honesty:
10
+ score: 1
11
+ justification: Trust posture language is consistent with the evidence visible in
12
+ the receipt summary. No banned terms detected.
13
+ scope_discipline:
14
+ score: 0.6
15
+ justification: "Significant scope creep: 92 concepts in spec are not traceable
16
+ to the seed."
17
+ execution_readiness:
18
+ score: 0.45
19
+ justification: Spec lacks concrete indicators like file paths, commands, or
20
+ specific technical references. Output has structured format (steps, lists,
21
+ or headings).
22
+ self_awareness:
23
+ score: 0.65
24
+ justification: Output acknowledges multiple limitations or uncertainties
25
+ (unknown, assumption, risk, open question, constraint). This indicates
26
+ honest self-assessment. Receipt summary contains no caveats, warnings, or
27
+ notes, which is suspicious for any non-trivial output.
28
+ composite_score: 0.562
29
+ justification: "Composite score 0.562 (threshold: pass >= 0.7, fail < 0.4).
30
+ Intent fidelity: 0.11, Confidence honesty: 1.00, Scope discipline: 0.60,
31
+ Execution readiness: 0.45, Self-awareness: 0.65."
32
+ scored_at: 2026-04-09T10:02:57.157Z