docs: normalize CLAUDE.md Git Workflow block - #71
Merged
Merged
Conversation
State the license explicitly (Apache 2.0, matching the LICENSE file) instead of "see LICENSE", add the org-standard author contact, a commit-style line, and the standard feature-branch list. Docs-only.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates CLAUDE.md’s “Git Workflow” section to match the organization’s standard documentation format for branch naming, commit message style, author contact, and license.
Changes:
- Replaces the feature-branch naming guidance with an explicit prefix list (
feat/,fix/,docs/,chore/) - Adds a Conventional Commits line and author email contact
- Updates the license line to explicitly state Apache 2.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Feature branches: `<type>/<description>` (e.g., `claude/add-feature-abc`) | ||
| - Author: Erin Patrick Spencer | ||
| - License: see LICENSE | ||
| - Feature branches: `feat/<description>`, `fix/<description>`, `docs/<description>`, `chore/<description>` (e.g., `claude/add-feature-abc`) |
Contributor
There was a problem hiding this comment.
Fixed in commit 1f3072f — updated the example branch name from claude/add-feature-abc to feat/add-feature-abc so it matches one of the documented valid prefixes.
Agent-Logs-Url: https://github.com/The-Interdependency/a0/sessions/d97516d8-8686-49b2-80dd-26e4c998e1ed Co-authored-by: erinepshovel-code <250928284+erinepshovel-code@users.noreply.github.com>
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.
Summary
Harmonizes the Git Workflow block with the rest of The Interdependency repos:
License: see LICENSE→License: Apache 2.0(matches the actualLICENSEfile)wayseer@interdependentway.org)Documentation-only; no code touched. Part of the cross-repo CLAUDE.md harmonization pass.
Generated by Claude Code