Update agent kit guidance

This commit is contained in:
ToxicCrzay270
2026-05-15 00:57:33 +02:00
parent 6807660ddb
commit c21e8a7af7
3 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ Robocopy_Overhaul: Codex-ready repository baseline for a Robocopy overhaul proje
- Do not rewrite history or run destructive git commands unless explicitly requested.
- Do not create a release unless explicitly requested.
- Check the working tree before editing and before finishing. Preserve unrelated user changes.
- Derive the repository owner and repository name from the target repository remote or `GITHUB_REPOSITORY`. Never reuse the owner from the template repository.
- If `GITEA_TOKEN` is available locally, use it only for read-only Gitea API checks such as private repository metadata, package-read visibility, and Actions run status. Never print, commit, or store the token.
- Repository cleanup automation must be non-destructive if added later.
- Dependency, compliance, and release dry-run automation must report findings only unless the user explicitly asks for write actions.