File size: 1,239 Bytes
25b7932
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# GPT Builder Action Setup Notes v3.3

## Intended GPT

Primordial OS Runtime GPT

## Action purpose

Allow the GPT to submit bounded Substrate mesh commands and receive receipt-bound responses.

## Builder fields

Use the existing Primordial OS Runtime instructions as the behavior layer. Add this action only after a real HTTPS API exists.

## Action schema

Use:

```text
openapi/primordial_os_runtime_gpt_action_openapi_stub.yaml
```

## Authentication posture

Private prototype:

```text
API key / bearer token
```

Public or multi-user release:

```text
OAuth or per-user/session token
```

Never embed a shared master key in GPT instructions, public Knowledge files, or public docs.

## Expected operations

```text
submitMeshCommand
getMeshReceipt
getSubstrateHealth
```

## GPT behavioral instruction addition

When using Substrate actions:

1. Convert the user's request into a mesh command capsule.
2. Preserve HIR × OAM terminology.
3. Never claim source mutation.
4. Never claim final validation.
5. Return trace capsule, matched PPT elements, alchemical output, HIR × OAM receipt, overlay proposal, and human review state.
6. If the action returns STRAINED, REPAIR_FIRST, DEFER, or MUST_STOP, preserve that state visibly.