agentskeptic 7.1.2 → 7.1.4

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/README.md CHANGED
@@ -116,7 +116,7 @@ See **[`docs/integrate.md`](docs/integrate.md)** (v2 integrator SSOT) and [`docs
116
116
 
117
117
  ### CI (GitHub Actions)
118
118
 
119
- **Default:** copy **[`examples/github-actions/agentskeptic-check.yml`](examples/github-actions/agentskeptic-check.yml)** — stateless **truth check** (`npx agentskeptic check`), no `AGENTSKEPTIC_API_KEY`. Details: **[`docs/ambient-ci-distribution.md`](docs/ambient-ci-distribution.md)**.
119
+ **Default:** copy **[`examples/github-actions/agentskeptic-check.yml`](examples/github-actions/agentskeptic-check.yml)** — first-party **[composite action](https://docs.github.com/en/actions/how-tos/sharing-actions-and-workflows/recording-deployment-history-and-assignments/creating-composite-actions)** at [`.github/actions/agentskeptic-check`](.github/actions/agentskeptic-check) wrapping **`agentskeptic check`** (default **`mode`**). No `AGENTSKEPTIC_API_KEY` on the OSS path. In another repo, pin upstream with `uses: jwekavanagh/agentskeptic/.github/actions/agentskeptic-check@<ref>` (not Marketplace). Advanced CLI flags pass through **`extra-args`**. Transparent manual fallback: invoke `npx agentskeptic check …` inline (same CLI contract). Details: **[`docs/ambient-ci-distribution.md`](docs/ambient-ci-distribution.md)**.
120
120
 
121
121
  **Opt-in commercial / stateful enforcement** (baseline, drift, acceptance): **[`examples/github-actions/agentskeptic-commercial.yml`](examples/github-actions/agentskeptic-commercial.yml)** requires an API key and license server ([`docs/commercial-enforce-gate-normative.md`](docs/commercial-enforce-gate-normative.md)).
122
122
  <!-- adoption-canonical:end -->
@@ -335,6 +335,7 @@ Everything beyond core contract verification lives in **[`docs/agentskeptic.md`]
335
335
  | [`docs/epistemic-contract.md`](docs/epistemic-contract.md) | **Normative epistemic contract** (grounded output vs funnel; ranking limits; telemetry proxies)—single authored source; other docs link or generate from here |
336
336
  | [README — Buy vs build](#buy-vs-build-why-not-only-sql-checks) | Canonical **buy vs build** narrative (failure mode, scripts limits, Quick → Contract) |
337
337
  | [`docs/agentskeptic.md`](docs/agentskeptic.md) | Authoritative CLI and behavior reference (SSOT) |
338
+ | [`docs/cursor-integration.md`](docs/cursor-integration.md) | Consumer Cursor rule template for running local `agentskeptic check` truth checks |
338
339
  | [`docs/quick-verify-normative.md`](docs/quick-verify-normative.md) | Quick Verify normative contract |
339
340
  | [`docs/verification-product.md`](docs/verification-product.md) | Product intent, trust boundary, authority matrix |
340
341
  | [`docs/reconciliation-vocabulary.md`](docs/reconciliation-vocabulary.md) | Reconciliation dimension IDs and UI mapping |
@@ -363,7 +364,7 @@ Everything beyond core contract verification lives in **[`docs/agentskeptic.md`]
363
364
 
364
365
  Canonical write-up: **[`docs/commercial.md`](docs/commercial.md)** (npm package, Stripe, keys, telemetry, validation, entitlements; operator metrics in **[`docs/funnel-observability.md`](docs/funnel-observability.md)**—OSS CLI product-activation posts are **opt-in** via **`AGENTSKEPTIC_TELEMETRY=1`** or persisted config; **`AGENTSKEPTIC_TELEMETRY=0`** forces them off). OSS builds in this repo run stateless contract checks via **`agentskeptic check`** (and positional compatibility invocation) / **`quick`** without a license server. Stateful **`agentskeptic enforce`** (commercial / stateful / opt-in) and over-time guarantees require a commercial build per **[`docs/commercial-enforce-gate-normative.md`](docs/commercial-enforce-gate-normative.md)**.
365
366
 
366
- **GitHub Actions:** default OSS **truth check** — **[`examples/github-actions/agentskeptic-check.yml`](examples/github-actions/agentskeptic-check.yml)**. Opt-in **enforcement** — **[`examples/github-actions/agentskeptic-commercial.yml`](examples/github-actions/agentskeptic-commercial.yml)**. See **[`docs/ambient-ci-distribution.md`](docs/ambient-ci-distribution.md)**.
367
+ **GitHub Actions:** default OSS **truth check** (composite **`agentskeptic check`**) — **[`examples/github-actions/agentskeptic-check.yml`](examples/github-actions/agentskeptic-check.yml)** + [`.github/actions/agentskeptic-check`](.github/actions/agentskeptic-check). Opt-in **enforcement** — **[`examples/github-actions/agentskeptic-commercial.yml`](examples/github-actions/agentskeptic-commercial.yml)**. See **[`docs/ambient-ci-distribution.md`](docs/ambient-ci-distribution.md)**.
367
368
 
368
369
  ## Status, contributing, security
369
370
 
@@ -13,6 +13,7 @@
13
13
  "llmsRaw": "https://raw.githubusercontent.com/jwekavanagh/agentskeptic/refs/heads/main/llms.txt",
14
14
  "llmsBlob": "https://github.com/jwekavanagh/agentskeptic/blob/main/llms.txt",
15
15
  "integratorGuideSsotRaw": "https://raw.githubusercontent.com/jwekavanagh/agentskeptic/refs/heads/main/docs/integrate.md",
16
+ "cursorIntegrationDocRaw": "https://raw.githubusercontent.com/jwekavanagh/agentskeptic/refs/heads/main/docs/cursor-integration.md",
16
17
  "contractManifestCanonical": "https://agentskeptic.com/contract/v1.json",
17
18
  "contractManifestRaw": "https://raw.githubusercontent.com/jwekavanagh/agentskeptic/refs/heads/main/schemas/contract/v1.json"
18
19
  },
@@ -4,7 +4,7 @@
4
4
  "identityVersion": "1.0.0",
5
5
  "mergeGateFingerprintSha256": "64b5ae2ed5025c08c7c9d7b601958cc90edc32c0d80ea207fdaa373de5b9c2fc",
6
6
  "nodeEnginesDeclared": "22.x || 24.x",
7
- "npmPackageVersion": "7.1.2",
7
+ "npmPackageVersion": "7.1.4",
8
8
  "pythonPipExtrasFragment": "dev,postgres",
9
9
  "verificationContractManifest": {
10
10
  "manifestSha256": "c5f23ec43576716c4b9a13e752cd2962a78bb4b4da1f9e521f911e15dfd80268",
@@ -1,5 +1,5 @@
1
1
  export declare const PUBLIC_DISTRIBUTION_SSOT_BLOB_URL = "https://github.com/jwekavanagh/agentskeptic/blob/main/docs/public-distribution.md";
2
2
  export declare const PUBLIC_CANONICAL_SITE_ORIGIN = "https://agentskeptic.com";
3
- export declare const AGENTSKEPTIC_CLI_SEMVER = "7.1.2";
3
+ export declare const AGENTSKEPTIC_CLI_SEMVER = "7.1.4";
4
4
  export declare function formatDistributionFooter(): string;
5
5
  //# sourceMappingURL=publicDistribution.generated.d.ts.map
@@ -1,7 +1,7 @@
1
1
  // Generated by npm run emit-primary-marketing — do not hand edit.
2
2
  export const PUBLIC_DISTRIBUTION_SSOT_BLOB_URL = "https://github.com/jwekavanagh/agentskeptic/blob/main/docs/public-distribution.md";
3
3
  export const PUBLIC_CANONICAL_SITE_ORIGIN = "https://agentskeptic.com";
4
- export const AGENTSKEPTIC_CLI_SEMVER = "7.1.2";
4
+ export const AGENTSKEPTIC_CLI_SEMVER = "7.1.4";
5
5
  export function formatDistributionFooter() {
6
6
  return "Context: https://agentskeptic.com/database-truth-vs-traces\n"
7
7
  + "https://agentskeptic.com/integrate\n"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentskeptic",
3
- "version": "7.1.2",
3
+ "version": "7.1.4",
4
4
  "description": "Tool activity vs downstream state at verify: SQL, HTTP, vectors, documents, S3 objects—deterministic verdict artifacts (verification-state-stores.md).",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -88,7 +88,7 @@
88
88
  "measure:emission-onboarding-metrics": "node scripts/measure-emission-onboarding-metrics.mjs",
89
89
  "release:dry": "semantic-release --dry-run",
90
90
  "lock:align-esbuild-nested": "node scripts/align-esbuild-kit-lock-nested.mjs",
91
- "prepare": "npx --yes patch-package@8.0.1 && node scripts/patch-lhci-punycode.mjs && husky"
91
+ "prepare": "npx --yes patch-package@8.0.1 && node scripts/patch-lhci-punycode.mjs && node scripts/sync-npm-bundled-ip-address.mjs && husky"
92
92
  },
93
93
  "engines": {
94
94
  "node": "22.x || 24.x"
@@ -122,6 +122,7 @@
122
122
  "ajv-formats": "^3.0.1",
123
123
  "mongodb": "^6.21.0",
124
124
  "mysql2": "^3.14.0",
125
+ "npm": "^11.13.0",
125
126
  "pg": "^8.20.0",
126
127
  "picomatch": "^4.0.4",
127
128
  "ts-morph": "^25.0.1",
@@ -132,6 +133,7 @@
132
133
  "encoding-sniffer": "1.0.2",
133
134
  "uuid": "14.0.0",
134
135
  "fast-xml-parser": "5.7.1",
136
+ "ip-address": "10.1.1",
135
137
  "basic-ftp": "5.3.0",
136
138
  "chrome-launcher": "1.2.1",
137
139
  "node-domexception": "file:./internal-packages/node-domexception-native",
@@ -1,7 +1,7 @@
1
1
  openapi: "3.0.3"
2
2
  info:
3
3
  title: AgentSkeptic commercial license API
4
- version: "7.1.2"
4
+ version: "7.1.4"
5
5
  contact:
6
6
  url: https://agentskeptic.com
7
7
  x-agentskeptic-distribution:
@@ -148,6 +148,7 @@ function buildDiscoveryPayload(root) {
148
148
  const llmsBlob = `https://github.com/${owner}/${repo}/blob/${DISCOVERY_LLM_BRANCH}/llms.txt`;
149
149
  const integratorGuideSsotRaw = `https://raw.githubusercontent.com/${owner}/${repo}/refs/heads/${DISCOVERY_LLM_BRANCH}/docs/integrate.md`;
150
150
  const openapiRaw = `https://raw.githubusercontent.com/${owner}/${repo}/refs/heads/${DISCOVERY_LLM_BRANCH}/schemas/openapi-commercial-v1.yaml`;
151
+ const cursorIntegrationDocRaw = `https://raw.githubusercontent.com/${owner}/${repo}/refs/heads/${DISCOVERY_LLM_BRANCH}/docs/cursor-integration.md`;
151
152
  const contractManifestCanonical = `${canonicalOrigin}/contract/v1.json`;
152
153
  const contractManifestRaw = `https://raw.githubusercontent.com/${owner}/${repo}/refs/heads/${DISCOVERY_LLM_BRANCH}/schemas/contract/v1.json`;
153
154
  const llms = /** @type {{ intentPhrases: string[]; notFor: string[]; relatedQueries: string[] }} */ (
@@ -169,6 +170,7 @@ function buildDiscoveryPayload(root) {
169
170
  llmsRaw,
170
171
  llmsBlob,
171
172
  integratorGuideSsotRaw,
173
+ cursorIntegrationDocRaw,
172
174
  contractManifestCanonical,
173
175
  contractManifestRaw,
174
176
  },
@@ -255,6 +257,7 @@ function renderLlmsTextFromPayload(payload) {
255
257
  "## Primary links",
256
258
  `- Canonical site: ${links.site}`,
257
259
  `- Integrator guide (v2 SSOT): ${links.integratorGuideSsotRaw}`,
260
+ `- Cursor integration (consumer rule): ${links.cursorIntegrationDocRaw}`,
258
261
  `- First-run integration: ${integrateUrl}`,
259
262
  `- Learn: ${learnHubUrl}`,
260
263
  `- OpenAPI (canonical): ${openapiSelfCanonical}`,
@@ -289,6 +292,7 @@ function renderCiSummaryMarkdownFromPayload(payload) {
289
292
  "- Learn: " + L.learnHub,
290
293
  "- OpenAPI: " + L.openapiCanonical,
291
294
  "- OpenAPI (repo raw): " + L.openapiRaw,
295
+ "- Cursor integration (consumer rule): " + L.cursorIntegrationDocRaw,
292
296
  "- Repository: " + L.repo,
293
297
  "- npm: " + L.npm,
294
298
  "- llms.txt (raw): " + L.llmsRaw,