Commit Graph

2 Commits

Author SHA1 Message Date
1f97acc1bf Implement hash-based content ID generation
- Replace content text sampling with SHA1 content hashing
- Generate IDs with format: context-purpose-hash (e.g., services-text-0d96da)
- Achieve content independence: IDs stable when text changes
- Maintain semantic meaning through context and purpose components
- Support disposable development IDs with production stability
2025-09-03 12:23:20 +02:00
0e84af98bc Add Go CLI with container expansion parser and development server
- Implement Go-based CLI for build-time HTML enhancement
- Add container expansion: div.insertr auto-expands to viable children
- Create servedev command with live development workflow
- Add Air configuration for automatic rebuilds and serving
- Enable transition from runtime JS to build-time enhancement approach
2025-09-02 22:58:59 +02:00