19 lines
610 B
Markdown
19 lines
610 B
Markdown
# Common Invariants Across Source Repos
|
|
|
|
## Documentation
|
|
|
|
- Architecture docs are authoritative and must be kept current with code changes.
|
|
- English-only Bible documentation is enforced (or being enforced).
|
|
- AI instruction files point to the Bible entrypoint.
|
|
|
|
## Engineering Practices
|
|
|
|
- Go is the implementation language.
|
|
- Web UI is server-rendered or template-driven.
|
|
- Explicit operational/build commands are documented for AI agents.
|
|
|
|
## Design-Kit Implication
|
|
|
|
This repository standardizes documentation and reusable pattern contracts while leaving room for
|
|
host-project branding and business rules.
|