agentskeptic 6.3.1 → 6.4.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/config/marketing.json +1 -0
- package/dist/execution-identity.v1.json +1 -1
- package/dist/publicDistribution.generated.d.ts +1 -1
- package/dist/publicDistribution.generated.js +1 -1
- package/package.json +2 -1
- package/schemas/openapi-commercial-v1.yaml +1 -1
- package/scripts/validate-marketing.cjs +7 -0
package/config/marketing.json
CHANGED
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"integratePage": {
|
|
84
84
|
"truthCheckCommand": "npx agentskeptic check --workflow-id YOUR_WORKFLOW_ID \\\n --project ./your-app \\\n --db ./path/to/readable.sqlite\n\n# Or explicit registry/events paths:\n# npx agentskeptic check --workflow-id YOUR_WORKFLOW_ID \\\n# --events ./agentskeptic/events.ndjson \\\n# --registry ./agentskeptic/tools.json \\\n# --db ./path/to/readable.sqlite",
|
|
85
|
+
"quickVerifyCommand": "npx agentskeptic quick \\\n --input path/to/quick-input.ndjson \\\n --export-registry path/to/tools.json \\\n --db path/to/readable.sqlite \\\n --no-human-report",
|
|
85
86
|
"packLedCommand": "npx agentskeptic activate --input ./path/to/workflow-bootstrap-input.json \\\n --db ./path/to/readable.sqlite \\\n --out ./path/to/agent-pack\n\n# Replay only (advanced): NDJSON pack you already authored\nnpx agentskeptic crossing \\\n --workflow-id YOUR_WORKFLOW_ID \\\n --events ./path/to/events.ndjson \\\n --registry ./path/to/tools.json \\\n --db ./path/to/readable.sqlite",
|
|
86
87
|
"githubDeepLink": "https://github.com/jwekavanagh/agentskeptic/blob/main/docs/integrate.md",
|
|
87
88
|
"githubFirstRunLink": "https://github.com/jwekavanagh/agentskeptic/blob/main/docs/integrate.md"
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"identityVersion": "1.0.0",
|
|
5
5
|
"mergeGateFingerprintSha256": "64b5ae2ed5025c08c7c9d7b601958cc90edc32c0d80ea207fdaa373de5b9c2fc",
|
|
6
6
|
"nodeEnginesDeclared": "22.x || 24.x",
|
|
7
|
-
"npmPackageVersion": "6.
|
|
7
|
+
"npmPackageVersion": "6.4.0",
|
|
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 = "6.
|
|
3
|
+
export declare const AGENTSKEPTIC_CLI_SEMVER = "6.4.0";
|
|
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 = "6.
|
|
4
|
+
export const AGENTSKEPTIC_CLI_SEMVER = "6.4.0";
|
|
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": "6.
|
|
3
|
+
"version": "6.4.0",
|
|
4
4
|
"description": "Structured tool activity vs downstream state at verify time: SQL (SQLite, Postgres, MySQL), HTTP witnesses, supported vector indexes, MongoDB documents, and S3-compatible objects when configured—deterministic verdict artifacts (see verification-state-stores.md).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"check:integrate-activation-shell": "node scripts/generate-integrate-activation-shell.mjs --check",
|
|
60
60
|
"validate:activation-spine": "node scripts/validate-activation-spine.mjs",
|
|
61
61
|
"validate:integrator-onboarding-shape": "node scripts/validate-integrator-onboarding-shape.mjs",
|
|
62
|
+
"check:activation-journey-copy": "node scripts/validate-activation-journey-copy.mjs",
|
|
62
63
|
"test:commercial-layer": "node scripts/validate-commercial-funnel.mjs",
|
|
63
64
|
"build:website": "npm run build && npm run build --prefix website",
|
|
64
65
|
"check:web-demo-prereqs": "node scripts/check-web-demo-prereqs.mjs",
|
|
@@ -120,6 +120,13 @@ function validateMarketingValue(m) {
|
|
|
120
120
|
if (!cmd.includes("tools.json")) {
|
|
121
121
|
throw new Error("marketing: packLedCommand must reference tools.json");
|
|
122
122
|
}
|
|
123
|
+
const qv = String(m.integratePage.quickVerifyCommand);
|
|
124
|
+
if (!qv.includes("agentskeptic quick")) {
|
|
125
|
+
throw new Error("marketing: integratePage.quickVerifyCommand must include agentskeptic quick");
|
|
126
|
+
}
|
|
127
|
+
if (!qv.includes("--export-registry")) {
|
|
128
|
+
throw new Error("marketing: integratePage.quickVerifyCommand must include --export-registry");
|
|
129
|
+
}
|
|
123
130
|
if ("requirements" in m.integratePage) {
|
|
124
131
|
throw new Error(
|
|
125
132
|
"marketing: integratePage.requirements removed — use Buyer Truth integrateRequirements (/integrate page)",
|