@receiz/ai-skills 113.0.0 → 113.5.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/README.md +2 -2
- package/package.json +1 -1
- package/receiz-app-builder-skill/manifest.json +1 -1
- package/receiz-architecture/manifest.json +1 -1
- package/receiz-authority-security/manifest.json +1 -1
- package/receiz-bearer-ownership/manifest.json +1 -1
- package/receiz-build-production-system/manifest.json +1 -1
- package/receiz-causal-sync/manifest.json +1 -1
- package/receiz-command-builder/manifest.json +1 -1
- package/receiz-constitutional-laws/manifest.json +1 -1
- package/receiz-cross-app-state/manifest.json +1 -1
- package/receiz-deterministic-replay/manifest.json +1 -1
- package/receiz-domain-builder/manifest.json +1 -1
- package/receiz-global-reconciliation/manifest.json +1 -1
- package/receiz-identity-profile/manifest.json +1 -1
- package/receiz-migrations/manifest.json +1 -1
- package/receiz-observability/manifest.json +1 -1
- package/receiz-offline-command/manifest.json +1 -1
- package/receiz-offline-first/manifest.json +1 -1
- package/receiz-offline-verifier-skill/manifest.json +1 -1
- package/receiz-performance/manifest.json +1 -1
- package/receiz-portable-artifacts/manifest.json +1 -1
- package/receiz-portable-continuity/manifest.json +1 -1
- package/receiz-proof-media/manifest.json +1 -1
- package/receiz-proof-skill/manifest.json +1 -1
- package/receiz-receipt-admission/manifest.json +1 -1
- package/receiz-release/manifest.json +1 -1
- package/receiz-testing/manifest.json +1 -1
- package/scripts/validate-skills.mjs +5 -5
- package/skills.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Receiz AI Skills
|
|
2
2
|
|
|
3
|
-
The `113.
|
|
3
|
+
The `113.5.0` package is a registry-bound operating-contract distribution beneath Receiz proof authority. AI instructions, MCP confirmations, JSON objects, database rows, staging references, and receipts never become proof or runtime authority.
|
|
4
4
|
|
|
5
5
|
## V113 artifact authority chain
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ performance, observability, testing, and release contracts. The earlier nine
|
|
|
19
19
|
domain skill names remain packaged for compatibility. Seven operation skill names first introduced in obsolete-versioned now
|
|
20
20
|
describe current v113 outcomes for identity profiles, portable continuity, bearer ownership, offline transport,
|
|
21
21
|
proof media, cross-app state, and admission evidence. Their retired obsolete-versioned mechanisms are not active defaults.
|
|
22
|
-
One dedicated `receiz-global-reconciliation` skill governs accepted-head resolution, verified offline reconciliation, structural divergence, first paint, indeterminate recovery, and effects. Every current manifest uses version `113.
|
|
22
|
+
One dedicated `receiz-global-reconciliation` skill governs accepted-head resolution, verified offline reconciliation, structural divergence, first paint, indeterminate recovery, and effects. Every current manifest uses package version `113.5.0`, requires SDK/MCP `>=113.0.0 <114.0.0`, and binds ruleset `113.0.0` to registry digest `4c4aa85f9785d205dcf7e4e5109837a83f8c3bf8e166130ae7e87353f299c637` and operation-matrix digest `091ab9e6b3acb05283510a19754e53c637dbd96b47b499a524dc44c34f8e783b` from SDK source.
|
|
23
23
|
|
|
24
24
|
This package teaches AI agents how to understand, verify, build with, and operate Receiz from the existing repository surfaces.
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -348,7 +348,7 @@ function assertConstitutionalSkill(name) {
|
|
|
348
348
|
if (!text.includes(section))
|
|
349
349
|
fail(`${name}/SKILL.md missing section ${section}`);
|
|
350
350
|
}
|
|
351
|
-
if (manifest.schema !== "receiz.ai-skill-contract.v113" || manifest.name !== name || manifest.version !== "113.
|
|
351
|
+
if (manifest.schema !== "receiz.ai-skill-contract.v113" || manifest.name !== name || manifest.version !== "113.5.0") {
|
|
352
352
|
fail(`${name}/manifest.json has invalid schema or name`);
|
|
353
353
|
}
|
|
354
354
|
const serialized = JSON.stringify(manifest);
|
|
@@ -388,7 +388,7 @@ function assertOperationSkill(name) {
|
|
|
388
388
|
}
|
|
389
389
|
if (!/```ts[\s\S]*createReceizClient[\s\S]*```/.test(text))
|
|
390
390
|
fail(`${name}/SKILL.md missing copy-paste TypeScript`);
|
|
391
|
-
if (manifest.schema !== "receiz.ai-skill-contract.v113" || manifest.name !== name || manifest.version !== "113.
|
|
391
|
+
if (manifest.schema !== "receiz.ai-skill-contract.v113" || manifest.name !== name || manifest.version !== "113.5.0") {
|
|
392
392
|
fail(`${name}/manifest.json has invalid schema, name, or version`);
|
|
393
393
|
}
|
|
394
394
|
const serialized = JSON.stringify(manifest);
|
|
@@ -457,7 +457,7 @@ function assertArtifactSkill(name) {
|
|
|
457
457
|
if (!/refuse to (?:call|say|report|claim).*production-ready|refuse production-ready completion/i.test(text)) {
|
|
458
458
|
fail(`${name}/SKILL.md must refuse production-ready completion without evidence`);
|
|
459
459
|
}
|
|
460
|
-
if (manifest.schema !== "receiz.ai-skill-contract.v113" || manifest.name !== name || manifest.version !== "113.
|
|
460
|
+
if (manifest.schema !== "receiz.ai-skill-contract.v113" || manifest.name !== name || manifest.version !== "113.5.0") {
|
|
461
461
|
fail(`${name}/manifest.json has invalid v113 schema, name, or version`);
|
|
462
462
|
}
|
|
463
463
|
if (requires?.ruleset !== "113.0.0" || requires.registryDigest !== artifactRegistryDigest || requires.operationMatrixDigest !== operationMatrixDigest) {
|
|
@@ -499,7 +499,7 @@ function assertGlobalReconciliationSkill() {
|
|
|
499
499
|
return;
|
|
500
500
|
const text = read(skillFile);
|
|
501
501
|
const manifest = JSON.parse(read(manifestFile));
|
|
502
|
-
if (manifest.schema !== "receiz.ai-skill-contract.v113" || manifest.version !== "113.
|
|
502
|
+
if (manifest.schema !== "receiz.ai-skill-contract.v113" || manifest.version !== "113.5.0" || manifest.name !== name)
|
|
503
503
|
fail(`${name}/manifest.json has invalid v113 identity`);
|
|
504
504
|
for (const required of [artifactRegistryDigest, operationMatrixDigest, ">=113.0.0 <114.0.0"])
|
|
505
505
|
if (!JSON.stringify(manifest).includes(required))
|
|
@@ -511,7 +511,7 @@ function assertCurrentManifest(name) {
|
|
|
511
511
|
if (!existsSync(manifestFile))
|
|
512
512
|
return;
|
|
513
513
|
const manifest = JSON.parse(read(manifestFile));
|
|
514
|
-
if (manifest.schema !== "receiz.ai-skill-contract.v113" || manifest.version !== "113.
|
|
514
|
+
if (manifest.schema !== "receiz.ai-skill-contract.v113" || manifest.version !== "113.5.0" || manifest.name !== name)
|
|
515
515
|
fail(`${name}/manifest.json is not current v113`);
|
|
516
516
|
const requires = manifest.requires ?? {};
|
|
517
517
|
if (requires.sdk !== ">=113.0.0 <114.0.0" || requires.mcp !== ">=113.0.0 <114.0.0"
|
package/skills.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "receiz.ai-skills-index.v113",
|
|
3
|
-
"version": "113.
|
|
3
|
+
"version": "113.5.0",
|
|
4
4
|
"registryDigest": "4c4aa85f9785d205dcf7e4e5109837a83f8c3bf8e166130ae7e87353f299c637",
|
|
5
5
|
"operationMatrixDigest": "091ab9e6b3acb05283510a19754e53c637dbd96b47b499a524dc44c34f8e783b",
|
|
6
6
|
"currentMcpArtifactTools": [
|