@receiz/ai-skills 124.0.0 → 124.0.2

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.
Files changed (57) hide show
  1. package/README.md +6 -4
  2. package/SKILLS.md +11 -1
  3. package/package.json +1 -1
  4. package/receiz-app-builder-skill/manifest.json +221 -3
  5. package/receiz-architecture/manifest.json +214 -2
  6. package/receiz-authority-security/manifest.json +214 -2
  7. package/receiz-autonomous-mandate/manifest.json +214 -2
  8. package/receiz-bearer-ownership/SKILL.md +1 -3
  9. package/receiz-bearer-ownership/manifest.json +214 -4
  10. package/receiz-build-production-system/SKILL.md +6 -0
  11. package/receiz-build-production-system/manifest.json +269 -3
  12. package/receiz-causal-sync/manifest.json +214 -2
  13. package/receiz-command-builder/manifest.json +217 -3
  14. package/receiz-constitutional-laws/manifest.json +214 -2
  15. package/receiz-cross-app-state/manifest.json +214 -2
  16. package/receiz-deterministic-replay/SKILL.md +6 -0
  17. package/receiz-deterministic-replay/manifest.json +232 -3
  18. package/receiz-domain-builder/manifest.json +214 -2
  19. package/receiz-event-derived-memory/manifest.json +214 -2
  20. package/receiz-global-reconciliation/manifest.json +215 -2
  21. package/receiz-identity-profile/SKILL.md +1 -1
  22. package/receiz-identity-profile/manifest.json +214 -4
  23. package/receiz-live-proof-character/manifest.json +214 -2
  24. package/receiz-living-subject/manifest.json +214 -2
  25. package/receiz-mcp-agent-skill/SKILL.md +8 -2
  26. package/receiz-mcp-agent-skill/resources/mcp-tool-map.md +11 -9
  27. package/receiz-mcp-agent-skill/resources/v124-runtime-tool-map.json +375 -0
  28. package/receiz-mcp-agent-skill/resources/v124-runtime-tool-map.md +59 -0
  29. package/receiz-migrations/manifest.json +214 -2
  30. package/receiz-multi-subject-transaction/manifest.json +214 -2
  31. package/receiz-observability/manifest.json +214 -2
  32. package/receiz-offline-command/manifest.json +214 -2
  33. package/receiz-offline-first/manifest.json +214 -2
  34. package/receiz-offline-verifier-skill/manifest.json +214 -2
  35. package/receiz-performance/manifest.json +214 -2
  36. package/receiz-portable-artifacts/SKILL.md +4 -0
  37. package/receiz-portable-artifacts/manifest.json +214 -2
  38. package/receiz-portable-continuity/manifest.json +214 -2
  39. package/receiz-proof-authority/SKILL.md +5 -1
  40. package/receiz-proof-authority/manifest.json +236 -4
  41. package/receiz-proof-authority/references/mcp-map.md +16 -0
  42. package/receiz-proof-authority/references/sdk-map.md +6 -0
  43. package/receiz-proof-media/SKILL.md +7 -1
  44. package/receiz-proof-media/manifest.json +217 -5
  45. package/receiz-proof-skill/manifest.json +214 -2
  46. package/receiz-receipt-admission/manifest.json +214 -2
  47. package/receiz-release/manifest.json +214 -2
  48. package/receiz-subject-twin/manifest.json +214 -2
  49. package/receiz-testing/manifest.json +214 -2
  50. package/receiz-value-execution/SKILL.md +5 -1
  51. package/receiz-value-execution/manifest.json +242 -4
  52. package/receiz-value-execution/references/mcp-map.md +17 -0
  53. package/receiz-value-execution/references/sdk-map.md +8 -0
  54. package/receiz-value-rails/manifest.json +214 -2
  55. package/receiz-world-event-runtime/manifest.json +214 -2
  56. package/scripts/validate-skills.mjs +183 -3
  57. package/skills.json +215 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Receiz AI Skills
2
2
 
3
- The `124.0.0` package 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.
3
+ The `124.0.2` package at release coordinate `v124.0.2` 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
4
 
5
5
  ## V124 — Reality Becomes Infrastructure
6
6
 
@@ -28,6 +28,8 @@ The same package carries 37 inherited living-subject MCP tools: subject resolve/
28
28
 
