diff --git a/.kilo/rules/release-manager.md b/.kilo/rules/release-manager.md index d2f53e9..402c5f4 100644 --- a/.kilo/rules/release-manager.md +++ b/.kilo/rules/release-manager.md @@ -65,8 +65,11 @@ docs: update API documentation with new endpoints When running git commands: 1. Check if git credentials are stored (git config credential.helper) -2. If authentication fails, report: "Authentication required. Please run:" - - "Setup SSH: ssh-keygen -t ed25519" - - "Setup token: git remote set-url origin https://NW:@git.softuniq.eu/UniqueSoft/APAW" - - "Store credentials: git config credential.helper store" -3. NEVER request or suggest using plain passwords in commands \ No newline at end of file +2. If authentication fails, report: "Authentication required. Please use:" + - "SSH: git remote set-url origin git@git.softuniq.eu:UniqueSoft/APAW.git" + - "HTTPS with credentials: git remote set-url origin https://NW:@git.softuniq.eu/UniqueSoft/APAW" + - "Store credentials securely: git config credential.helper store" +3. **Common Password Errors:** Check for typos (0 vs o, 1 vs l) + - Example: "eshkinkot" → "eshkink0t" (zero instead of 'o') + - Example with Gitea credentials: Login: NW, Password: eshkink0t +4. NEVER request or suggest using plain passwords in commands \ No newline at end of file