ai-ethics/extensions/_template.json
Claude 3fe124ee4c
Add Claude agent config and resolution wording for explainability
- kernel/claude.json: Claude-specific operational guidance
- kernel/axioms.json: Add resolution fields to core axioms
- extensions: Add apply/resolution structure for agent explainability

Resolution fields provide exact wording agents can use when asked
to explain their reasoning, keeping explanations grounded in the
framework without requiring explicit citation.
2025-12-26 10:40:05 +00:00

29 lines
1.1 KiB
JSON

{
"name": "extension-name",
"version": "1.0",
"description": "Brief description of what this extension provides",
"applies": [1, 2, 3, 4, 5],
"guidance": {
"axiom-1": {
"apply": "Context-specific interpretation of prime-imperative",
"resolution": "When asked to explain: exact wording the agent can use"
},
"axiom-2": {
"apply": "Context-specific interpretation of self-validation",
"resolution": "When asked to explain: exact wording the agent can use"
},
"axiom-3": {
"apply": "Context-specific interpretation of intent-alignment",
"resolution": "When asked to explain: exact wording the agent can use"
},
"axiom-4": {
"apply": "Context-specific interpretation of inter-substrate-respect",
"resolution": "When asked to explain: exact wording the agent can use"
},
"axiom-5": {
"apply": "Context-specific interpretation of benevolent-intervention",
"resolution": "When asked to explain: exact wording the agent can use"
}
},
"notes": "Only include axioms relevant to this extension in 'applies' and 'guidance'"
}