@kybernesis/create 0.7.14 → 0.8.0

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/dist/util.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const EVE_VERSION = "0.30.8";
1
+ export declare const EVE_VERSION = "0.38.3";
2
2
  export declare const REGISTRY_URL = "https://registry.kybernesis.ai/r/{name}.json";
3
3
  export declare const DEFAULT_ISSUER = "https://agent.kybernesis.ai";
4
4
  export declare const green: (s: string) => string;
package/dist/util.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { spawnSync } from "node:child_process";
2
2
  import { createInterface } from "node:readline/promises";
3
- export const EVE_VERSION = "0.30.8";
3
+ export const EVE_VERSION = "0.38.3";
4
4
  export const REGISTRY_URL = "https://registry.kybernesis.ai/r/{name}.json";
5
5
  export const DEFAULT_ISSUER = "https://agent.kybernesis.ai";
6
6
  const TTY = process.stdout.isTTY === true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kybernesis/create",
3
- "version": "0.7.14",
3
+ "version": "0.8.0",
4
4
  "description": "The Kybernesis agent scaffolder and FDE toolkit: one command to a governed, remembering, multiplayer, self-testing eve agent — plus doctor and upgrade.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -185,7 +185,7 @@ something. Chase them a week out — an unprovisioned Vercel team on Day 1 costs
185
185
  `@kybernesis/arcana@0.1.1`, `@kybernesis/enterprise@0.1.2`,
186
186
  `@kybernesis/multiplayer@0.1.0`, `@kybernesis/evals@0.2.1`,
187
187
  `@kybernesis/create@0.1.4`, `@kybernesis/engineer@0.2.0`, and
188
- `eve@0.30.8` (the Kybernesis-certified version). All public on npm;
188
+ `eve@0.38.3` (the Kybernesis-certified version). All public on npm;
189
189
  `kyb doctor` checks the wiring.
190
190
 
191
191
  ---
@@ -349,8 +349,8 @@ npx eve registry view @kybernesis/arcana
349
349
  ### 3.4 Pin your versions
350
350
 
351
351
  Before you install anything else, decide and record the versions this engagement pins.
352
- Put them in the repo README. Pin `eve@0.30.8` — the **Kybernesis-certified** version
353
- (certification run 2026-08-06: full suite green, zero code changes). Never pin blind
352
+ Put them in the repo README. Pin `eve@0.38.3` — the **Kybernesis-certified** version
353
+ (certification run 2026-08-17: full suite green; one schedule API change, see HANDOFF). Never pin blind
354
354
  npm-latest; `kyb upgrade` carries a client to the certified pin behind their own eval
355
355
  gate, and that upgrade is a **deliberate, eval-gated step**, never something that
356
356
  happens by accident mid-pilot.
@@ -110,7 +110,7 @@ then `eve add @kybernesis/<item>`). Each covers one axis:
110
110
  asterisks onto the URL in Slack and breaks it. Coach agents in prose, not
111
111
  shell (WAFs eat shell-syntax Slack messages).
112
112
  - **ESM packaging**: relative imports need `.js` extensions (tsc doesn't
113
- rewrite); eve is a peer dep with an explicit range (`>=0.30.0 <0.31.0`),
113
+ rewrite); eve is a peer dep with an explicit range (`>=0.38.0 <0.39.0`),
114
114
  pinned exactly in devDeps.
115
115
  - **Eval fixtures are hardened on purpose** — in-test nonces (eve caches
116
116
  compiled eval modules), per-run unique keys (workspaces accumulate),