refactor: Rename cursor/* branches to yakov/* and organize documentation#88
Merged
ben-dev-code merged 2 commits intomainfrom Jan 10, 2026
Merged
Conversation
- Rename all remote branches from cursor/* to yakov/* pattern - Organize all .md files into /docs with professional structure: - /docs/project-management: PR docs, merge strategies, branch rules - /docs/status-reports: Status summaries and completion reports - Update all documentation references from cursor/* to yakov/* - Add documentation index (docs/README.md) - Add branch naming guide (docs/project-management/BRANCH_NAMING_GUIDE.md) - Ensure future branches follow yakov/* naming convention
- Remove auto_create_pr.py - Remove create_pr.sh and create_pr_with_token.sh - Remove review_and_update_open_prs.py - Remove PR_CREATE_URL.txt - These were temporary development artifacts that should not be in the repository
This was
linked to
issues
Jan 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR standardizes branch naming conventions and organizes all project documentation into a professional structure within the
/docsdirectory.Type of Change
Related Issues
Related to #82 (docs: Review and update all open dependency PRs)
Related to #79 (Implement global entity search across all platform entities) - documentation references updated
Changes Made
Branch Renaming
cursor/*toyakov/*patterncursor/cloud-agent-1767743932965-x05zw→yakov/cloud-agent-1767743932965-x05zwcursor/cloud-agent-1767999518633-fjsa2→yakov/cloud-agent-1767999518633-fjsa2cursor/cloud-agent-1768077225474-mzivf→yakov/cloud-agent-1768077225474-mzivfcursor/*toyakov/*cursor/*branches remain in remote repositoryDocumentation Organization
.mdfiles from root to/docswith professional structure:/docs/project-management/- 18 files (PR docs, merge strategies, branch rules)/docs/status-reports/- 8 files (status summaries, completion reports)docs/README.md)docs/project-management/BRANCH_NAMING_GUIDE.md)Files Moved
Project Management (18 files):
BRANCH_PROTECTION_RULES.mdMERGE_STRATEGY.mdMERGE_PROCESS_GUIDELINES.mdBRANCH_NAMING_GUIDE.md(NEW)PR_*.mdfilesAUTO_PR_CREATION.mdStatus Reports (8 files):
COMPLETE_SUMMARY.mdCURRENT_STATUS.mdFINAL_*.mdfilesIMPLEMENTATION_*.mdfilesPROJECT_IMPROVEMENTS_SUMMARY.mdOPEN_PRS_REVIEW_SUMMARY.mdTesting
Test Steps
git mv)Test Results
Documentation Structure
Checklist
Additional Notes
Branch Naming Convention
All future branches must follow the
yakov/*pattern as documented indocs/project-management/BRANCH_NAMING_GUIDE.md.Related PRs
cleanup/remove-temporary-docsbranchImpact
Reviewers
Ready for review. This is a refactoring/documentation PR with no code changes, only organization improvements.