modify docu
This commit is contained in:
@@ -13,6 +13,15 @@ Before changing code or documents, every Agent must read:
|
||||
5. `docs/AGENT_RULES.md`
|
||||
6. The task-specific upstream documents under `docs/requirements/`, `docs/research/`, `docs/formulations/`, `docs/io-definitions/`, `docs/reference-models/`, `docs/implementation-plans/`, or related phase folders.
|
||||
|
||||
## Repository Defaults
|
||||
- Canonical remote repository: `https://teagit.mimi1011.synology.me/baram2584/FESADev.git`
|
||||
- Use `origin` as the default remote name.
|
||||
- The current shared baseline branch is `dev`.
|
||||
- Use `codex/<short-task-name>` for new work branches unless the user requests a different branch.
|
||||
- At session start, verify repository state with `git status --short --branch` and verify the remote with `git remote -v`.
|
||||
- If a fresh checkout has no remote, add it with `git remote add origin https://teagit.mimi1011.synology.me/baram2584/FESADev.git`.
|
||||
- Do not push, tag, release, or publish externally unless the user explicitly requests or approves it.
|
||||
|
||||
## Global Solver Workflow
|
||||
All solver features follow this stage-gated workflow:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user