--- ⭐ Tenet 1 — Manual Compilation Boundaries
Automation may assist, but it may not decide.
SSGA mandates that the architect defines the build, not the framework.
This includes:
- Manual multi‑phase compilation
- Manual overrides of framework defaults
- Manual pre-render validation
- Manual static output inspection
- Manual separation of semantic and runtime layers
The build or content belongs to the human.
--- ⭐ Tenet 2 — Zero-Trust Payload Isolation
Semantic truth must never depend on hydration.
This includes manual authorship of:
- Interface elements
- Titles
- Meta descriptions
- Canonical URLs
- JSON-LD
- OpenGraph
- Twitter/X Cards
- Schema.org
- Robots directives
- Language attributes
Framework and platform metadata APIs are explicitly non‑authoritative under SSGA.
--- ⭐ Tenet 3 — The Anti‑Automation Threshold
No CI/CD pipeline may ship a site without a human’s final judgment.
This includes:
- Manual semantic diffing
- Manual metadata verification
- Manual canonicalization checks
- Manual schema validation
- Manual static output review
If a pipeline/platform can ship without a human, it violates SSGA.
--- ---