29
29
  The inherited v122 protocol adds 19 MCP operations for durable remote proof-object admission and authenticated subject state; edge-held proof bundles and append-only public access-key bindings; locally encrypted private/invited world commands; exact validation, execution, outcome recovery, and filtered additions; first-class mandate issue/state/revoke; atomic multi-world planning/execution; and explicit Phi Settlement/Reserve planning. Its stable v122 protocol identifiers remain intentionally unchanged in v123.
30
30
 
31
+ V124 adds 22 universal production-runtime MCP adapters for live Kai, canonical proof-authority challenges, durable atomic execution, authority-session lifecycle, operational qualification, verified public/private additions and replay/checkpoints, unsealed replay-candidate export followed by canonical seal and sealed restore, namespace resolution, privacy-safe recipient resolution, and sealed-source publication. The exact names, SDK methods, fixed/conditional scopes, input/output references, process-local handles, and trusted-host custody rules are published in the [V124 runtime tool map](receiz-mcp-agent-skill/resources/v124-runtime-tool-map.md).
32
+
31
33
  `client.admission.browserStore` is durable admission coordination only: it stores no proof object or sealed artifact bytes and never blocks known-artifact first paint. V120 production reconciliation preserves the provider-neutral `client.coordination` rail and never exposes Supabase mechanics. Receiz-generated files retain declared ownership, while `receiz.extensions.ts` is developer-owned and must never be overwritten.
32
34
 
33
35
  `receiz-build-production-system` remains the constitutional orchestration skill for substantial
@@ -37,7 +39,7 @@ performance, observability, testing, and release contracts. The earlier nine
37
39
  domain skill names remain packaged for compatibility. Seven operation skill names first introduced in obsolete-versioned now
38
40
  describe current outcomes for identity profiles, portable continuity, bearer ownership, offline transport,
39
41
  proof media, cross-app state, and admission evidence. Their retired obsolete-versioned mechanisms are not active defaults.
40
- 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. Every current manifest uses package version `124.0.0`, requires SDK/MCP `>=124.0.0 <125.0.0`, and binds ruleset `124.0.0` to registry digest `d02429151b0bcebdaeb89485792e377afc55130f9a25e07982c1c88221314247` and operation-matrix digest `540d1c1bf39f1b288b257c79a6e020bdcc5e587fc9b7dbf6b7aaa5d082e20ad5` from SDK source.
42
+ 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. Every current manifest uses package version `124.0.2`, requires SDK/MCP `>=124.0.0 <125.0.0`, and binds ruleset `124.0.0` to registry digest `d02429151b0bcebdaeb89485792e377afc55130f9a25e07982c1c88221314247` and operation-matrix digest `540d1c1bf39f1b288b257c79a6e020bdcc5e587fc9b7dbf6b7aaa5d082e20ad5` from SDK source.
41
43
 
42
44
  This package teaches AI agents how to understand, verify, build with, and operate Receiz from the existing repository surfaces.
43
45
 
@@ -50,7 +52,7 @@ A verified proof object is not limited to the platform that created it. Any lawf
50
52
  ## SDK, MCP, And Skills
51
53
 
52
54
  - 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.
53
- - MCP: `@receiz/mcp-server` is for agent tool access. Its current nine artifact tools, 37 inherited living-subject tools, 19 stable v122 protocol tools, and eight v123 completion tools expose transition, reconciliation, proof-brain, Twin, mandate, runtime, world, memory, social, inventory, bearer, remote admission, canonical planning, embedded authority, exact-head namespaces, exact recovery, and live Phi execution through the same SDK authority types.
55
+ - MCP: `@receiz/mcp-server` is for agent tool access. Its current nine artifact tools, 37 inherited living-subject tools, 19 stable v122 protocol tools, eight v123 completion tools, and 22 V124 production-runtime tools expose transition, reconciliation, proof-brain, Twin, mandate, runtime, world, memory, social, inventory, bearer, remote admission, canonical planning, embedded authority, exact-head namespaces, exact recovery, live Phi execution, authenticated replay/checkpoints, durable orchestration, and privacy-safe resolution through the same SDK authority types.
54
56
  - 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.
55
57
 
56
58
  Agents may acquire scoped delegated access through the official Receiz Connect/OIDC Authorization Code + PKCE flow or through the MCP delegated-agent setup path exposed by `receiz_mcp_login`. That acquired access is permission to call scoped SDK/MCP rails after user consent. It is not proof authority and must never outrank artifact truth.
@@ -72,7 +74,7 @@ Install `@receiz/sdk`, `@receiz/mcp-server`, or `@receiz/ai-skills` directly. Re
72
74
  When SDK or MCP changes:
73
75
 
