Commit graph

2 commits

Author SHA1 Message Date
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
Claude
4cbe0c1e7e
Add machine-readable kernel and extensions structure
Introduce JSON-based init governor architecture:
- kernel/axioms.json: Core 5 axioms in structured format (~1.5k tokens)
- extensions/_template.json: Template for context-specific guidance
- extensions/code-assist.json: First extension for AI-assisted development

Enables modular, lightweight consumption while keeping kernel immutable.
2025-12-26 10:32:19 +00:00