docs: explicit deprecation of github in favor of core-gitquarters for CI/CD
Some checks failed
full-pytest / full pytest (-m "not quarantine" -n 2) (push) Waiting to run
lane-shas / verify pinned lane SHAs (push) Failing after 30s

This commit is contained in:
Shay 2026-07-06 08:51:03 -07:00
parent 57156857bd
commit 9d4da184ab
3 changed files with 5 additions and 2 deletions

View file

@ -223,10 +223,11 @@ Before branch movement or edits:
- Prefer a fresh worktree from `origin/main` for non-trivial implementation. - Prefer a fresh worktree from `origin/main` for non-trivial implementation.
### Git and Forgejo Setup ### Git and Forgejo Setup
**CRITICAL**: This repository is hosted on a private **Forgejo** server, NOT GitHub. **CRITICAL**: This repository is hosted on a private **Forgejo** server, NOT GitHub. We are explicitly deprecating GitHub usage.
Our sole remote and CI/CD platform is **core-gitquarters.acbcontent.org**.
- **DO NOT** use the `gh` (GitHub) CLI. - **DO NOT** use the `gh` (GitHub) CLI.
- **DO NOT** attempt to push, pull, or clone from `github.com`. - **DO NOT** attempt to push, pull, or clone from `github.com`.
- **USE** the `tea` CLI (Gitea/Forgejo CLI) for issues, PRs, and repository management. - **USE** the `tea` CLI (Gitea/Forgejo CLI) for issues, PRs, and repository management targeting `core-gitquarters.acbcontent.org`.
- **USE** the provided Forgejo MCP tools if available. - **USE** the provided Forgejo MCP tools if available.
### Pre-Edit Sweep & Versor Coherence Guardian Protocol ### Pre-Edit Sweep & Versor Coherence Guardian Protocol

View file

@ -6,6 +6,7 @@ conflicts with `AGENTS.md`, follow `AGENTS.md`.
Claude-specific startup: read `AGENTS.md`, read Claude-specific startup: read `AGENTS.md`, read
`docs/specs/runtime_contracts.md`, inspect the working tree, then use the `docs/specs/runtime_contracts.md`, inspect the working tree, then use the
smallest validation lane that proves the change. smallest validation lane that proves the change.
**CRITICAL**: Our remote and CI/CD platform is `core-gitquarters.acbcontent.org`. We are deprecating GitHub usage.
Before any non-trivial edit, apply the Reasoning and Problem-Solving Before any non-trivial edit, apply the Reasoning and Problem-Solving
Discipline protocol in `AGENTS.md`. Discipline protocol in `AGENTS.md`.

View file

@ -6,6 +6,7 @@ conflicts with `AGENTS.md`, follow `AGENTS.md`.
Gemini-specific startup: read `AGENTS.md`, read Gemini-specific startup: read `AGENTS.md`, read
`docs/specs/runtime_contracts.md`, inspect the working tree, then use the `docs/specs/runtime_contracts.md`, inspect the working tree, then use the
smallest validation lane that proves the change. smallest validation lane that proves the change.
**CRITICAL**: Our remote and CI/CD platform is `core-gitquarters.acbcontent.org`. We are deprecating GitHub usage.
Before any non-trivial edit, apply the Reasoning and Problem-Solving Before any non-trivial edit, apply the Reasoning and Problem-Solving
Discipline protocol in `AGENTS.md`. Discipline protocol in `AGENTS.md`.