docs: add mandatory rules #6 (no CLI) and #7 (no direct push) #297

Closed
lmiranda wants to merge 1 commits from docs/add-mandatory-rules-6-7 into development
Owner

Summary

Adds two mandatory rules to prevent repeated mistakes:

Rule #6: NEVER use CLI tools (gh, tea, curl) for external services. Use MCP tools only.

Rule #7: NEVER push directly to protected branches (development, main). Always create feature branch and PR.

🤖 Generated with Claude Code

## Summary Adds two mandatory rules to prevent repeated mistakes: **Rule #6:** NEVER use CLI tools (`gh`, `tea`, `curl`) for external services. Use MCP tools only. **Rule #7:** NEVER push directly to protected branches (`development`, `main`). Always create feature branch and PR. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added 1 commit 2026-01-29 02:13:42 +00:00
Rule #6: NEVER use CLI tools for external services (gh, tea, curl to APIs)
Rule #7: NEVER push directly to protected branches (development, main)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda closed this pull request 2026-01-29 02:17:27 +00:00
lmiranda deleted branch docs/add-mandatory-rules-6-7 2026-01-29 02:17:27 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#297