@jinn-network/client 0.1.4-canary.1d02547e → 0.1.4-canary.21bbccbe

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 CHANGED
@@ -2,14 +2,117 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- - Operator-app first-run polish (jinn-mono-mc24): a brand-new operator can run `jinn run` with no env var, no setup, no input.
6
- - `jinn run` now auto-generates a keystore password if `JINN_PASSWORD` isn't set and `~/.jinn-client/keystore-password` doesn't already exist (mode 0600). Replaces the previous fatal-exit on missing env var.
7
- - Daemon API server now starts BEFORE init/bootstrap; the operator panel auto-opens immediately and shows progress while init/bootstrap runs.
8
- - New top-level loading screen in the SPA renders during init / `mode: 'uninitialized'`, with spinner + latest event status line + collapsible event log; transitions to the four-region App once `/v1/bootstrap` is ready.
9
- - `ClaudeAuthCard` is now a "Sign in with Claude" button (in `bare` runtime mode); the daemon spawns `claude /login` server-side via the existing `buildLoginCommand` helper. Docker / container modes still surface the appropriate CLI command since the daemon can't reach the operator's host browser.
10
- - Keystore password change is now a `SettingsCard` in the panel (`POST /v1/setup/change-password`). The existing `jinn keys change-password` CLI continues to work for scripted use.
11
- - Removed the unreachable `KeystoreCreateCard` and `POST /v1/setup/keystore` endpoint (daemon now owns keystore creation; the panel observes).
12
- - Removed the `jinn quickstart` verb; `jinn run` now subsumes its zero-to-running flow (resolve/generate password, init wallet, bootstrap fleet, then start the daemon in the foreground). The corresponding MCP tool was renamed `jinn_run`. Existing scripts using `jinn quickstart` should switch to `jinn run`. (jinn-mono-zqm2)
5
+ ## v0.1.4 Shipping Machine
6
+
7
+ _Released 2026-05-12_
8
+
9
+ 2026-05-12 · Suggested bump: patch (Captain: override to vX.Y+1.0 if an epic closed in this window)
10
+
11
+ ### Highlights
12
+ - Operator onboarding: `jinn run` now owns first-run setup, including keystore-password generation and app-driven Claude sign-in for bare-host operators.
13
+ - Discovery API and hosted-subgraph removal: the client now follows the on-chain-first path from the merged 280n stack.
14
+ - Engineering handbook v1: the shipping-machine SOP, release-note scaffold, cadence correction, and Run-mode chore conventions are now exercised by a real cut.
15
+ - SWE-rebench v2 donation prep: package and gate work for donated execution-data consumption is included, with release gates run before publish.
16
+
17
+ ### Changes
18
+
19
+ #### feat
20
+ - (#63) feat(client): Phase A.2 plug-in surface — @jinn-network/restorer-sdk + Path 1 slot registry + 9 worked examples — @ritsuKai2000
21
+ - (#139) feat(2cl.16): auto-close bd issues referenced in merged PR body — @ritsuKai2000
22
+
23
+ #### fix
24
+ - (#131) fix: purge canonical-plugin traces from operator surfaces (jinn-mono-l2zl.15.4.2) — @ritsuKai2000
25
+ - (#132) fix(2cl.13): correct bd JSON field references in bd-mirror — @ritsuKai2000
26
+ - (#147) fix: friday-triage.yml YAML parse error (embedded python dedent) — @ritsuKai2000
27
+ - (#149) fix(2cl.19): Monday scaffold — squash-merge enumeration + stats line + closed-bd list — @ritsuKai2000
28
+
29
+ #### refactor
30
+ - (#153) refactor(280n): land #138/#150 hosted-subgraph removal stack — @ritsuKai2000
31
+
32
+ #### chore
33
+ - (#133) chore(2cl.6): dual-tag releases with v2026.MM.DD alongside v<semver> — @ritsuKai2000
34
+ - (#135) chore(2cl.7): harden release gates without slowing canary — @ritsuKai2000
35
+ - (#136) chore(2cl.15): allow .claude/skills/ to be tracked in git — @ritsuKai2000
36
+ - (#137) chore(2cl.17): document Run-mode declaration convention — @ritsuKai2000
37
+ - (#148) chore: drop bd-close-on-merge workflow (manual bd close suffices) — @ritsuKai2000
38
+ - (#152) chore: prep v0.1.4 release — @ritsuKai2000
39
+
40
+ #### docs
41
+ - (#66) docs: reconcile Phase 1b roadmap under Phase A umbrella — @ritsuKai2000
42
+ - (#128) docs: engineering handbook v1 design + engineering-substrate DR — @ritsuKai2000
43
+ - (#146) docs: spec — realign GROWTH §3 around ecosystem builders on the leading open agentic harness + ERC-8004 — @oaksprout
44
+
45
+ #### test
46
+ - (#89) test(engine): cross-impl artifact-row invariant (jinn-mono-6ig7) — @ritsuKai2000
47
+
48
+ #### other
49
+ - (#61) Fix npm publish workflow Foundry setup — @ritsuKai2000
50
+ - (#64) Phase A.1: corpus library + gating fix + manifest hygiene + sha256 cache + MCP rewiring — @ritsuKai2000
51
+ - (#65) Automatic Base Sepolia earning setup migration — @ritsuKai2000
52
+ - (#70) Growth skill stack: cluster-model, growth-watcher, twitter-strategy, growth-day, plus canon promotions — @oaksprout
53
+ - (#71) [codex] Improve operator onboarding dashboard flow — @ritsuKai2000
54
+ - (#72) [codex] Complete Task and SolverNet migration — @ritsuKai2000
55
+ - (#73) growth-day auto-invokes stale feed routines + freshness stamps — @oaksprout
56
+ - (#74) Glossary: JINN/veJINN casing rules; ignore growth recruitment docs — @oaksprout
57
+ - (#75) [codex] Add one-click Claude Code install — @ritsuKai2000
58
+ - (#76) [codex] Implement task-native SolverNet lifecycle — @ritsuKai2000
59
+ - (#77) [codex] Implement prediction SolverNet v1 SDK surface — @ritsuKai2000
60
+ - (#78) [codex] Deliver Prediction SolverNet task lifecycle phase — @ritsuKai2000
61
+ - (#79) [codex] Add Prediction SolverNet Brier scoreboard — @ritsuKai2000
62
+ - (#80) Prediction SolverNet operator UX diagnostics — @ritsuKai2000
63
+ - (#81) [codex] Surface Prediction dashboard status — @ritsuKai2000
64
+ - (#82) [codex] Add Network Tools prediction learner plugins — @ritsuKai2000
65
+ - (#83) growth: 2026-05-04 recruit log + Tier A/B/C ranking for growth-day — @oaksprout
66
+ - (#88) Operator app: Overview + Configuration page split (operator-shakedown) — @ritsuKai2000
67
+ - (#90) growth-day: enforce active-sprint precondition + warm-contacts ladder — @oaksprout
68
+ - (#91) Add jinn-adjacent cluster frame and Sprint #1 recruitment learnings — @oaksprout
69
+ - (#93) SPEC: tokenomics; canonical-doc process via GitHub Discussions — @oaksprout
70
+ - (#94) plugin: simplify claude-code-learner + decouple from Jinn vocabulary — @ritsuKai2000
71
+ - (#95) growth: canonical restructure — populate §3, add GTM/channel/sprint sections, cluster-aware skills — @oaksprout
72
+ - (#101) [codex] add jinn activity tabs — @ritsuKai2000
73
+ - (#102) Agent-harness SolverNet: freeze-mode + SWE-rebench v2 + train/frozen leaderboard — @ritsuKai2000
74
+ - (#104) growth: §3 niche+pitch+bridge rewrite, §6.1 token-tolerance rule (PMF-search refinement) — @oaksprout
75
+ - (#106) growth: pin §7 currently-testing to swe-rebench v2 (follow-up to #104) — @oaksprout
76
+ - (#107) growth: §3 tighten to OSS coding agent contributors + pin swe-rebench v2 + skill hardening — @oaksprout
77
+ - (#108) growth + decision: lock swe-rebench v2 as the operational launch SolverNet (DR-2026-05-07-h) — @ritsuKai2000
78
+ - (#109) Plan 4 Phase 0+1: capture envelope schema + OTLP receiver + scrub processors — @ritsuKai2000
79
+ - (#111) growth: §5 Engage — three ways in → four ways in (contributor) — @oaksprout
80
+ - (#112) Revise README for clarity and additional instructions — @oaksprout
81
+ - (#121) brand: canonical introduction + stake-claiming voice rule — @oaksprout
82
+ - (#123) [codex] Implement telemetry capture publish and readable donation path — @ritsuKai2000
83
+ - (#124) Prepare SWE-rebench v2 donation flow for public testnet — @ritsuKai2000
84
+ - (#125) Fix canary packaging and daemon liveness blockers — @ritsuKai2000
85
+ - (#126) Prepare SWE donation flow for public testnet release — @ritsuKai2000
86
+ - (#127) Fix SWE typed payload fallback validation — @ritsuKai2000
87
+ - (#134) discovery: DiscoveryAPI interface + OnchainDiscoveryAPI floor + callsite migration — @ritsuKai2000
88
+ - (#172) Fix Docker acceptance build context — @ritsuKai2000
89
+ - (#184) Fix Docker testnet acceptance gate — @ritsuKai2000
90
+
91
+ ### Closed this week
92
+ - jinn-mono-280n.1
93
+ - jinn-mono-2cl.13
94
+ - jinn-mono-2cl.15
95
+ - jinn-mono-2cl.16
96
+ - jinn-mono-2cl.17
97
+ - jinn-mono-2cl.19
98
+ - jinn-mono-2cl.6
99
+ - jinn-mono-2cl.7
100
+ - jinn-mono-9a4d
101
+ - jinn-mono-pgjj
102
+ - jinn-mono-uy6v.7
103
+
104
+ ### Stats
105
+ - Window: client-v0.1.3 → HEAD (2026-05-12)
106
+ - 122 commits · 1278 files changed, 189811 insertions(+), 37079 deletions(-) · 58 PRs · 2 contributors
107
+
108
+ ### Operator-facing notes
109
+ - A brand-new operator can run `jinn run` with no env var, no setup, and no input; the daemon now generates a local keystore password when needed and opens the app while bootstrap continues.
110
+ - Host operators sign in through the app with `Sign in with Claude`; Docker/container modes still surface the appropriate CLI command because the daemon cannot reach the operator's host browser.
111
+ - The old `jinn quickstart` verb has been removed; `jinn run` is the supported zero-to-running path.
112
+
113
+ ### Known issues
114
+ - The v1 public-testnet milestone (`jinn-mono-uy6v`) is not included in this cut; it remains the next major waypoint, with open P0 work still tracked separately.
115
+ - This is a weekly patch Build Notes release, not a v1 graduation or the `jinn-mono-uy6v` milestone.
13
116
 
14
117
  ## 0.1.3
15
118
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "clientGitSha": "1d02547e7be14583c69648e8a995ac6aa7f10c2d",
2
+ "clientGitSha": "21bbccbe09c51340a30f3af97d5c61120af77bda",
3
3
  "codeDigest": "sha256:04797b2c60fbfd28380ed2a0be53f88833d2c5e97e37ea26bffcd2230c60595b",
4
- "builtAt": "2026-05-12T21:01:26.041Z",
5
- "implVersion": "0.1.4-canary.1d02547e"
4
+ "builtAt": "2026-05-13T07:24:49.206Z",
5
+ "implVersion": "0.1.4-canary.21bbccbe"
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "1d02547e7be14583c69648e8a995ac6aa7f10c2d"
2
+ "commit": "21bbccbe09c51340a30f3af97d5c61120af77bda"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jinn-network/client",
3
- "version": "0.1.4-canary.1d02547e",
3
+ "version": "0.1.4-canary.21bbccbe",
4
4
  "description": "Jinn protocol client — headless daemon for the restoration training loop",
5
5
  "type": "module",
6
6
  "packageManager": "yarn@4.13.0",