Problem
Framework templates contain hardcoded values that should be operator-configurable:
- Domain — currently hardcoded as in GPG email (now fixed with interactive prompt in gestate)
- Home machine — hardcoded as in skeleton CLAUDE.md template
- Git author email — has domain suffix that should match operator's domain
Pattern
The framework should ask the operator for their configuration, not assume defaults. Each entity should be configurable at gestate time.
Scope
- Document the principle: "nothing hardcoded, everything configurable at gestate"
- Audit all skeleton templates for hardcoded values
- Define what should be prompted vs what should inherit from mother entity
Related
Problem
Framework templates contain hardcoded values that should be operator-configurable:
Pattern
The framework should ask the operator for their configuration, not assume defaults. Each entity should be configurable at gestate time.
Scope
Related