docs: explicit deprecation of github in favor of core-gitquarters for CI/CD
This commit is contained in:
parent
57156857bd
commit
9d4da184ab
3 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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`.
|
||||||
|
|
|
||||||
|
|
@ -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`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue