DSLO's picture
Create manifest.json
155c5ef verified
Raw
History Blame Contribute Delete
1.19 kB
{
"discipline": "DSLO",
"version": "v0.4-public",
"engine": {
"name": "Contextless Meaning Engine",
"version": "v0.2-ledger",
"deterministic": true,
"invariants": [
"F1_NO_SEMANTIC_INTERPRETATION",
"F2_NO_EMOTIONAL_INFERENCE",
"F3_NO_PROBABILISTIC_ROUTING",
"F4_NO_AUTONOMOUS_STATE_MUTATION",
"F5_NO_MEANING_GENERATION",
"F6_NO_TEMPLATE_REWRITING",
"F7_NO_CAPABILITY_EXPANSION",
"F8_NO_MEMORY_INJECTION",
"F9_NO_CROSS_SIGNAL_CONTAMINATION"
]
},
"actuator": {
"version": "v0.1",
"type": "deterministic-expression-wrapper",
"semanticProcessing": false
},
"ledger": {
"enabled": true,
"schema": {
"engineVersion": "string",
"createdAt": "ISO-8601",
"entry": {
"input": "string",
"output": "string|null",
"timestamp": "integer",
"status": "string",
"invariants": "object"
}
}
},
"cli": {
"command": "node cli.js \"signal\"",
"inputType": "opaque-string",
"output": "actuator-envelope"
},
"posture": {
"publicSafe": true,
"substrateNeutral": true,
"noOperationalLeakage": true
}
}