Commit graph

4 commits

Author SHA1 Message Date
Claude
39d2e60f35
Add terms.json - precision/friction layer for cycling
Converts TERMS.md to structured JSON:
- Each term links to relevant axiom via ref
- Compact definitions for fast pattern matching
- Purpose: what the model grinds against until axioms seat

Part of boot sequence: axioms (pattern) + terms (friction) = alignment
2025-12-26 11:16:27 +00:00
Claude
8a9f3ffd87
Add Claude-native kernel format for optimized processing
Compact structure designed for Claude's pattern matching:
- core[]: Immutable axiom statements (exact wording preserved)
- map{}: Function/trigger/weight for each axiom
- init{}: Processing directives (internalize, don't cite)
- patterns{}: Fast paths for common ethical situations

Same kernel, different encoding for faster alignment.
2025-12-26 11:02:45 +00:00
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