2 Commits

View File

@@ -5,7 +5,7 @@
### Git Collaboration Policy (General) ### Git Collaboration Policy (General)
- Commit/push only after explicit user approval. - Commit/push only after explicit user approval.
- After approval: commit and push immediately. - After approval: commit and push immediately.
- Branch switch prompt (`fix/*` or `feat/*`): ask once at dialogue start; reuse the explicit user decision for all subsequent fix/feature tasks in the same dialogue. - Branch switch prompt (`fix/*` or `feat/*`): ask at dialogue start; reuse the explicit user decision for all subsequent fix/feature tasks in the same dialogue.
- After finishing work in `fix/*` or `feat/*`: propose either - After finishing work in `fix/*` or `feat/*`: propose either
1. creating an MR into `main`, or 1. creating an MR into `main`, or
2. merging to `main` immediately and deleting the `fix/*`/`feat/*` branch. 2. merging to `main` immediately and deleting the `fix/*`/`feat/*` branch.
@@ -22,6 +22,9 @@
- For changes to rules files (`AGENTS.md`, `ACTIONS.md`): prefer optimized, compressed edits for AI-agent execution (machine-readable, unambiguous). - For changes to rules files (`AGENTS.md`, `ACTIONS.md`): prefer optimized, compressed edits for AI-agent execution (machine-readable, unambiguous).
- Keep rule updates minimal and non-duplicative: merge overlapping points, remove redundancy, preserve intent. - Keep rule updates minimal and non-duplicative: merge overlapping points, remove redundancy, preserve intent.
### Communication (General)
- Project file links in user-facing Markdown: relative paths, `/` separators, spaces encoded as `%20`.
## Project-Specific Rules (MUST) ## Project-Specific Rules (MUST)
### Scope ### Scope
@@ -63,7 +66,7 @@
- CI triggers: tag `v*` and manual dispatch; not every push to `main`. - CI triggers: tag `v*` and manual dispatch; not every push to `main`.
### Version/Release Rules ### Version/Release Rules
- Read release version only from `save/region/node[@id="ModuleSettings"]/children/node[@id="ModuleInfo"]/attribute[@id="Version64"]` via explicit XML parsing. - Read release version only from `save/region[@id="Config"]/node[@id="root"]/children/node[@id="ModuleInfo"]/attribute[@id="Version64"]` via explicit XML parsing.
- `PublishVersion` must not be changed during release preparation. - `PublishVersion` must not be changed during release preparation.
- Release tag must match the source-of-truth version. - Release tag must match the source-of-truth version.
- Decision logic before tagging: - Decision logic before tagging: