CGA Substrate Migration & Pack Registry Consolidation #1

Closed
core-labs wants to merge 6 commits from fix/cga-substrate-final-cleanups into main
Showing only changes of commit 27a620d694 - Show all commits

View file

@ -163,6 +163,13 @@ Before branch movement or edits:
- Establish a clean current `main`.
- Prefer a fresh worktree from `origin/main` for non-trivial implementation.
### Git and Forgejo Setup
**CRITICAL**: This repository is hosted on a private **Forgejo** server, NOT GitHub.
- **DO NOT** use the `gh` (GitHub) CLI.
- **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 provided Forgejo MCP tools if available.
### Pre-Edit Sweep & Versor Coherence Guardian Protocol
Before modifying any module in `algebra/`, `field/`, `vault/`, or `generate/`:
- Trace every import of the target module and identify all callers.