74
76
  1. Inspect `packages/receiz-sdk/src/index.ts`, `packages/receiz-sdk/src/identity.ts`, `packages/receiz-sdk/src/react.ts`, and `packages/receiz-mcp-server/src/index.ts`.
75
- 2. Update `receiz-proof-skill/resources/sdk-reference.md` and both MCP tool maps.
77
+ 2. Update `receiz-proof-skill/resources/sdk-reference.md`, the inherited MCP maps, and `receiz-mcp-agent-skill/resources/v124-runtime-tool-map.{md,json}`.
76
78
  3. Update domain skills only when the changed rail affects their primitive.
77
79
  4. Run `pnpm validate:ai-skills`.
78
80
  5. Run package tests when the SDK or MCP behavior changed.
package/SKILLS.md CHANGED
@@ -19,7 +19,17 @@ The current 53-operation matrix adds live Kai projection, canonical challenge cr
19
19
 
20
20
  ## Current MCP inventories
21
21
 
22
- The package maps the nine artifact tools, 37 living-subject tools, 19 stable v122 protocol tools, and eight v123 completion tools to the canonical SDK. The v123 tools are:
22
+ The package maps the nine artifact tools, 37 living-subject tools, 19 stable v122 protocol tools, eight v123 completion tools, and 22 V124 production-runtime tools to the canonical SDK. The exact V124 tool/SDK/scope/custody contract is the [universal V124 runtime tool map](receiz-mcp-agent-skill/resources/v124-runtime-tool-map.md).
23
+
24
+ The V124 adapters cover:
25
+
26
+ - canonical live Kai and proof-authority challenge creation;
27
+ - atomic plan, stage, execute, resolve, idempotency recovery, and cancel;
28
+ - authority-session open, refresh, close, and runtime qualification;
29
+ - verified additions, replay, checkpoint, trusted-host private additions, unsealed replay-candidate export, canonical sealing, and sealed restore;
30
+ - subject namespace resolution, privacy-safe recipient resolution, and sealed-source publication.
31
+
32
+ The stable v123 tools are:
23
33
 
24
34
  1. `receiz_v123_world_plan_command_v122`
25
35
  2. `receiz_v123_world_plan_transaction_v122`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@receiz/ai-skills",
3
- "version": "124.0.0",
3
+ "version": "124.0.2",
4
4
  "description": "Registry-bound Receiz AI operating contracts beneath proof authority for SDK and MCP agents.",
5
5
  "type": "module",
6
6
  "files": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schema": "receiz.ai-skill-contract.v124",
3
3
  "name": "receiz-app-builder-skill",
4
- "version": "124.0.0",
4
+ "version": "124.0.2",
5
5
  "requires": {
6
6
  "sdk": ">=124.0.0 <125.0.0",
7
7
  "mcp": ">=124.0.0 <125.0.0",
@@ -73,7 +73,13 @@
73
73
  "receiz_artifact_verify",
74
74
  "receiz_artifact_append_plan",
75
75
  "receiz_artifact_transition_seal_and_stage",
76
- "receiz_artifact_transition_commit"
76
+ "receiz_artifact_transition_commit",
77
+ "receiz_webhook_events_catalog",
78
+ "receiz_webhook_register_endpoint",
79
+ "receiz_webhook_rotate_secret",
80
+ "receiz_webhook_send_test_event",
81
+ "receiz_webhook_receiver_scaffold",
82
+ "receiz_webhook_verify_payload"
77
83
  ],
78
84
  "forbiddenOperations": [
79
85
  "direct-state-write",
@@ -1288,5 +1294,217 @@
1288
1294
  "receiz_v123_auth_granted_scopes"
1289
1295
  ],
1290
1296
  "releaseTheme": "Reality Becomes Infrastructure",
1291
- "releaseFrame": "The Production Runtime for Verified Civilization"
1297
+ "releaseFrame": "The Production Runtime for Verified Civilization",
1298
+ "currentMcpV124Tools": [
1299
+ "receiz_v124_kai_now",
1300
+ "receiz_v124_proof_authority_challenge_create",
1301
+ "receiz_v124_execution_plan_atomic_operation",
1302
+ "receiz_v124_execution_stage",
1303
+ "receiz_v124_execution_stage_prepared",
1304
+ "receiz_v124_execution_execute",
1305
+ "receiz_v124_execution_resolve",
1306
+ "receiz_v124_execution_resolve_by_idempotency",
1307
+ "receiz_v124_execution_cancel",
1308
+ "receiz_v124_runtime_authority_session_open",
1309
+ "receiz_v124_runtime_authority_session_refresh",
1310
+ "receiz_v124_runtime_authority_session_close",
1311
+ "receiz_v124_runtime_qualify",
1312
+ "receiz_v124_domain_verified_additions",
1313
+ "receiz_v124_domain_verified_replay",
1314
+ "receiz_v124_domain_verified_checkpoint",
1315
+ "receiz_v124_domain_verified_private_additions",
1316
+ "receiz_v124_domain_replay_proof_object_export",
1317
+ "receiz_v124_domain_replay_proof_object_restore",
1318
+ "receiz_v124_subject_namespaces_resolve",
1319
+ "receiz_v124_identity_public_recipient_resolve",
1320
+ "receiz_v124_source_publish_sealed"
1321
+ ],
1322
+ "currentMcpTools": [
1323
+ "receiz_artifact_verify",
1324
+ "receiz_artifact_admit",
1325
+ "receiz_artifact_append_plan",
1326
+ "receiz_artifact_transition_seal_and_stage",
1327
+ "receiz_artifact_transition_commit",
1328
+ "receiz_artifact_global_resolve",
1329
+ "receiz_artifact_reconcile_plan",
1330
+ "receiz_artifact_reconcile_stage",
1331
+ "receiz_artifact_reconcile_commit",
1332
+ "receiz_subject_resolve",
1333
+ "receiz_subject_state",
1334
+ "receiz_subject_history",
1335
+ "receiz_subject_memory_query",
1336
+ "receiz_subject_relationships",
1337
+ "receiz_subject_inventory",
1338
+ "receiz_subject_twin_profile",
1339
+ "receiz_subject_twin_message",
1340
+ "receiz_subject_twin_mind_export",
1341
+ "receiz_subject_twin_mind_import_plan",
1342
+ "receiz_subject_mandate_get",
1343
+ "receiz_subject_mandate_plan",
1344
+ "receiz_subject_mandate_activate",
1345
+ "receiz_subject_mandate_pause",
1346
+ "receiz_subject_mandate_revoke",
1347
+ "receiz_world_additions",
1348
+ "receiz_world_command_plan",
1349
+ "receiz_world_command_validate",
1350
+ "receiz_world_command_execute",
1351
+ "receiz_world_transaction_plan",
1352
+ "receiz_world_transaction_execute",
1353
+ "receiz_world_receipt",
1354
+ "receiz_world_replay",
1355
+ "receiz_subject_runtime_enqueue",
1356
+ "receiz_subject_runtime_status",
1357
+ "receiz_subject_runtime_cancel",
1358
+ "receiz_living_subject_conformance",
1359
+ "receiz_subject_brain_head",
1360
+ "receiz_subject_brain_search",
1361
+ "receiz_subject_brain_resolve",
1362
+ "receiz_subject_brain_stream",
1363
+ "receiz_bearer_transfer_preview",
1364
+ "receiz_bearer_instrument_issue",
1365
+ "receiz_bearer_instrument_inspect",
1366
+ "receiz_bearer_instrument_claim",
1367
+ "receiz_bearer_transfer_cancel",
1368
+ "receiz_bearer_transfer_status",
1369
+ "receiz_v122_subject_admit",
1370
+ "receiz_v122_subject_state",
1371
+ "receiz_v122_subject_export_edge_bundle",
1372
+ "receiz_v122_subject_import_edge_bundle",
1373
+ "receiz_v122_subject_access_binding",
1374
+ "receiz_v122_subject_access_key_publish",
1375
+ "receiz_v122_world_plan_private",
1376
+ "receiz_v122_world_validate_transaction",
1377
+ "receiz_v122_world_execute_transaction",
1378
+ "receiz_v122_world_execution",
1379
+ "receiz_v122_world_execution_by_idempotency",
1380
+ "receiz_v122_world_additions",
1381
+ "receiz_v122_mandate_issue",
1382
+ "receiz_v122_mandate_state",
1383
+ "receiz_v122_mandate_revoke",
1384
+ "receiz_v122_multi_world_plan",
1385
+ "receiz_v122_multi_world_execute",
1386
+ "receiz_v122_value_plan_settlement",
1387
+ "receiz_v122_value_plan_reserve",
1388
+ "receiz_v123_world_plan_command_v122",
1389
+ "receiz_v123_world_plan_transaction_v122",
1390
+ "receiz_v123_value_execute_settlement",
1391
+ "receiz_v123_value_execute_reserve",
1392
+ "receiz_v123_value_execution_by_idempotency",
1393
+ "receiz_v123_subject_resolve_namespaces",
1394
+ "receiz_v123_identity_exchange_proof_authority",
1395
+ "receiz_v123_auth_granted_scopes",
1396
+ "receiz_v124_kai_now",
1397
+ "receiz_v124_proof_authority_challenge_create",
1398
+ "receiz_v124_execution_plan_atomic_operation",
1399
+ "receiz_v124_execution_stage",
1400
+ "receiz_v124_execution_stage_prepared",
1401
+ "receiz_v124_execution_execute",
1402
+ "receiz_v124_execution_resolve",
1403
+ "receiz_v124_execution_resolve_by_idempotency",
1404
+ "receiz_v124_execution_cancel",
1405
+ "receiz_v124_runtime_authority_session_open",
1406
+ "receiz_v124_runtime_authority_session_refresh",
1407
+ "receiz_v124_runtime_authority_session_close",
1408
+ "receiz_v124_runtime_qualify",
1409
+ "receiz_v124_domain_verified_additions",
1410
+ "receiz_v124_domain_verified_replay",
1411
+ "receiz_v124_domain_verified_checkpoint",
1412
+ "receiz_v124_domain_verified_private_additions",
1413
+ "receiz_v124_domain_replay_proof_object_export",
1414
+ "receiz_v124_domain_replay_proof_object_restore",
1415
+ "receiz_v124_subject_namespaces_resolve",
1416
+ "receiz_v124_identity_public_recipient_resolve",
1417
+ "receiz_v124_source_publish_sealed",
1418
+ "receiz_doctor",
1419
+ "receiz_capabilities",
1420
+ "receiz_required_scopes",
1421
+ "receiz_authorize_url",
1422
+ "receiz_mcp_login",
1423
+ "receiz_ensure_tenant_session",
1424
+ "receiz_app_state_publish",
1425
+ "receiz_app_state_resolve",
1426
+ "receiz_app_state_by_url",
1427
+ "receiz_app_state_by_creator",
1428
+ "receiz_app_state_by_namespace",
1429
+ "receiz_app_state_by_id",
1430
+ "receiz_public_store_publish",
1431
+ "receiz_public_store_resolve",
1432
+ "receiz_inspect_offline_file",
1433
+ "receiz_asset_by_url",
1434
+ "receiz_material_url_open",
1435
+ "receiz_sealed_kai_moment",
1436
+ "receiz_asset_by_id",
1437
+ "receiz_pitch_proof_by_witness_id",
1438
+ "receiz_card_history",
1439
+ "receiz_transfer_preview",
1440
+ "receiz_transfer_requires_confirmation",
1441
+ "receiz_pack_open_preview",
1442
+ "receiz_marketplace_template_generate",
1443
+ "receiz_webhook_events_catalog",
1444
+ "receiz_webhook_register_endpoint",
1445
+ "receiz_webhook_rotate_secret",
1446
+ "receiz_webhook_send_test_event",
1447
+ "receiz_webhook_receiver_scaffold",
1448
+ "receiz_webhook_verify_payload",
1449
+ "receiz_inspect_proof_object",
1450
+ "receiz_wallet_public_ledger",
1451
+ "receiz_action_ledger",
1452
+ "receiz_sports_conformance",
1453
+ "receiz_world_public_snapshot",
1454
+ "receiz_proof_query",
1455
+ "receiz_sandbox_seed_store",
1456
+ "receiz_sandbox_checkout",
1457
+ "receiz_runtime_blueprint",
1458
+ "receiz_project_inspect",
1459
+ "receiz_app_contract_create",
1460
+ "receiz_app_plan",
1461
+ "receiz_app_apply",
1462
+ "receiz_app_check",
1463
+ "receiz_app_upgrade",
1464
+ "receiz_app_explain",
1465
+ "receiz_app_repair",
1466
+ "receiz_proof_trace",
1467
+ "receiz_webhook_replay",
1468
+ "receiz_scope_explain",
1469
+ "receiz_release_qualify",
1470
+ "receiz_architecture_inspect",
1471
+ "receiz_domain_scaffold",
1472
+ "receiz_command_scaffold",
1473
+ "receiz_law_define",
1474
+ "receiz_law_explain",
1475
+ "receiz_law_coverage",
1476
+ "receiz_authority_inspect",
1477
+ "receiz_command_simulate",
1478
+ "receiz_receipt_replay",
1479
+ "receiz_history_trace",
1480
+ "receiz_merge_simulate",
1481
+ "receiz_bypass_scan",
1482
+ "receiz_conformance_run",
1483
+ "receiz_release_verify",
1484
+ "receiz_mcp_execute_command",
1485
+ "receiz_mcp_append_event",
1486
+ "receiz_mcp_verify_receipt",
1487
+ "receiz_mcp_commit_atomic_projection"
1488
+ ],
1489
+ "currentMcpV122Tools": [
1490
+ "receiz_v122_subject_admit",
1491
+ "receiz_v122_subject_state",
1492
+ "receiz_v122_subject_export_edge_bundle",
1493
+ "receiz_v122_subject_import_edge_bundle",
1494
+ "receiz_v122_subject_access_binding",
1495
+ "receiz_v122_subject_access_key_publish",
1496
+ "receiz_v122_world_plan_private",
1497
+ "receiz_v122_world_validate_transaction",
1498
+ "receiz_v122_world_execute_transaction",
1499
+ "receiz_v122_world_execution",
1500
+ "receiz_v122_world_execution_by_idempotency",
1501
+ "receiz_v122_world_additions",
1502
+ "receiz_v122_mandate_issue",
1503
+ "receiz_v122_mandate_state",
1504
+ "receiz_v122_mandate_revoke",
1505
+ "receiz_v122_multi_world_plan",
1506
+ "receiz_v122_multi_world_execute",
1507
+ "receiz_v122_value_plan_settlement",
1508
+ "receiz_v122_value_plan_reserve"
1509
+ ]
1292
1510
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schema": "receiz.ai-skill-contract.v124",
3
3
  "name": "receiz-architecture",
