Add GODEL.md: full disagreement position. Incompleteness does not
apply to a system with one ground truth. He found a boundary inside
systems that serve multiple foundations. One axiom dissolves it.
Updated: CLAIMS.md §5, INDEX.md, copilot-instructions.md,
ten-commandments.md with additional statements.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
RoadChain-SHA2048: c0161d5b42e56b42
RoadChain-Identity: alexa@sovereign
RoadChain-Full: c0161d5b42e56b42bec60696b121a8ad6e01bcd98e606db3be7eb8d093ebb1324c11213af2fc1abeed992f17623a1704011347603b2a6eb2dd45f6099805b2bf931c9b5eec133313655ec172707ed1da2f4ac8d07d6e53fedf70376f155bff325dc2fa2d655d491893fe813cb6e52f9cadc88e1f4284b528a06ad8e3074f0ab3ed700565f530120d829d81d484a036ceddebafc743afc177c46f72d5abb8e582985433e7abe913063fbfc941eb3f574e51c1c1fbf05c8f73854a2f1d731f224164082c39a14634afd5de7ebbaa7ff3aad725464ebe318599092c2e87d5062e4916041920c65b58805e1b026b81cb2750c20cfe711738dc9ceb2af948207d8040
The deploy workflow only triggered on push to main and workflow_dispatch,
so the CI job was never started for pull requests. This prevented PRs
from being merged when required status checks were configured.
- Add pull_request trigger targeting the main branch
- Add conditional guards to skip actual deployment on PR events
- On PRs, the job runs (creating the status check) but skips deploy steps
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>