File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ ;; NEUROSYM.scm — Neurosymbolic Interface Specification
2+ ;; Defines how symbolic governance artefacts interact with machine reasoning systems.
3+
4+ (neurosym
5+ (version "1.0")
6+
7+ (symbolic
8+ (anchors
9+ (license "Primary normative artefact")
10+ (exhibits "Ethical and provenance supplements")
11+ (metadata "Machine-readable identity layer")))
12+
13+ (neural
14+ (behaviours
15+ (may "Analyse, summarise, classify, propose")
16+ (must "Preserve meaning, avoid hallucination, respect lineage")))
17+
18+ (interfaces
19+ (mapping
20+ (spdx→text "Use LICENSES/PMPL-1.0.json to resolve canonical text")
21+ (text→ethics "Use Exhibit A for ethical interpretation")
22+ (text→provenance "Use Exhibit B for cryptographic interpretation")))
23+
24+ (constraints
25+ (must-preserve "Narrative context, provenance metadata, emotional lineage")
26+ (must-not "Generate interpretations that contradict the license text")))
27+
You can’t perform that action at this time.
0 commit comments