@f5-sales-demo/xcsh 19.97.0 → 19.97.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@f5-sales-demo/xcsh",
4
- "version": "19.97.0",
4
+ "version": "19.97.1",
5
5
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
6
6
  "homepage": "https://github.com/f5-sales-demo/xcsh",
7
7
  "author": "Can Boluk",
@@ -57,13 +57,13 @@
57
57
  "dependencies": {
58
58
  "@agentclientprotocol/sdk": "1.3.0",
59
59
  "@mozilla/readability": "^0.6",
60
- "@f5-sales-demo/xcsh-stats": "19.97.0",
61
- "@f5-sales-demo/pi-agent-core": "19.97.0",
62
- "@f5-sales-demo/pi-ai": "19.97.0",
63
- "@f5-sales-demo/pi-natives": "19.97.0",
64
- "@f5-sales-demo/pi-resource-management": "19.97.0",
65
- "@f5-sales-demo/pi-tui": "19.97.0",
66
- "@f5-sales-demo/pi-utils": "19.97.0",
60
+ "@f5-sales-demo/xcsh-stats": "19.97.1",
61
+ "@f5-sales-demo/pi-agent-core": "19.97.1",
62
+ "@f5-sales-demo/pi-ai": "19.97.1",
63
+ "@f5-sales-demo/pi-natives": "19.97.1",
64
+ "@f5-sales-demo/pi-resource-management": "19.97.1",
65
+ "@f5-sales-demo/pi-tui": "19.97.1",
66
+ "@f5-sales-demo/pi-utils": "19.97.1",
67
67
  "@sinclair/typebox": "^0.34",
68
68
  "@xterm/headless": "^6.0",
69
69
  "ajv": "^8.20",
@@ -17,17 +17,17 @@ export interface BuildInfo {
17
17
  }
18
18
 
19
19
  export const BUILD_INFO: BuildInfo = {
20
- "version": "19.97.0",
21
- "commit": "b3d80469b7d8c383d143e7f2503e136b3c864d1e",
22
- "shortCommit": "b3d8046",
20
+ "version": "19.97.1",
21
+ "commit": "bb8c5cea72d141b692b79b48ad8510551c8253c8",
22
+ "shortCommit": "bb8c5ce",
23
23
  "branch": "main",
24
- "tag": "v19.97.0",
25
- "commitDate": "2026-07-27T22:25:55Z",
26
- "buildDate": "2026-07-27T22:50:29.686Z",
24
+ "tag": "v19.97.1",
25
+ "commitDate": "2026-07-27T23:09:46Z",
26
+ "buildDate": "2026-07-27T23:34:29.331Z",
27
27
  "dirty": true,
28
28
  "prNumber": "",
29
29
  "repoUrl": "https://github.com/f5-sales-demo/xcsh",
30
30
  "repoSlug": "f5-sales-demo/xcsh",
31
- "commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/b3d80469b7d8c383d143e7f2503e136b3c864d1e",
32
- "releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.97.0"
31
+ "commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/bb8c5cea72d141b692b79b48ad8510551c8253c8",
32
+ "releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.97.1"
33
33
  };
@@ -46,13 +46,6 @@ export interface FleetDeps {
46
46
  export const GOVERNANCE_REPO = "f5-sales-demo/docs-control";
47
47
  export const GOVERNANCE_RELPATH = ".claude/governance.json";
48
48
 
49
- /**
50
- * The organization's pre-rename name. Reads still redirect from it, but pushes are
51
- * rejected, so a clone left on the old slug looks healthy until the first push
52
- * fails. Classification keys are bare repository names, so the org does not affect
53
- * the lookup — but it is worth warning about where we notice it.
54
- */
55
- export const LEGACY_ORG = "f5xc-salesdemos";
56
49
  export const CURRENT_ORG = "f5-sales-demo";
57
50
 
58
51
  /** Authority values the manifest may declare for a class. */
@@ -94,7 +87,7 @@ export interface RepoIdentity {
94
87
  }
95
88
 
96
89
  /** Organizations whose repository names the manifest is allowed to speak for. */
97
- export const TRUSTED_ORGS: readonly string[] = [CURRENT_ORG, LEGACY_ORG];
90
+ export const TRUSTED_ORGS: readonly string[] = [CURRENT_ORG];
98
91
 
99
92
  /**
100
93
  * Read `repo_classes` out of a governance.json payload. Returns null — never throws —
@@ -248,13 +241,7 @@ function authorityGuidance(authority: string): string[] {
248
241
  }
249
242
  }
250
243
 
251
- function renderCurrentRepo(
252
- slug: string | null,
253
- identity: RepoIdentity | null,
254
- verdict: RepoVerdict,
255
- classes: RepoClasses | null,
256
- legacyOrg: boolean,
257
- ): string[] {
244
+ function renderCurrentRepo(slug: string | null, verdict: RepoVerdict, classes: RepoClasses | null): string[] {
258
245
  const lines = ["## This repository", ""];
259
246
 
260
247
  if (!slug) {
@@ -306,18 +293,6 @@ function renderCurrentRepo(
306
293
  lines.push(`Content surfaces: ${verdict.definition.surfaces.map(s => `\`${s}\``).join(", ")}`, "");
307
294
  }
308
295
 
309
- if (legacyOrg) {
310
- lines.push(
311
- `> **This clone points at the pre-rename organization \`${LEGACY_ORG}\`.** Reads redirect, but`,
312
- "> **pushes are rejected**, so the branch will look fine until you try to publish it. Fix it first:",
313
- ">",
314
- "> ```",
315
- `> git remote set-url origin https://github.com/${CURRENT_ORG}/${identity?.name ?? ""}.git`,
316
- "> ```",
317
- "",
318
- );
319
- }
320
-
321
296
  return lines;
322
297
  }
323
298
 
@@ -409,16 +384,14 @@ function renderProvenance(origin: ManifestOrigin, classes: RepoClasses): string[
409
384
 
410
385
  export function renderFleetDoc(
411
386
  slug: string | null,
412
- identity: RepoIdentity | null,
413
387
  verdict: RepoVerdict,
414
388
  classes: RepoClasses,
415
- legacyOrg: boolean,
416
389
  origin: ManifestOrigin = "local",
417
390
  ): string {
418
391
  return [
419
392
  "# Fleet — repository classes and your authority here",
420
393
  "",
421
- ...renderCurrentRepo(slug, identity, verdict, classes, legacyOrg),
394
+ ...renderCurrentRepo(slug, verdict, classes),
422
395
  ...renderFleet(classes),
423
396
  ...renderProvenance(origin, classes),
424
397
  ...FOOTER,
@@ -458,14 +431,12 @@ export class FleetResolver {
458
431
 
459
432
  let slug: string | null = null;
460
433
  let identity: RepoIdentity | null = null;
461
- let legacyOrg = false;
462
434
  if (root) {
463
435
  const origin = await this.#deps.repoOrigin(root);
464
436
  const parsed = origin ? repoNameFromOrigin(origin) : null;
465
437
  if (parsed) {
466
438
  slug = `${parsed.org}/${parsed.name}`;
467
439
  identity = parsed;
468
- legacyOrg = parsed.org === LEGACY_ORG;
469
440
  }
470
441
  }
471
442
 
@@ -522,7 +493,7 @@ export class FleetResolver {
522
493
  return renderUnavailable(reason, slug);
523
494
  }
524
495
 
525
- return renderFleetDoc(slug, identity, classifyRepo(classes, identity), classes, legacyOrg, origin);
496
+ return renderFleetDoc(slug, classifyRepo(classes, identity), classes, origin);
526
497
  }
527
498
  }
528
499