--- ⭐ Tenet 1 — Manual Compilation Boundaries
Automation may assist, but it may not decide.
SSA 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 belongs to the human.
--- ⭐ Tenet 2 — Zero-Trust Payload Isolation
Semantic truth must never depend on hydration.
This includes manual authorship of:
- Titles
- Meta descriptions
- Canonical URLs
- JSON-LD
- OpenGraph
- Twitter Cards
- Schema.org
- Robots directives
- Language attributes
Framework metadata APIs are explicitly non‑authoritative under SSA.
--- ⭐ 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 can ship without a human, it violates SSA.
--- ---