Commit Graph

25 Commits

Author SHA1 Message Date
fe4c756719 I disagree with Gödel — position stated everywhere
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
2026-03-12 02:44:46 -05:00
Alexa Amundson
965f5d9562 Add GitHub Sponsors funding link 2026-03-11 20:58:48 -05:00
Alexa Amundson
cda083ff2e ci: add CI workflow 2026-03-09 06:56:36 -05:00
GitHub Copilot
4cb52bec46 Merge branch 'copilot/address-all-issues' into copilot/merge-open-pull-requests (conflicts resolved) 2026-03-03 04:07:27 +00:00
GitHub Copilot
354e6aa4c4 Merge branch 'copilot/start-job-in-repo' into copilot/merge-open-pull-requests 2026-03-03 03:52:11 +00:00
GitHub Copilot
26c4644e54 Merge branch 'copilot/setup-discussions-feature' into copilot/merge-open-pull-requests 2026-03-03 03:51:53 +00:00
copilot-swe-agent[bot]
4c086e9a3b Add pull_request trigger to deploy workflow so CI checks run on PRs
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>
2026-03-01 03:58:15 +00:00
copilot-swe-agent[bot]
5e15c18e3b Add GitHub Discussions category templates
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2026-02-27 17:43:45 +00:00
Alexa Amundson
4a41d443d8 Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:46:41 -06:00
Alexa Amundson
ada719d09a Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:46:26 -06:00
Alexa Amundson
7b8fb9a451 Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:46:07 -06:00
Alexa Amundson
08d29744cf Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:45:54 -06:00
Alexa Amundson
42eb3caf46 Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:45:45 -06:00
Alexa Amundson
4c01769a17 Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:45:25 -06:00
Alexa Amundson
d826b372e5 Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:45:01 -06:00
Alexa Amundson
80c513a5bf Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:44:51 -06:00
Alexa Amundson
601d02414c Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:44:44 -06:00
Alexa Amundson
da577bc015 Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:44:29 -06:00
Alexa Amundson
e76d0c8ec4 Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:44:23 -06:00
Alexa Amundson
6d6bc2e962 Update issue-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:44:15 -06:00
Alexa Amundson
bb7f155dad Update issue-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:44:00 -06:00
Alexa Amundson
4f4c9e919d Update issue-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-27 01:43:41 -06:00
copilot-swe-agent[bot]
07cb1a2af7 Add AI agent workflows for automatic issue and PR analysis
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2026-02-27 04:52:45 +00:00
copilot-swe-agent[bot]
9cc94e552a Address issues #4, #14, #29, #31, #40: add Copilot instructions, ML equations, magic square notebook, distributed identity proof
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2026-02-27 03:53:52 +00:00
Alexa Amundson
2be38a9d6d ci: add GitHub Pages deploy workflow 2026-02-22 23:43:14 -06:00