Skip to content

Conversation

@mroderick
Copy link
Collaborator

Summary

Improves CLAUDE.md to make the branch-based workflow requirements more prominent and explicit.

Changes

  • Moved Development Workflow section to appear immediately after Project Overview
  • Upgraded importance marker from "IMPORTANT" to "CRITICAL"
  • Added explicit branching strategy with git command examples
  • Added "Never" list to clarify prohibited actions (no direct commits/pushes to master)
  • Removed duplicate workflow section that was lower in the document

Motivation

Makes it impossible to miss that all development work must be done in feature branches with pull requests, helping prevent accidental direct commits to master.

Improve CLAUDE.md to make it crystal clear that all work must be done in feature branches via pull requests:

- Move Development Workflow section to top of document
- Upgrade importance from IMPORTANT to CRITICAL
- Add explicit branching strategy with git commands
- Add "Never" list for prohibited actions
- Remove duplicate workflow section
@mroderick mroderick merged commit 6abfd90 into codebar:master Feb 11, 2026
8 checks passed
@mroderick mroderick deleted the docs/improve-workflow-documentation branch February 11, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants