Expand description
Atomic Chunk System
This module provides the AtomicChunk type - a smart, reusable code unit with:
- Human-readable aliases for easy reference
- Automatic categorization and tagging
- Platform/architecture constraints
- Composition support (chunks made of other chunks)
- Granularity levels for different reuse patterns
Structs§
- Alias
Registry - Alias registry for tracking used aliases
- Atomic
Chunk - An atomic chunk - the fundamental unit of reusable code
- Chunk
Alias - An alias for a chunk - human readable path
- Chunk
Composition - Composition information - how this chunk relates to others
- Chunk
Metrics - Quality and reusability metrics
- Chunk
Reference - Reference to another chunk (for composition)
- Platform
Constraint - Platform constraint for a chunk
- Source
Location - Source location information
Enums§
- Chunk
Category - Category of code chunk
- Chunk
Granularity - Granularity level of an atomic chunk