@receiz/ai-skills 126.0.0 → 127.0.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 +18 -11
- package/package.json +1 -1
- package/receiz-app-builder-skill/manifest.json +224 -73
- package/receiz-architecture/SKILL.md +2 -1
- package/receiz-architecture/manifest.json +182 -72
- package/receiz-attestation-lifecycle/manifest.json +185 -73
- package/receiz-authority-security/SKILL.md +1 -1
- package/receiz-authority-security/manifest.json +199 -73
- package/receiz-autonomous-mandate/manifest.json +182 -72
- package/receiz-bearer-ownership/manifest.json +182 -72
- package/receiz-build-production-system/SKILL.md +11 -1
- package/receiz-build-production-system/manifest.json +291 -72
- package/receiz-causal-sync/SKILL.md +2 -1
- package/receiz-causal-sync/manifest.json +187 -73
- package/receiz-command-builder/SKILL.md +1 -1
- package/receiz-command-builder/manifest.json +182 -72
- package/receiz-constitutional-laws/SKILL.md +1 -1
- package/receiz-constitutional-laws/manifest.json +182 -72
- package/receiz-cross-app-state/manifest.json +182 -72
- package/receiz-deterministic-replay/SKILL.md +1 -1
- package/receiz-deterministic-replay/manifest.json +182 -72
- package/receiz-domain-builder/SKILL.md +1 -1
- package/receiz-domain-builder/manifest.json +182 -72
- package/receiz-event-derived-memory/SKILL.md +10 -0
- package/receiz-event-derived-memory/manifest.json +206 -73
- package/receiz-global-reconciliation/manifest.json +186 -73
- package/receiz-identity-profile/manifest.json +182 -72
- package/receiz-live-proof-character/manifest.json +182 -72
- package/receiz-living-subject/SKILL.md +10 -0
- package/receiz-living-subject/manifest.json +211 -74
- package/receiz-mcp-agent-skill/SKILL.md +11 -4
- package/receiz-mcp-agent-skill/resources/mcp-tool-map.md +12 -0
- package/receiz-mcp-agent-skill/resources/offline-sealing.md +56 -0
- package/receiz-mcp-agent-skill/resources/v125-economy-tool-map.json +1 -1
- package/receiz-migrations/SKILL.md +1 -1
- package/receiz-migrations/manifest.json +182 -72
- package/receiz-multi-subject-transaction/manifest.json +182 -72
- package/receiz-observability/SKILL.md +1 -1
- package/receiz-observability/manifest.json +182 -72
- package/receiz-offline-command/manifest.json +182 -72
- package/receiz-offline-first/SKILL.md +19 -1
- package/receiz-offline-first/manifest.json +211 -73
- package/receiz-offline-first/resources/offline-sealing.md +56 -0
- package/receiz-offline-verifier-skill/manifest.json +182 -72
- package/receiz-performance/SKILL.md +2 -1
- package/receiz-performance/manifest.json +182 -72
- package/receiz-portable-artifacts/SKILL.md +2 -1
- package/receiz-portable-artifacts/manifest.json +182 -72
- package/receiz-portable-continuity/manifest.json +185 -73
- package/receiz-proof-authority/manifest.json +182 -72
- package/receiz-proof-media/SKILL.md +1 -0
- package/receiz-proof-media/manifest.json +182 -72
- package/receiz-proof-skill/SKILL.md +7 -0
- package/receiz-proof-skill/manifest.json +188 -73
- package/receiz-proof-skill/resources/offline-sealing.md +56 -0
- package/receiz-receipt-admission/manifest.json +182 -72
- package/receiz-release/SKILL.md +3 -3
- package/receiz-release/manifest.json +186 -73
- package/receiz-subject-twin/SKILL.md +10 -0
- package/receiz-subject-twin/manifest.json +214 -73
- package/receiz-testing/SKILL.md +1 -1
- package/receiz-testing/manifest.json +182 -72
- package/receiz-value-execution/manifest.json +182 -72
- package/receiz-value-rails/manifest.json +182 -72
- package/receiz-world-event-runtime/manifest.json +182 -72
- package/resources/historical-http.md +49 -0
- package/resources/local-subject-runtime.md +52 -0
- package/resources/offline-sealing.md +92 -0
- package/resources/public-capability-catalog.json +7440 -0
- package/resources/sdk-public-functions.json +131 -26
- package/resources/sdk-public-functions.md +17 -2
- package/resources/v127-sdk-execution-map.json +1898 -0
- package/scripts/validate-skills.mjs +5 -5
- package/skills.json +315 -97
package/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Receiz AI Skills
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Explore the [public capability directory](https://receiz.com/capabilities) for user outcomes, every public SDK callable, MCP tools, and AI skills. Agents can read the [machine-readable catalog](https://receiz.com/capabilities.json). An inventory entry grants no access and does not imply an MCP execution adapter.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
The `127.0.0` package at release coordinate `v127.0.0` is a registry-bound operating-contract distribution beneath Receiz proof authority. AI instructions, MCP confirmations, OAuth/OIDC grants, JSON objects, database rows, staging references, and receipts never become proof or runtime authority.
|
|
4
7
|
|
|
5
8
|
KKSv1.0 is the single temporal authority for proof. New proof coordinates are computed locally from Genesis and the canonical pulse frequency; existing coordinates are carried by the verified sealed object. `createdAt` is descriptive Chronos only and is never proof, ordering, or causal authority. The SDK, MCP tools, all 37 machine manifests, and the shared [KKSv1.0 temporal-authority contract](resources/kks-v1-temporal-authority.md) enforce the same boundary.
|
|
6
9
|
|
|
@@ -12,19 +15,23 @@ Every AI skill is the reader layer beneath those authorities. The manifests
|
|
|
12
15
|
forbid `reader-as-authority`; an agent may inspect, verify, and project, but it
|
|
13
16
|
may not author, reorder, replace, or outrank the actual sealed proof object.
|
|
14
17
|
|
|
15
|
-
##
|
|
18
|
+
## V127 — Reality-Grade Infrastructure
|
|
19
|
+
|
|
20
|
+
V127 aligns the SDK, compiler, MCP and AI packages with complete source custody, first-seal ownership, deterministic coordinates and verified append continuity. The public function catalog covers 678 callable exports across the main, compiler, testing, React, offline sealing, local subject host and offline KaiSigil entry points. MCP capability reporting includes this catalog and the complete 425-method client inventory; 330 explicit tools retain their SDK authority boundaries.
|
|
21
|
+
|
|
22
|
+
V127 agents can create full KaiSigil proofs locally with packaged resources and use the [source-bound local subject runtime](../packages/receiz-sdk/docs/local-subject-runtime.md). Temporal execution admits complete causal coordinates; bare pulse values, model reports and copied plans cannot advance authority. [Offline file sealing](../packages/receiz-sdk/docs/offline-sealing.md) runs without network after explicit signer enrollment; KaiSigil proving requires no enrollment or network. Portable history retains exact V120 snapshots and full temporal evidence under the enclosing sealed source.
|
|
16
23
|
|
|
17
|
-
|
|
24
|
+
Capability inventory is not a claim that every historical HTTP route exists. Of the 81 newly mapped JSON SDK adapters, 12 compose current routes and 69 require explicit historical HTTP compatibility; older `media.upload`, `media.transform`, and `proof.query` also require that transport. Default calls fail before requests or mutation previews. Agents must follow [historical HTTP compatibility](../packages/receiz-sdk/docs/historical-http.md) and the separate historical subject transport boundary in the local runtime guide. Neither compatibility configuration nor credentials become proof authority.
|
|
18
25
|
|
|
19
26
|
### Preserved V125 economy contracts
|
|
20
27
|
|
|
21
28
|
**Sealed Reality Becomes Spendable Value. Economic authority follows proof, not institution.** V125 teaches agents to register a sealed lawful-action law, submit a separately sealed completed action whose causal claims are derived from a reverified portable execution-authority transition, and request deterministic current-Kai Settlement projection without inventing value. The exact micro-Phi law is `(completionKai - startKai + 1) * (valuationKai - completionKai + 1)`. No AI, developer, government, institution, server, database, or model may supply a completion verdict, amount, multiplier, bonus, backfill, or proof exemption.
|
|
22
29
|
|
|
23
|
-
The current
|
|
30
|
+
The current 330-tool MCP registry preserves the 169-tool v124.1 runtime inventory, 39 trust adapters, and thirteen v125 economy adapters alongside the new v127 tools. The thirteen economy adapters comprise three lawful-action operations plus the complete ten-operation sender/receiver edge lifecycle for planning, inspection, transition-set verification, commit preparation, recovery packaging, Settlement send/receive, and Reserve send/receive. Exact proof, plan, transition, commit, and recovery materials stay in trusted-host or same-runtime custody behind opaque references. The enclosing sealed artifact is verified before payload extraction. One admitted membership belongs to the current owner; transfer moves it without cloning Settlement value or erasing provenance. Reserve remains the legacy funding rail.
|
|
24
31
|
|
|
25
|
-
`skills.json` also binds all
|
|
32
|
+
`skills.json` also binds all 425 callable methods on the public `createReceizClient()` surface by exact ordered inventory and digest. The union of the 37 machine manifests must contain every method and all 330 MCP tools; generation and validation fail if either distribution surface drifts. Three retained artifact-recovery methods are explicitly classified under `historicalSdkOperations`, remain callable, and are not mislabeled as v125 defaults. `receiz_capabilities` exposes the same SDK inventory, exact MCP tool inventory, and v125 capability families without turning capability description into proof or transaction authority.
|
|
26
33
|
|
|
27
|
-
All 37 current manifests use package/ruleset `
|
|
34
|
+
All 37 current manifests use package/ruleset `127.0.0`, SDK/MCP range `>=127.0.0 <128.0.0`, registry digest `8d0b5b839d02d9efbd4306cc99410595a183705c2670b76d2567eaaaade99065`, and operation-matrix digest `eadd171a45fcc51e275a1c57de1eb8e67614757a5723d141793641edf7207a10`.
|
|
28
35
|
|
|
29
36
|
## Historical V124 — Reality Becomes Infrastructure
|
|
30
37
|
|
|
@@ -63,11 +70,11 @@ performance, observability, testing, and release contracts. The earlier nine
|
|
|
63
70
|
domain skill names remain packaged for compatibility. Seven operation skill names first introduced in obsolete-versioned now
|
|
64
71
|
describe current outcomes for identity profiles, portable continuity, bearer ownership, offline transport,
|
|
65
72
|
proof media, cross-app state, and admission evidence. Their retired obsolete-versioned mechanisms are not active defaults.
|
|
66
|
-
One dedicated `receiz-global-reconciliation` skill governs accepted-head resolution, verified offline reconciliation, structural divergence, first paint, indeterminate recovery, and effects. `receiz-value-execution` governs exact live Phi execution and retry recovery; `receiz-proof-authority` governs edge verification, explicit consent, and minimum-scope embedded authority. The v124 coordinates remain immutable historical evidence; the
|
|
73
|
+
One dedicated `receiz-global-reconciliation` skill governs accepted-head resolution, verified offline reconciliation, structural divergence, first paint, indeterminate recovery, and effects. `receiz-value-execution` governs exact live Phi execution and retry recovery; `receiz-proof-authority` governs edge verification, explicit consent, and minimum-scope embedded authority. The v124 coordinates remain immutable historical evidence; the v127 manifest coordinates above are current.
|
|
67
74
|
|
|
68
75
|
This package teaches AI agents how to understand, verify, build with, and operate Receiz from the existing repository surfaces.
|
|
69
76
|
|
|
70
|
-
It is published as `@receiz/ai-skills` and is an exact-version dependency of both `@receiz/sdk` and `@receiz/mcp-server`. Installing either package places all
|
|
77
|
+
It is published as `@receiz/ai-skills` and is an exact-version dependency of both `@receiz/sdk` and `@receiz/mcp-server`. Installing either package places all 43 skills under `node_modules/@receiz/ai-skills`: 37 manifests and 34 OpenAI agent prompts are included for explicit loading by an agent host.
|
|
71
78
|
|
|
72
79
|
Receiz is a proof-native artifact system. Sealed proof/object truth is strongest: a Receiz object is not a database row, but a proof-carrying artifact whose witnessed history is the truth boundary. The proof object carries continuity; SDK and MCP may verify, extract, append, or project beneath that carried truth. Receiz.com reference behavior comes before SDK, MCP, AI, and other developer rails. Server state, database state, UI state, marketplace state, and model memory are projections only. Old witnessed truth is not stale. If a projection is wrong, rebuild it from object history. If truth is missing, append new truth. Never mutate witnessed truth.
|
|
73
80
|
|
|
@@ -76,7 +83,7 @@ A verified proof object is not limited to the platform that created it. Any lawf
|
|
|
76
83
|
## SDK, MCP, And Skills
|
|
77
84
|
|
|
78
85
|
- SDK: `@receiz/sdk` is the universal runtime; `@receiz/sdk/react` is React-only; `@receiz/sdk/compiler` is Node-only; `@receiz/sdk/testing` is browser-safe sandbox and conformance support.
|
|
79
|
-
- MCP: `@receiz/mcp-server` is for agent tool access. Its current
|
|
86
|
+
- MCP: `@receiz/mcp-server` is for agent tool access. Its current 330-tool registry preserves the 169-tool v124.1 inventory, thirteen v125 lawful-action and edge-value tools, and 39 trust adapters alongside the v127 tools. The four V124.1 source-carried adapters remain unchanged and expose replay-family opening, Receiz-ID conversation-family opening, bounded private epoch-grant planning, and held material-family inspection while exact sources, secrets, locators, and large bytes remain in trusted-host custody.
|
|
80
87
|
|
|
81
88
|
`skills.json` carries the canonical `v124_1CapabilityInventory`, and each relevant manifest carries its exact `v124_1CapabilityIds`. This binds source-carried replay, unlimited invited-member conversation, exact large-material reconstruction, progressive verified playback, proof-derived memory/Twin response, and portable account continuity across SDK, MCP, and AI instructions without allowing the model layer to invent or outrank proof.
|
|
82
89
|
- Skills: this package is operating doctrine. It tells an AI which Receiz primitive is active, which source of truth wins, which SDK or MCP rail to use, and what must never be assumed.
|
|
@@ -85,7 +92,7 @@ Agents may acquire scoped delegated access through the official Receiz Connect/O
|
|
|
85
92
|
|
|
86
93
|
## How Agents Should Use This Package
|
|
87
94
|
|
|
88
|
-
Start with `receiz-build-production-system` when work spans multiple constitutional domains and `receiz-global-reconciliation` for named-domain coordination. Machine-readable manifests require the exact active canonical
|
|
95
|
+
Start with `receiz-build-production-system` when work spans multiple constitutional domains and `receiz-global-reconciliation` for named-domain coordination. Machine-readable manifests require the exact active canonical v127 registry and operation-matrix digests, command-only mutation, independent verification, MCP conformance, and a passing release lock. Use a focused operation skill for SDK/MCP implementation and a constitutional skill for broader system law. Stable obsolete-versioned wire schemas remain available only through the explicit historical `@receiz/sdk/obsolete-versioned` package entry; current skills never teach their key, head, receipt, reconcile, or signed-command mechanics as a current outcome.
|
|
89
96
|
|
|
90
97
|
The current operation skills are executable contracts. Current profile work uses the neutral authenticated same-UID profile operation. Current bearer ownership accepts a complete verified artifact, derives prior ownership from carried proof, and returns a native Record -> Seal artifact. Proof media uses the same native artifact custody and projects only a verified URL beneath it. These outcomes have no active identity-key, caller-head, claim-key, or receipt prerequisite. MCP calls the same SDK outcomes and never creates a parallel authority.
|
|
91
98
|
|
|
@@ -128,6 +135,6 @@ When SDK or MCP changes:
|
|
|
128
135
|
- `receiz-event-derived-memory` governs factual memories with admitted event citations and rebuildable AI summaries/projections.
|
|
129
136
|
- `receiz-live-proof-character` governs streamed reply, audio, viseme, gaze, blink, breath, emotion, gesture, proposed intention, and completion events as non-authoritative performance over exact proof context.
|
|
130
137
|
|
|
131
|
-
Every living-subject skill carries its SDK map, MCP map, authority rules, examples, tests, manifest, OpenAI metadata, and the exact current
|
|
138
|
+
Every living-subject skill carries its SDK map, MCP map, authority rules, examples, tests, manifest, OpenAI metadata, and the exact current v127 registry and operation-matrix digests. The skills teach the same sequence as the implementation: canonical head → entire proof history → compact indexes → relevant references → exact primary proof objects → reasoning → cited answer. They never authorize a world event, transfer, mandate, or release claim by prose.
|
|
132
139
|
|
|
133
140
|
The updated constitutional skills bind living-subject behavior into app building, command construction, deterministic replay, causal sync, global reconciliation, portable continuity, authority/security, MCP operation, testing, release, constitutional law, and offline-first operation. Their examples cover exact proof-memory speech, absent-owner exploration, mutual relationship formation, bounded trade, atomic battle, cross-device restoration, mandate revocation during a queued action, partition convergence, rejection of an AI-invented event, and cross-application subject continuity.
|