From f474aa56e2fe1e68e5a0c784d3c81f0ecbf3046c Mon Sep 17 00:00:00 2001 From: Erin Spencer Date: Mon, 25 May 2026 02:17:48 -0700 Subject: [PATCH 1/2] docs: normalize Git Workflow block in CLAUDE.md 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. --- CLAUDE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 045c0de2..befeb4a2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -142,9 +142,10 @@ ADMIN_USER_ID # User ID allowed to write prompt contexts ## Git Workflow - Main branch: `main` -- Feature branches: `/` (e.g., `claude/add-feature-abc`) -- Author: Erin Patrick Spencer -- License: see LICENSE +- Feature branches: `feat/`, `fix/`, `docs/`, `chore/` (e.g., `claude/add-feature-abc`) +- Commit style: Conventional Commits (`feat(console):`, `fix(pcna):`, etc.) +- Author: Erin Patrick Spencer (wayseer@interdependentway.org) +- License: Apache 2.0 ## Agent module-build doctrine From 1f3072fc0446380dc9cc3aaa23a255e7ffaa1f89 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 01:57:28 +0000 Subject: [PATCH 2/2] docs(claude): fix example branch name to match listed 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> --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index befeb4a2..1abbfd5b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -142,7 +142,7 @@ ADMIN_USER_ID # User ID allowed to write prompt contexts ## Git Workflow - Main branch: `main` -- Feature branches: `feat/`, `fix/`, `docs/`, `chore/` (e.g., `claude/add-feature-abc`) +- Feature branches: `feat/`, `fix/`, `docs/`, `chore/` (e.g., `feat/add-feature-abc`) - Commit style: Conventional Commits (`feat(console):`, `fix(pcna):`, etc.) - Author: Erin Patrick Spencer (wayseer@interdependentway.org) - License: Apache 2.0