Skip to content

Conversation

@ryanrozich-bot
Copy link
Collaborator

Summary

  • Moved developer documentation to docs/development/ directory
  • Removed temporary documentation files from root
  • Added CLAUDE.personal.md to .gitignore
  • Restored GEMINI.md symlink

Changes

  • Moved DEMO-DEPLOYMENT.mddocs/development/deployment.md
  • Moved DEVELOPMENT_WORKFLOW.mddocs/development/workflow.md
  • Created docs/development/github-identity.md (previously GITHUB_IDENTITY_MANAGEMENT.md)
  • Removed temporary files: BRANCH_PROTECTION_SETUP.md, CLEANUP_TASK.md, COMMIT_GUIDE.md, VERSIONING_WORKFLOW.md
  • Updated .gitignore to exclude personal Claude configuration files

Fixes #19

ryanrozich and others added 4 commits July 1, 2025 04:55
- Move developer docs to docs/development/ folder
- Remove temporary/outdated documentation files
- Keep only README.md and CLAUDE.md in root directory
- Update .gitignore to remove GitHub identity docs exclusion

Fixes #19

Co-authored-by: Claude <noreply@anthropic.com>
- Restore GEMINI.md symlink (needed for Gemini CLI coding agent)
- Remove CLAUDE.personal.md from commit (personal file)
- Update github-identity.md to mention 'other coding bots'

Co-authored-by: Claude <noreply@anthropic.com>
Added explicit gitignore rules for CLAUDE.personal.md files:
- CLAUDE.personal.md (in root)
- .claude.personal.md (hidden variant)
- **/CLAUDE.personal.md (in any directory)

This ensures personal configuration files are never accidentally committed.

Co-authored-by: Claude <noreply@anthropic.com>
Copy link
Owner

@ryanrozich ryanrozich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@ryanrozich ryanrozich added status: needs-triage New issue awaiting evaluation documentation Improvements or additions to documentation area: docs Documentation (README, API docs, guides) priority: medium Normal priority status: in-code-review PR ready, awaiting code review and removed status: needs-triage New issue awaiting evaluation status: in-code-review PR ready, awaiting code review labels Jul 4, 2025
@ryanrozich ryanrozich moved this from 📥 Needs Triage to 🔨 PR In Progress in AG Grid React Components Roadmap Jul 4, 2025
@ryanrozich ryanrozich added status: code-review-complete Code approved, ready to merge and removed status: needs-triage New issue awaiting evaluation labels Jul 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Documentation (README, API docs, guides) documentation Improvements or additions to documentation priority: medium Normal priority status: code-review-complete Code approved, ready to merge

Projects

Status: 🔨 PR In Progress

Development

Successfully merging this pull request may close these issues.

Clean up documentation and reorganize developer docs

3 participants