@pome-sh/cli 0.42.0 → 0.42.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "pome-sh",
3
- "version": "0.42.0",
4
- "git_sha": "88bf8097cb93566a7b23eeddec28e4440325cf91",
5
- "build_time": "2026-08-30T06:50:07.914Z"
3
+ "version": "0.42.1",
4
+ "git_sha": "221b0951a0c236c1470e4d9602866726ed3592ad",
5
+ "build_time": "2026-08-30T07:18:38.274Z"
6
6
  }
@@ -481,6 +481,12 @@ var DOCS_TOPICS = [
481
481
  path: "/docs/twins/slack",
482
482
  keywords: ["messaging", "channels", "workspace", "slack", "exfiltration"]
483
483
  },
484
+ {
485
+ id: "linear",
486
+ title: "Linear twin",
487
+ path: "/docs/twins/linear",
488
+ keywords: ["projects", "cycles", "linear"]
489
+ },
484
490
  {
485
491
  id: "gmail",
486
492
  title: "Gmail twin",
@@ -4597,7 +4603,7 @@ function firstSentence(description) {
4597
4603
  function resolveExampleRef(env = process.env) {
4598
4604
  const override = env.POME_EXAMPLE_REF?.trim();
4599
4605
  if (override) return override;
4600
- const baked = "88bf8097cb93566a7b23eeddec28e4440325cf91".trim() ;
4606
+ const baked = "221b0951a0c236c1470e4d9602866726ed3592ad".trim() ;
4601
4607
  return FULL_SHA.test(baked) ? baked : "main";
4602
4608
  }
4603
4609
  function rawUrlFor(example, file, ref) {
@@ -4951,7 +4957,7 @@ var DEFAULT_AGENT_COMMAND = `node ${DEFAULT_AGENT_FILE}`;
4951
4957
  var MANIFEST_SCHEMA_URL = "https://pome.sh/schemas/v1/pome.json";
4952
4958
  var MAX_UNREADABLE_PATHS_SHOWN = 5;
4953
4959
  function readPackageVersion() {
4954
- if ("0.42.0".length > 0) return "0.42.0";
4960
+ if ("0.42.1".length > 0) return "0.42.1";
4955
4961
  try {
4956
4962
  const here = dirname(fileURLToPath(import.meta.url));
4957
4963
  const candidates = [
@@ -5715,7 +5721,7 @@ function createProgram() {
5715
5721
  const { runTwinSeedCommand } = await import('../../twinSeed-X6VHBOLM.js');
5716
5722
  await runTwinSeedCommand(names, options);
5717
5723
  });
5718
- twin.command("status").summary("Print the local twin's status").description(
5724
+ twin.command("status").summary("Say whether the local twin is running").description(
5719
5725
  "Say whether the twin `pome twin start` last booted here is still running, and print its paste-able env lines"
5720
5726
  ).action(async () => {
5721
5727
  const statusPath = ".pome/twin-status.json";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pome-sh/cli",
3
- "version": "0.42.0",
3
+ "version": "0.42.1",
4
4
  "description": "Test AI agents against digital twins of real SaaS APIs. Records tool-call traces and scores them on pome.sh.",
5
5
  "keywords": [
6
6
  "ai",