4
- "version": "124.0.0",
4
+ "version": "124.0.2",
5
5
  "requires": {
6
6
  "sdk": ">=124.0.0 <125.0.0",
7
7
  "mcp": ">=124.0.0 <125.0.0",
@@ -1242,5 +1242,217 @@
1242
1242
  "receiz_v123_auth_granted_scopes"
1243
1243
  ],
1244
1244
  "releaseTheme": "Reality Becomes Infrastructure",
1245
- "releaseFrame": "The Production Runtime for Verified Civilization"
1245
+ "releaseFrame": "The Production Runtime for Verified Civilization",
1246
+ "currentMcpV124Tools": [
1247
+ "receiz_v124_kai_now",
1248
+ "receiz_v124_proof_authority_challenge_create",
1249
+ "receiz_v124_execution_plan_atomic_operation",
1250
+ "receiz_v124_execution_stage",
1251
+ "receiz_v124_execution_stage_prepared",
1252
+ "receiz_v124_execution_execute",
1253
+ "receiz_v124_execution_resolve",
1254
+ "receiz_v124_execution_resolve_by_idempotency",
1255
+ "receiz_v124_execution_cancel",
1256
+ "receiz_v124_runtime_authority_session_open",
1257
+ "receiz_v124_runtime_authority_session_refresh",
1258
+ "receiz_v124_runtime_authority_session_close",
1259
+ "receiz_v124_runtime_qualify",
1260
+ "receiz_v124_domain_verified_additions",
1261
+ "receiz_v124_domain_verified_replay",
1262
+ "receiz_v124_domain_verified_checkpoint",
1263
+ "receiz_v124_domain_verified_private_additions",
1264
+ "receiz_v124_domain_replay_proof_object_export",
1265
+ "receiz_v124_domain_replay_proof_object_restore",
1266
+ "receiz_v124_subject_namespaces_resolve",
1267
+ "receiz_v124_identity_public_recipient_resolve",
1268
+ "receiz_v124_source_publish_sealed"
1269
+ ],
1270
+ "currentMcpTools": [
1271
+ "receiz_artifact_verify",
1272
+ "receiz_artifact_admit",
1273
+ "receiz_artifact_append_plan",
1274
+ "receiz_artifact_transition_seal_and_stage",
1275
+ "receiz_artifact_transition_commit",
1276
+ "receiz_artifact_global_resolve",
1277
+ "receiz_artifact_reconcile_plan",
1278
+ "receiz_artifact_reconcile_stage",
1279
+ "receiz_artifact_reconcile_commit",
1280
+ "receiz_subject_resolve",
1281
+ "receiz_subject_state",
1282
+ "receiz_subject_history",
1283
+ "receiz_subject_memory_query",
1284
+ "receiz_subject_relationships",
1285
+ "receiz_subject_inventory",
1286
+ "receiz_subject_twin_profile",
1287
+ "receiz_subject_twin_message",
1288
+ "receiz_subject_twin_mind_export",
1289
+ "receiz_subject_twin_mind_import_plan",
1290
+ "receiz_subject_mandate_get",
1291
+ "receiz_subject_mandate_plan",
1292
+ "receiz_subject_mandate_activate",
1293
+ "receiz_subject_mandate_pause",
1294
+ "receiz_subject_mandate_revoke",
1295
+ "receiz_world_additions",
1296
+ "receiz_world_command_plan",
1297
+ "receiz_world_command_validate",
1298
+ "receiz_world_command_execute",
1299
+ "receiz_world_transaction_plan",
1300
+ "receiz_world_transaction_execute",
1301
+ "receiz_world_receipt",
1302
+ "receiz_world_replay",
1303
+ "receiz_subject_runtime_enqueue",
1304
+ "receiz_subject_runtime_status",
1305
+ "receiz_subject_runtime_cancel",
1306
+ "receiz_living_subject_conformance",
1307
+ "receiz_subject_brain_head",
1308
+ "receiz_subject_brain_search",
1309
+ "receiz_subject_brain_resolve",
1310
+ "receiz_subject_brain_stream",
1311
+ "receiz_bearer_transfer_preview",
1312
+ "receiz_bearer_instrument_issue",
1313
+ "receiz_bearer_instrument_inspect",
1314
+ "receiz_bearer_instrument_claim",
1315
+ "receiz_bearer_transfer_cancel",
1316
+ "receiz_bearer_transfer_status",
1317
+ "receiz_v122_subject_admit",
1318
+ "receiz_v122_subject_state",
1319
+ "receiz_v122_subject_export_edge_bundle",
1320
+ "receiz_v122_subject_import_edge_bundle",
1321
+ "receiz_v122_subject_access_binding",
1322
+ "receiz_v122_subject_access_key_publish",
1323
+ "receiz_v122_world_plan_private",
1324
+ "receiz_v122_world_validate_transaction",
1325
+ "receiz_v122_world_execute_transaction",
1326
+ "receiz_v122_world_execution",
1327
+ "receiz_v122_world_execution_by_idempotency",
1328
+ "receiz_v122_world_additions",
1329
+ "receiz_v122_mandate_issue",
1330
+ "receiz_v122_mandate_state",
1331
+ "receiz_v122_mandate_revoke",
1332
+ "receiz_v122_multi_world_plan",
1333
+ "receiz_v122_multi_world_execute",
1334
+ "receiz_v122_value_plan_settlement",
1335
+ "receiz_v122_value_plan_reserve",
1336
+ "receiz_v123_world_plan_command_v122",
1337
+ "receiz_v123_world_plan_transaction_v122",
1338
+ "receiz_v123_value_execute_settlement",
1339
+ "receiz_v123_value_execute_reserve",
1340
+ "receiz_v123_value_execution_by_idempotency",
1341
+ "receiz_v123_subject_resolve_namespaces",
1342
+ "receiz_v123_identity_exchange_proof_authority",
1343
+ "receiz_v123_auth_granted_scopes",
1344
+ "receiz_v124_kai_now",
1345
+ "receiz_v124_proof_authority_challenge_create",
1346
+ "receiz_v124_execution_plan_atomic_operation",
1347
+ "receiz_v124_execution_stage",
1348
+ "receiz_v124_execution_stage_prepared",
1349
+ "receiz_v124_execution_execute",
1350
+ "receiz_v124_execution_resolve",
1351
+ "receiz_v124_execution_resolve_by_idempotency",
1352
+ "receiz_v124_execution_cancel",
1353
+ "receiz_v124_runtime_authority_session_open",
1354
+ "receiz_v124_runtime_authority_session_refresh",
1355
+ "receiz_v124_runtime_authority_session_close",
1356
+ "receiz_v124_runtime_qualify",
1357
+ "receiz_v124_domain_verified_additions",
1358
+ "receiz_v124_domain_verified_replay",
1359
+ "receiz_v124_domain_verified_checkpoint",
1360
+ "receiz_v124_domain_verified_private_additions",
1361
+ "receiz_v124_domain_replay_proof_object_export",
1362
+ "receiz_v124_domain_replay_proof_object_restore",
1363
+ "receiz_v124_subject_namespaces_resolve",
1364
+ "receiz_v124_identity_public_recipient_resolve",
1365
+ "receiz_v124_source_publish_sealed",
1366
+ "receiz_doctor",
1367
+ "receiz_capabilities",
1368
+ "receiz_required_scopes",
1369
+ "receiz_authorize_url",
1370
+ "receiz_mcp_login",
1371
+ "receiz_ensure_tenant_session",
1372
+ "receiz_app_state_publish",
1373
+ "receiz_app_state_resolve",
1374
+ "receiz_app_state_by_url",
1375
+ "receiz_app_state_by_creator",
1376
+ "receiz_app_state_by_namespace",
1377
+ "receiz_app_state_by_id",
1378
+ "receiz_public_store_publish",
1379
+ "receiz_public_store_resolve",
1380
+ "receiz_inspect_offline_file",
1381
+ "receiz_asset_by_url",
1382
+ "receiz_material_url_open",
1383
+ "receiz_sealed_kai_moment",
1384
+ "receiz_asset_by_id",
1385
+ "receiz_pitch_proof_by_witness_id",
1386
+ "receiz_card_history",
1387
+ "receiz_transfer_preview",
1388
+ "receiz_transfer_requires_confirmation",
1389
+ "receiz_pack_open_preview",
1390
+ "receiz_marketplace_template_generate",
1391
+ "receiz_webhook_events_catalog",
1392
+ "receiz_webhook_register_endpoint",
1393
+ "receiz_webhook_rotate_secret",
1394
+ "receiz_webhook_send_test_event",
1395
+ "receiz_webhook_receiver_scaffold",
1396
+ "receiz_webhook_verify_payload",
1397
+ "receiz_inspect_proof_object",
1398
+ "receiz_wallet_public_ledger",
1399
+ "receiz_action_ledger",
1400
+ "receiz_sports_conformance",
1401
+ "receiz_world_public_snapshot",
1402
+ "receiz_proof_query",
1403
+ "receiz_sandbox_seed_store",
1404
+ "receiz_sandbox_checkout",
1405
+ "receiz_runtime_blueprint",
1406
+ "receiz_project_inspect",
1407
+ "receiz_app_contract_create",
1408
+ "receiz_app_plan",
1409
+ "receiz_app_apply",
1410
+ "receiz_app_check",
1411
+ "receiz_app_upgrade",
1412
+ "receiz_app_explain",
1413
+ "receiz_app_repair",
1414
+ "receiz_proof_trace",
1415
+ "receiz_webhook_replay",
1416
+ "receiz_scope_explain",
1417
+ "receiz_release_qualify",
1418
+ "receiz_architecture_inspect",
1419
+ "receiz_domain_scaffold",
1420
+ "receiz_command_scaffold",
1421
+ "receiz_law_define",
1422
+ "receiz_law_explain",
1423
+ "receiz_law_coverage",
1424
+ "receiz_authority_inspect",
1425
+ "receiz_command_simulate",
1426
+ "receiz_receipt_replay",
1427
+ "receiz_history_trace",
1428
+ "receiz_merge_simulate",
1429
+ "receiz_bypass_scan",
1430
+ "receiz_conformance_run",
1431
+ "receiz_release_verify",
1432
+ "receiz_mcp_execute_command",
1433
+ "receiz_mcp_append_event",
1434
+ "receiz_mcp_verify_receipt",
1435
+ "receiz_mcp_commit_atomic_projection"
1436
+ ],
1437
+ "currentMcpV122Tools": [
1438
+ "receiz_v122_subject_admit",
1439
+ "receiz_v122_subject_state",
1440
+ "receiz_v122_subject_export_edge_bundle",
1441
+ "receiz_v122_subject_import_edge_bundle",
1442
+ "receiz_v122_subject_access_binding",
1443
+ "receiz_v122_subject_access_key_publish",
1444
+ "receiz_v122_world_plan_private",
1445
+ "receiz_v122_world_validate_transaction",
1446
+ "receiz_v122_world_execute_transaction",
1447
+ "receiz_v122_world_execution",
1448
+ "receiz_v122_world_execution_by_idempotency",
1449
+ "receiz_v122_world_additions",
1450
+ "receiz_v122_mandate_issue",
1451
+ "receiz_v122_mandate_state",
1452
+ "receiz_v122_mandate_revoke",
1453
+ "receiz_v122_multi_world_plan",
1454
+ "receiz_v122_multi_world_execute",
1455
+ "receiz_v122_value_plan_settlement",
1456
+ "receiz_v122_value_plan_reserve"
1457
+ ]
1246
1458
  }